wine/dlls/win32u
2023-05-01 16:44:11 +02:00
..
dibdrv win32u: Reset draw_start_ticks for new window_surface. 2023-02-21 11:22:47 +01:00
tests win32u: Implement NtUserBuildHimcList syscall. 2023-03-20 17:10:45 +01:00
bitblt.c
bitmap.c
brush.c
class.c
clipboard.c
clipping.c
cursoricon.c
dc.c
dce.c win32u: Expose and use ProcessEvents from drivers instead of MsgWaitForMultipleObjectsEx. 2023-02-22 18:25:29 +01:00
defwnd.c win32u: Ignore some IME messages in default_window_proc. 2023-03-30 19:00:21 +02:00
dib.c win32u: Add support for undocummented DIB_PAL_INDICES color usage in SetDIBits. 2023-04-06 14:32:32 +02:00
driver.c win32u: Allow drivers to set the null user driver. 2023-03-16 12:52:37 +01:00
emfdrv.c
font.c win32u: Don't allow bitmap fonts if OUT_TT_ONLY_PRECIS output precision is specified. 2023-05-01 16:44:11 +02:00
freetype.c
gdiobj.c
hook.c
imm.c win32u: Implement NtUserBuildHimcList syscall. 2023-03-20 17:10:45 +01:00
input.c win32u: Use ARRAY_SIZE() instead of open coding it. 2023-04-26 22:49:16 +02:00
main.c
Makefile.in
mapping.c
menu.c
message.c win32u: Invalidate all cached keys after input. 2023-03-02 10:20:01 +01:00
ntgdi_private.h win32u: Add support for undocummented DIB_PAL_INDICES color usage in SetDIBits. 2023-04-06 14:32:32 +02:00
ntuser_private.h win32u: Introduce new next_process_user_handle_ptr helper. 2023-03-20 17:10:45 +01:00
opentype.c
painting.c
palette.c
path.c
pen.c
printdrv.c
rawinput.c win32u: Initialize IO_STATUS_BLOCK in rawinput add_device. 2023-03-07 17:25:08 +01:00
region.c
scroll.c
spy.c
syscall.c win32u: Stub NtUserBuildHimcList syscall. 2023-03-20 17:10:45 +01:00
sysparams.c win32u: Partially implement NtUserDisplayConfigGetDeviceInfo(DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE). 2023-05-01 14:38:30 +02:00
vertical.c
vulkan.c
win32u.spec win32u: Stub NtUserBuildHimcList syscall. 2023-03-20 17:10:45 +01:00
win32u_private.h win32u: Send WM_INPUTLANGCHANGE when activating new layout. 2023-03-08 17:49:00 +01:00
window.c win32u: Introduce new next_process_user_handle_ptr helper. 2023-03-20 17:10:45 +01:00
winstation.c win32u: Give full access rights to the thread desktop. 2023-03-17 11:51:34 +01:00
wrappers.c