wine/dlls/win32u
2022-11-21 13:07:45 +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 win32u: Use RtlGetLastWin32Error() instead of GetLastError(). 2022-11-13 11:31:43 +01:00
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 user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
dib.c
driver.c win32u: Read mode from the registry if GetCurrentDisplaySettings fails. 2022-11-03 18:33:09 +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 include: Remove custom/undocumented language identifiers. 2022-11-16 21:24:18 +01: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 user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
message.c win32u: Fix a memory leak. 2022-11-21 13:07:45 +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 include: Remove custom/undocumented language identifiers. 2022-11-16 21:24:18 +01:00
painting.c
palette.c win32u: Use a separate helper to send messages from win32u. 2022-08-15 18:15:19 +02:00
path.c
pen.c
printdrv.c
rawinput.c
region.c
scroll.c
spy.c win32u: Use RtlGetLastWin32Error() instead of GetLastError(). 2022-11-13 11:31:43 +01:00
syscall.c user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
sysparams.c win32u: Always use the full union for sysparams entries. 2022-11-09 21:10:29 +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 user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
window.c win32u: Use RtlGetLastWin32Error() instead of GetLastError(). 2022-11-13 11:31:43 +01:00
winstation.c
wrappers.c