wine/dlls/win32u
Alexandre Julliard 8bab39d946 win32u: Use int instead of long types for font sizes and flags.
To avoid typecasts in debug traces.
2022-11-23 16:11:48 +01:00
..
dibdrv win32u: Add a debug helper to print color values. 2022-11-23 16:11:48 +01:00
tests win32u: Move NtUserDisplayConfigGetDeviceInfo implementation from user32. 2022-10-31 12:12:15 +01:00
bitblt.c
bitmap.c
brush.c win32u: Add a debug helper to print color values. 2022-11-23 16:11:48 +01:00
class.c win32: Fix int/long type mismatches. 2022-11-23 12:02:27 +01:00
clipboard.c win32: Fix int/long type mismatches. 2022-11-23 12:02:27 +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: Use int instead of long types for font sizes and flags. 2022-11-23 16:11:48 +01:00
freetype.c win32u: Use int instead of long types for font sizes and flags. 2022-11-23 16:11:48 +01:00
gdiobj.c
hook.c
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 win32u: Use int instead of long types for font sizes and flags. 2022-11-23 16:11:48 +01:00
ntuser_private.h
opentype.c include: Remove custom/undocumented language identifiers. 2022-11-16 21:24:18 +01:00
painting.c
palette.c win32u: Add a debug helper to print color values. 2022-11-23 16:11:48 +01:00
path.c
pen.c win32u: Add a debug helper to print color values. 2022-11-23 16:11:48 +01:00
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 win32: Fix int/long type mismatches. 2022-11-23 12:02:27 +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: Add a debug helper to print color values. 2022-11-23 16:11:48 +01:00
window.c win32u: Add a debug helper to print color values. 2022-11-23 16:11:48 +01:00
winstation.c
wrappers.c