Sweden-Number/dlls/user32
Alexandre Julliard ea92a74133 user32: Check the DpiScalingVer registry key to enable DPI scaling.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-22 01:01:55 +02:00
..
resources user32: Add 256x256 variants of the standard icons. 2018-04-20 17:16:51 +02:00
tests user32/tests: Skip tests for window messages if we failed to receive foreground status. 2018-06-20 11:22:36 +02:00
Makefile.in user32: Add support for PNG icons. 2018-04-03 18:27:11 +02:00
button.c user32: Fix checkbox wrong box alignment with BS_VCENTER. 2018-04-27 09:24:42 +02:00
caret.c
class.c user32: Fix returned class name for other process windows. 2018-06-13 22:13:27 +02:00
clipboard.c
combo.c user32: Remove some misleading TODOs. 2018-03-21 17:33:36 +01:00
controls.h
cursoricon.c user32: Add support for loading 256x256 icons. 2018-04-03 20:46:01 +02:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c user32: Avoid using the comma operator in a while condition. 2018-04-04 22:04:27 +02:00
driver.c
edit.c user32: Remove some misleading TODOs. 2018-03-21 17:33:36 +01:00
exticon.c user32: Fix the name of an unused debugging function. 2018-04-18 10:13:36 +02:00
focus.c
hook.c
icontitle.c
input.c user32: Add stub for EnableMouseInPointer(). 2018-04-11 16:23:06 +02:00
listbox.c
lstr.c
mdi.c user32: Use the available ARRAY_SIZE() macro. 2018-04-02 16:02:53 +02:00
menu.c user32: Simplify CheckMenuRadioItem(). 2018-05-15 12:33:56 +02:00
message.c user32: Take into account the offset between old and new parent in SetParent(). 2018-05-07 12:00:17 +02:00
misc.c user32: Add RegisterTouchHitTestingWindow stub. 2018-06-11 10:50:02 +02:00
msgbox.c user32: Use the available ARRAY_SIZE() macro. 2018-04-02 16:02:53 +02:00
nonclient.c user32: Implement AdjustWindowRectExForDpi(). 2018-04-17 17:03:13 +02:00
painting.c user32: Rename rectClient to client_rect for consistency. 2018-06-05 17:00:38 +02:00
property.c
resource.c
resources.h
scroll.c
spy.c user32: Use the available ARRAY_SIZE() macro. 2018-04-02 16:02:53 +02:00
static.c user32/static: Use correct brush color for centered image background. 2018-04-02 20:47:11 +02:00
sysparams.c user32: Check the DpiScalingVer registry key to enable DPI scaling. 2018-06-22 01:01:55 +02:00
text.c user32: Respect margins more in DrawTextExW(). 2018-06-04 16:26:14 +02:00
uitools.c
user32.rc
user32.spec user32: Add RegisterTouchHitTestingWindow stub. 2018-06-11 10:50:02 +02:00
user_main.c user32: Destroy thread windows by going through the handle table. 2018-04-27 16:24:36 +02:00
user_private.h user32: Take into account the offset between old and new parent in SetParent(). 2018-05-07 12:00:17 +02:00
win.c user32: Rename rectWindow to window_rect for consistency. 2018-06-05 17:03:16 +02:00
win.h user32: Rename rectWindow to window_rect for consistency. 2018-06-05 17:03:16 +02:00
winhelp.c
winpos.c user32: Only pass the new valid rectangle to the server. 2018-06-05 17:19:53 +02:00
winproc.c user32: Set the thread DPI awareness to the window's when calling a window procedure. 2018-05-02 17:33:19 +02:00
winstation.c
wsprintf.c