Sweden-Number/dlls/user32
Michael Stefaniuc 07ada9a85b user32: Use SetRect() instead of open coding it.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-19 19:59:30 +09:00
..
resources
tests user32: Properly handle invalid parameters in CharToOem[Buff]W and OemToChar[Buff]W. 2016-07-08 20:12:12 +09:00
Makefile.in
button.c user32: Use SetRect() instead of open coding it. 2016-07-19 19:59:30 +09:00
caret.c
class.c
clipboard.c user32: Don't regard the clipboard as changed if we don't own it. 2016-05-21 00:53:52 +09:00
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 SetRect() instead of open coding it. 2016-07-19 19:59:30 +09:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c user32: Add helper functions to get and set the window internal flags. 2016-06-13 19:46:30 +09:00
desktop.c
dialog.c user32: Use SetRect() instead of open coding it. 2016-07-19 19:59:30 +09:00
driver.c
edit.c user32: Use InflateRect() too when stretching the RECT in just one axis. 2016-07-04 17:41:35 +09:00
exticon.c user32: Use proper types in ICO_GetIconDirectory. 2016-05-02 18:33:44 +09:00
focus.c user32: Notify explorer when the active window changes. 2016-06-10 20:34:03 +09:00
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 user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
lstr.c user32: Properly handle invalid parameters in CharToOem[Buff]W and OemToChar[Buff]W. 2016-07-08 20:12:12 +09:00
mdi.c user32: Use SetRect() instead of open coding it. 2016-07-19 19:59:30 +09:00
menu.c user32: Use SetRect() instead of open coding it. 2016-07-19 19:59:30 +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: Add helper functions to get and set the window internal flags. 2016-06-13 19:46:30 +09:00
painting.c user32: Only start reusing DCEs after the cache reached its limit. 2016-05-21 09:55:18 +09:00
property.c
resource.c
resources.h
scroll.c user32: Use InflateRect() instead of open coding it. 2016-06-06 18:48:34 +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 user32: Use SetRect() instead of open coding it. 2016-07-19 19:59:30 +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: Use SetRect() instead of open coding it. 2016-07-19 19:59:30 +09:00
win.h user32: Add helper functions to get and set the window internal flags. 2016-06-13 19:46:30 +09:00
winhelp.c
winpos.c user32: Use EqualRect() instead of memcmp() to compare RECTs. 2016-06-21 00:23:55 +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: Store window station objects under the session directory. 2016-07-18 16:21:24 +09:00
wsprintf.c