wine/dlls/win32u
2022-11-03 18:33:09 +01:00
..
dibdrv
tests win32u: Move NtUserDisplayConfigGetDeviceInfo implementation from user32. 2022-10-31 12:12:15 +01:00
bitblt.c
bitmap.c
brush.c
class.c win32u: Move process initialization to NtUserInitializeClientPfnArrays. 2022-08-18 21:42:27 +02:00
clipboard.c
clipping.c
cursoricon.c
dc.c win32u: Use allocator mechanism to allocate DC attributes. 2022-09-20 20:53:17 +02:00
dce.c
defwnd.c win32u: Send WM_DISPLAYCHANGE message to the desktop window. 2022-10-12 17:17:54 +02:00
dib.c
driver.c win32u: Add is_primary parameter to GetCurrentDisplaySettings. 2022-11-01 20:46:23 +01:00
emfdrv.c
font.c win32u: Make sure that the stack buffer in set_multi_value_key is large enough. 2022-10-24 18:48:39 +02:00
freetype.c win32u: Choose a smaller ppem to avoid exceeding the requested font height. 2022-08-19 22:45:18 +02:00
gdiobj.c win32u: Move process initialization to NtUserInitializeClientPfnArrays. 2022-08-18 21:42:27 +02:00
hook.c win32u/hook: Fix a leak on earlier return (Coverity). 2022-08-31 17:44:53 +02:00
imm.c
input.c win32u: Move NtUserDragDetect() to window.c. 2022-10-31 20:41:45 +01:00
main.c
Makefile.in
mapping.c
menu.c
message.c win32u: Prevent use after free (Coverity). 2022-11-02 14:41:56 +01:00
ntgdi_private.h
ntuser_private.h user32: Move dialog proc getting implementation from win32u. 2022-08-18 21:42:26 +02:00
opentype.c
painting.c
palette.c
path.c
pen.c
printdrv.c
rawinput.c
region.c
scroll.c
spy.c
syscall.c user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
sysparams.c win32u: Lock display devices while applying display settings. 2022-11-03 18:33:09 +01:00
vertical.c unicode: Update to Unicode 15.0.0. 2022-09-14 22:38:34 +02:00
vulkan.c
win32u.spec user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
win32u_private.h win32u: Asynchronously send the WM_DISPLAYCHANGE to the desktop window. 2022-10-14 10:21:22 +02:00
window.c win32u: Move NtUserDragDetect() to window.c. 2022-10-31 20:41:45 +01:00
winstation.c
wrappers.c