Sweden-Number/dlls/user32
Michael Stefaniuc 5f494bfeb4 include: Use inline functions for common RECT helpers.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-17 21:02:29 +09:00
..
resources
tests include: Use inline functions for common RECT helpers. 2016-05-17 21:02:29 +09:00
Makefile.in
button.c user32: Send WM_CTLCOLOR* message only for visible buttons. 2016-04-20 21:52:51 +09:00
caret.c user32: Correctly update caret state in the server in SetCaretPos. 2016-01-25 18:27:31 +09:00
class.c
clipboard.c
combo.c
controls.h user32: Use the original owner used to create the dialog for WM_ENTERIDLE messages. 2016-04-11 22:09:30 +09:00
cursoricon.c user32: Use proper types in ICO_GetIconDirectory. 2016-05-02 18:33:44 +09:00
dde_client.c dde: Fix use-after-free. 2016-01-13 16:06:44 +09:00
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c user32: Use the original owner used to create the dialog for WM_ENTERIDLE messages. 2016-04-11 22:09:30 +09:00
driver.c
edit.c user32: Check bounds before dereferencing. 2016-05-02 18:30:50 +09:00
exticon.c user32: Use proper types in ICO_GetIconDirectory. 2016-05-02 18:33:44 +09:00
focus.c
hook.c
icontitle.c
input.c user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture() is called twice. 2016-02-02 22:24:11 +09:00
listbox.c
lstr.c user32: Use kernel32 functions for character types and case conversions. 2016-03-29 21:05:05 +09:00
mdi.c user32: Change value of WM_MDICALCCHILDSCROLL to 0x003f. 2016-04-20 22:49:42 +09:00
menu.c Revert "user32: Set capture earlier on popup menus.". 2016-04-20 16:54:47 +09:00
message.c user32: Implement SetCoalescableTimer and add basic tests. 2016-04-29 20:30:57 +09:00
misc.c user32: Use wine_dbgstr_rect() to print a RECT. 2016-04-27 12:41:55 +09:00
msgbox.c
nonclient.c user32: Don't put a default icon on modal dialogs. 2016-03-15 16:38:30 +09:00
painting.c user32: Don't leak region on error. 2016-03-04 18:43:01 +09:00
property.c
resource.c
resources.h
scroll.c user32: For EnableScrollBar() always go through EnableWindow() in SB_CTL case. 2016-03-24 21:49:54 +09:00
spy.c
static.c
sysparams.c user32: Add stub for IsProcessDPIAware. 2016-04-01 18:34:16 +09:00
text.c user32: Don't crash in DrawTextEx when tab length is zero. 2016-03-15 21:28:09 +09:00
uitools.c include: Use inline functions for common RECT helpers. 2016-05-17 21:02:29 +09:00
user32.rc
user32.spec user32: Implement SetCoalescableTimer and add basic tests. 2016-04-29 20:30:57 +09:00
user_main.c
user_private.h user32: Use proper types in ICO_GetIconDirectory. 2016-05-02 18:33:44 +09:00
win.c user32: Avoid dereferencing NULL pointer in a trace. 2016-04-07 15:04:07 +09:00
win.h
winhelp.c
winpos.c user32: Make DeferWindowPos() fail on invalid window handles. 2016-04-11 19:32:12 +09:00
winproc.c user32: Call window procedure even if we're out of winproc handles. 2016-03-14 13:54:50 +09:00
winstation.c user32: Add some tests for window station and desktop object names. 2016-02-01 17:53:35 +09:00
wsprintf.c