Sweden-Number/dlls/user32
Vincent Povirk 68f2b878d2 user32: Allow EndMenu() calls from WM_ENTERMENULOOP. 2014-04-18 14:36:04 +02:00
..
resources
tests user32: Allow EndMenu() calls from WM_ENTERMENULOOP. 2014-04-18 14:36:04 +02:00
Makefile.in
button.c
caret.c
class.c
clipboard.c user32: Added AddClipboardFormatListener/RemoveClipboardFormatListener stubs. 2014-03-19 11:33:17 +01:00
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
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
icontitle.c
input.c
listbox.c user32: If the listbox loses focus while holding capture, release it by essentially simulating a button up event. 2014-02-20 13:58:32 +01:00
lstr.c
mdi.c
menu.c user32: Allow EndMenu() calls from WM_ENTERMENULOOP. 2014-04-18 14:36:04 +02:00
message.c user32: Cache the server queue mask on the client side and reset them when they have changed. 2014-04-10 16:29:18 +02:00
misc.c user32: Added RegisterPowerSettingNotification() stub. 2014-04-07 15:34:34 +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
property.c
resource.c
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: Fix TEXT_WordBreak() when no characters fit. 2014-03-11 19:39:35 +01: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: Added RegisterPowerSettingNotification() stub. 2014-04-07 15:34:34 +02:00
user_main.c
user_private.h user32: Cache the server queue mask on the client side and reset them when they have changed. 2014-04-10 16:29:18 +02:00
win.c user32: Make SetWindowTextA/W hookable. 2014-03-03 17:46:50 +01:00
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c