Sweden-Number/dlls/user32
Louis Lenders 5cf42c0c97 user32: Add stub for IsProcessDPIAware.
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-01 18:34:16 +09:00
..
resources
tests user32: Correctly determine bit count for BITMAPCOREINFO in is_dib_monochrome. 2016-03-28 18:41:00 +09:00
Makefile.in
button.c user32: Ensure that button responds only to changes in WM_CAPTURECHANGED handler. 2016-02-02 22:21:32 +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 user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
controls.h user32: Removed unused owner argument. 2016-03-03 14:19:06 +09:00
cursoricon.c user32: Correctly determine bit count for BITMAPCOREINFO in is_dib_monochrome. 2016-03-28 18:41:00 +09:00
dde_client.c dde: Fix use-after-free. 2016-01-13 16:06:44 +09:00
dde_misc.c user32: Don't overwrite 'cb' field with uninitialized data in DdeQueryConvInfo() (Coverity). 2015-11-24 22:58:44 +09:00
dde_private.h Assorted spelling and grammar fixes. 2015-11-17 22:56:40 +09:00
dde_server.c user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
defdlg.c
defwnd.c
desktop.c
dialog.c user32: Removed unused owner argument. 2016-03-03 14:19:06 +09:00
driver.c user32: Avoid shift overflow in nulldrv_GetKeyboardLayoutList. 2015-11-30 23:16:51 +09:00
edit.c user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
exticon.c
focus.c
hook.c user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
icontitle.c user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
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: Use kernel32 functions for character types and case conversions. 2016-03-29 21:05:05 +09:00
mdi.c user32: Ignore WM_CHILDACTIVATE on disabled windows in DefMDIChildProc. 2016-02-27 00:13:29 +09:00
menu.c user32: Skip menu loop for empty popup menus. 2016-03-17 19:44:02 +09:00
message.c user32: Add MOUSEHOOKSTRUCTEX for mouse wheel support. 2016-02-05 14:06:50 +09:00
misc.c user32: Set %ecx to address of rect in EnumDisplayMonitors callback. 2016-03-31 15:57:32 +09:00
msgbox.c user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
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 include: Add a couple of documented Toolbar messages definitions. 2015-10-19 12:20:56 +09:00
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.rc
user32.spec user32: Add stub for IsProcessDPIAware. 2016-04-01 18:34:16 +09:00
user_main.c
user_private.h
win.c user32: Added debug traces to SetParent. 2016-02-25 00:25:01 +09:00
win.h
winhelp.c
winpos.c
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