Sweden-Number/dlls/user32
Alexandre Julliard c25c019883 user32: Automatically load comctl32 when one of its classes is requested. 2013-10-28 18:41:04 +01:00
..
resources
tests user32: Automatically load comctl32 when one of its classes is requested. 2013-10-28 18:41:04 +01:00
Makefile.in
button.c
caret.c
class.c user32: Automatically load comctl32 when one of its classes is requested. 2013-10-28 18:41:04 +01:00
clipboard.c user32: Use SendNotifyMessage to send WM_DRAWCLIPBOARD. 2013-05-15 19:57:34 +02:00
combo.c user32: Keep the combo listbox within the monitor's work area. 2013-03-28 18:55:09 +01:00
controls.h user32: Register classes once the graphics driver has been loaded, except for the desktop class. 2013-10-24 19:01:54 +02:00
cursoricon.c user32: Get rid of the CreateCursorIcon driver entry point. 2013-10-22 10:25:44 +02:00
dde_client.c user32: Fix tick counter wrap-around handling. 2013-10-21 14:48:01 +02:00
dde_misc.c user32: Avoid using CONST. 2013-09-24 12:57:57 +02:00
dde_private.h
dde_server.c
defdlg.c
defwnd.c user32: Delay creation of the 55AA pattern brush until it's needed. 2013-10-16 17:23:22 +02:00
desktop.c user32: Set the display device property on the desktop window as soon as it is created. 2013-10-24 19:01:55 +02:00
dialog.c
driver.c user32: Register classes once the graphics driver has been loaded, except for the desktop class. 2013-10-24 19:01:54 +02:00
edit.c user32: Don't try to paint during WM_SETFOCUS if the edit control is not visible. 2013-10-11 11:04:58 +02:00
exticon.c user32: Fix icon extraction from non-native PE executables. 2013-06-06 20:05:31 +02:00
focus.c
hook.c user32: Add assembly wrapper for calling hook procedures. 2013-04-24 19:40:44 +02:00
icontitle.c
input.c
listbox.c user32: Implement GetListBoxInfo(). 2013-05-07 20:07:41 +02:00
lstr.c
mdi.c user32: Bring reference MDI child to bottom when switching to next. 2013-06-06 10:42:51 +02:00
menu.c user32: Remove dead code for suppressing menu drawing. 2013-07-27 11:50:12 -05:00
message.c user32: Register classes once the graphics driver has been loaded, except for the desktop class. 2013-10-24 19:01:54 +02:00
misc.c user32: Create the desktop window before enumerating monitors. 2013-10-16 19:45:50 +02:00
msgbox.c user32: Check the correct id for the close button when setting the font. 2013-06-17 19:30:38 +02:00
nonclient.c user32: Delay creation of the 55AA pattern brush until it's needed. 2013-10-16 17:23:22 +02:00
painting.c user32: Move the common parts of ScrollDC into user32 and the null driver. 2013-04-19 16:16:16 +02:00
property.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Delay creation of the 55AA pattern brush until it's needed. 2013-10-16 17:23:22 +02:00
text.c user32: Delay creation of the 55AA pattern brush until it's needed. 2013-10-16 17:23:22 +02:00
uitools.c user32: Delay creation of the 55AA pattern brush until it's needed. 2013-10-16 17:23:22 +02:00
user32.rc
user32.spec user32: Implement GetListBoxInfo(). 2013-05-07 20:07:41 +02:00
user_main.c user32: Register classes once the graphics driver has been loaded, except for the desktop class. 2013-10-24 19:01:54 +02:00
user_private.h user32: Get rid of the CreateCursorIcon driver entry point. 2013-10-22 10:25:44 +02:00
win.c user32: Automatically load comctl32 when one of its classes is requested. 2013-10-28 18:41:04 +01:00
win.h
winhelp.c
winpos.c user32: Fix mouseRect computation for starting position when sizing window. 2013-09-12 11:07:50 +02:00
winproc.c user32: Avoid using CONST. 2013-09-24 12:57:57 +02:00
winstation.c
wsprintf.c