wine/dlls/win32u
2023-11-29 23:16:39 +01:00
..
dibdrv win32u: Remove DECLSPEC_HIDDEN usage. 2023-11-17 10:20:54 +01:00
tests
bitblt.c
bitmap.c
brush.c
class.c win32u: Initialize sysparams before winstation. 2023-11-27 22:39:52 +01:00
clipboard.c
clipping.c
cursoricon.c
dc.c
dce.c
defwnd.c
dib.c
driver.c
emfdrv.c
font.c win32u: Remove DECLSPEC_HIDDEN usage. 2023-11-17 10:20:54 +01:00
freetype.c
gdiobj.c
hook.c
imm.c win32u: Remove DECLSPEC_HIDDEN usage. 2023-11-17 10:20:54 +01:00
input.c
main.c win32u: Add syscall entries for ARM64EC. 2023-11-21 11:14:21 +01:00
Makefile.in win32u: Generate syscall entry points from the C code with asm macros. 2023-11-20 18:09:13 +01:00
mapping.c
menu.c
message.c win32u: Implement opt-in auto-repeat for WM_(SYS)KEYDOWN messages. 2023-11-22 20:03:04 +01:00
ntgdi_private.h win32u: Remove DECLSPEC_HIDDEN usage. 2023-11-17 10:20:54 +01:00
ntuser_private.h include: Remove DECLSPEC_HIDDEN definition. 2023-11-29 23:16:39 +01:00
opentype.c
painting.c
palette.c
path.c
pen.c
printdrv.c
rawinput.c
region.c
scroll.c
spy.c
syscall.c win32u: Store the service table entry directly into the ntdll variable. 2023-11-17 09:57:56 +01:00
sysparams.c win32u: Remove unnecessary config_key lazy initializations. 2023-11-27 22:39:52 +01:00
vertical.c
vulkan.c
win32syscalls.h make_specfiles: Generate a list of syscalls from the corresponding spec files. 2023-11-16 14:07:26 +01:00
win32u.spec
win32u_private.h win32u: Remove DECLSPEC_HIDDEN usage. 2023-11-17 10:20:54 +01:00
window.c win32u: Respect per-monitor thread dpi awareness when getting window from point. 2023-11-14 22:25:01 +01:00
winstation.c