Sweden-Number/dlls/user32
Alexandre Julliard bd5d5e9776 user32: Start checking for driver events more often when the app doesn't consume messages properly. 2012-12-12 20:17:21 +01:00
..
resources
tests user32: Fix handling of NULL paint struct in BeginPaint. 2012-11-27 20:52:25 +01:00
Makefile.in
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h user32: Refresh the desktop when the wallpaper is changed. 2012-12-03 18:24:34 +01:00
cursoricon.c user32: Use FIELD_OFFSET to calculate the size of a struct with variable length array. 2012-10-24 12:01:48 +02:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c user32: Refresh the desktop when the wallpaper is changed. 2012-12-03 18:24:34 +01:00
dialog.c
driver.c user32: Forward SystemParametersInfo calls to the user driver first. 2012-11-15 21:21:49 +01:00
edit.c user32: More instances where early versions of usp10 are not well behaved with ScriptString_pSize being NULL. 2012-11-28 14:41:55 +01:00
exticon.c user32: Avoid sizeof on structs with variable length array. 2012-10-31 18:07:35 +01:00
focus.c
hook.c
icontitle.c
input.c user32: Implement GetRawInputDeviceInfoA(). 2012-10-22 11:44:28 +02:00
listbox.c
lstr.c
mdi.c
menu.c
message.c user32: Start checking for driver events more often when the app doesn't consume messages properly. 2012-12-12 20:17:21 +01:00
misc.c
msgbox.c
nonclient.c
painting.c user32: Fix handling of NULL paint struct in BeginPaint. 2012-11-27 20:52:25 +01:00
property.c
resource.c
resources.h
scroll.c
spy.c user32: Delay message spying initialization until needed. 2012-10-15 19:26:51 +02:00
static.c
sysparams.c user32: Remove unneeded address-of operator from array name. 2012-12-07 10:35:09 +01:00
text.c user32: Avoid memory leaks (coverity). 2012-10-30 19:14:17 +01:00
uitools.c user32: Make sure the scroll button arrows are really at least 3 pixels. 2012-11-20 19:46:56 +01:00
user32.rc
user32.spec
user_main.c user32: Delay message spying initialization until needed. 2012-10-15 19:26:51 +02:00
user_private.h user32: Start checking for driver events more often when the app doesn't consume messages properly. 2012-12-12 20:17:21 +01:00
win.c
win.h
winhelp.c
winpos.c user32: Send WM_MOVING instead of WM_SIZING when moving a window. 2012-11-26 16:01:30 +01:00
winproc.c user32: Start checking for driver events more often when the app doesn't consume messages properly. 2012-12-12 20:17:21 +01:00
winstation.c
wsprintf.c