Sweden-Number/dlls/user32
Piotr Caban 0b273d279b user32/tests: Add cross-process mouse click test. 2014-09-29 18:55:33 +02:00
..
resources
tests user32/tests: Add cross-process mouse click test. 2014-09-29 18:55:33 +02:00
Makefile.in makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
button.c
caret.c
class.c user32: Don't check for comctl32 class for integer atoms. 2013-12-12 12:05:36 +01:00
clipboard.c user32: Added AddClipboardFormatListener/RemoveClipboardFormatListener stubs. 2014-03-19 11:33:17 +01:00
combo.c
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: Use BOOL type where appropriate. 2013-11-20 11:26:30 +01: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: Pass WM_IME_CONTROL messages to the IME. 2014-05-07 20:21:58 +02:00
desktop.c user32: Fail creation of the desktop window earlier on when it already exists. 2014-01-28 12:51:59 +01:00
dialog.c
driver.c user32: Don't bother returning a value from the SetWindowRgn driver entry point. 2014-05-01 12:31:14 +02:00
edit.c user32: Emit EM_SETSEL message when choosing "Select All" from context menu. 2014-04-08 09:25:15 +02:00
exticon.c
focus.c user32: Change SetFocus behavior on windows with parent and no WS_CHILD flag. 2014-03-26 19:20:44 +01:00
hook.c user32: Avoid race-condition when unloading module while hook is still active. 2014-06-17 10:40:12 +02:00
icontitle.c
input.c user32: Make GetRegisteredRawInputDevices hotpatchable. 2014-07-30 16:17:14 -05:00
listbox.c user32: Only update listbox horizontal scroll info if WS_HSCROLL is set. 2014-04-28 18:25:02 +02:00
lstr.c
mdi.c user32: Use BOOL type where appropriate. 2013-11-05 11:15:06 +01:00
menu.c user32: Return early on child windows in DrawMenuBar. 2014-09-23 18:48:26 +02:00
message.c user32: Properly block sent messages while waiting for a reply with SMTO_BLOCK. 2014-06-17 15:14:51 +02:00
misc.c user32: Add a stub for SetGestureConfig. 2014-06-17 10:34:40 +02:00
msgbox.c user32: Load the message box font through the dialog template. 2014-04-15 21:03:55 +02:00
nonclient.c user32: Make it possible to activate a window with parent and no WS_CHILD flag in WS_NCLBUTTONDOWN function. 2014-04-02 19:06:09 +02:00
painting.c user32: Use boolean return values in boolean functions. 2014-02-04 11:15:37 +01:00
property.c
resource.c user32: Fix LoadStringA behavior on 1-character long buffer. 2014-05-14 17:20:56 +02:00
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Use BOOL type where appropriate. 2014-02-20 11:18:37 +01:00
text.c user32: Ensure at least one character is used in TEXT_WordBreak(). 2014-06-13 10:12:12 +02:00
uitools.c user32: Fix side effect in SubtractRect(). 2014-03-26 19:20:27 +01:00
user32.rc user32: Load the message box font through the dialog template. 2014-04-15 21:03:55 +02:00
user32.spec user32: Add a stub for SetGestureConfig. 2014-06-17 10:34:40 +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: Avoid race-condition when unloading module while hook is still active. 2014-06-17 10:40:12 +02:00
win.c user32: Fix spelling in a comment. 2014-09-15 18:25:49 +02:00
win.h
winhelp.c
winpos.c user32: Try to activate topmost activable window in WINPOS_ActivateOtherWindow. 2014-06-11 16:09:01 +02:00
winproc.c user32: Avoid using CONST. 2013-09-24 12:57:57 +02:00
winstation.c user32: Implement OpenInputDesktop. 2013-11-08 16:29:44 +01:00
wsprintf.c