wine/dlls/win32u
Arkadiusz Hiler d4b2865eb7 win32u: Don't affect nonclient area unless requested.
The state of the caption / nonclient area should be only changed when
FLASHW_CAPTION or FLASHW_STOP are used.
2023-06-28 18:56:40 +02:00
..
dibdrv win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
tests win32u: Implement NtUserBuildHimcList syscall. 2023-03-20 17:10:45 +01:00
bitblt.c win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
bitmap.c
brush.c win32u: Implement NtGdiIcmBrushInfo and use it instead of __wine_get_brush_bitmap_info. 2023-05-29 11:37:07 +02:00
class.c
clipboard.c
clipping.c
cursoricon.c win32u: Notify drivers of cursor changes on WM_WINE_SETCURSOR. 2023-06-13 22:10:56 +02:00
dc.c win32u: Use syscall interface for all exports. 2023-05-29 11:37:09 +02:00
dce.c win32u: Expose and use ProcessEvents from drivers instead of MsgWaitForMultipleObjectsEx. 2023-02-22 18:25:29 +01:00
defwnd.c win32u: Detect a missed WM_LBUTTONUP in the size/move loop. 2023-06-27 22:14:15 +02:00
dib.c win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
driver.c win32u: Add a hwnd parameter to SetCursor driver entry points. 2023-06-13 22:10:56 +02:00
emfdrv.c win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
font.c win32u: Don't use WINAPI for the font enumeration function. 2023-05-31 13:35:53 +02:00
freetype.c
gdiobj.c win32u: Use syscall interface for all exports. 2023-05-29 11:37:09 +02:00
hook.c
imm.c win32u: Introduce a new ImeToAsciiEx call through NtUserMessageCall. 2023-05-12 17:50:49 +02:00
input.c win32u: Use a specific flag instead of shrinking the clip rect. 2023-06-16 21:42:44 +02:00
main.c wineps: Don't include gdi_driver.h from PE module. 2023-05-31 12:48:51 +02:00
Makefile.in win32u: Use syscall interface for all exports. 2023-05-29 11:37:09 +02:00
mapping.c
menu.c
message.c win32u: Use a specific flag instead of shrinking the clip rect. 2023-06-16 21:42:44 +02:00
ntgdi_private.h win32u: Move fullscreen window cursor clipping from winex11. 2023-06-12 21:21:42 +02:00
ntuser_private.h win32u: Add a clipping_cursor member to user_thread_info. 2023-06-12 21:21:42 +02:00
opentype.c
painting.c win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
palette.c win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
path.c win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
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: Move QueryDisplayConfig from user32. 2023-06-12 21:21:42 +02:00
sysparams.c win32u: Avoid SEGV in QueryDisplayConfig when run as service. 2023-06-22 10:10:45 +02:00
vertical.c make_unicode: Don't use DECLSPEC_HIDDEN. 2023-06-26 20:19:13 +02:00
vulkan.c
win32u.spec win32u: Move QueryDisplayConfig from user32. 2023-06-12 21:21:42 +02:00
win32u_private.h win32u: Move virtual desktop display settings logic from winex11. 2023-06-21 18:26:33 +02:00
window.c win32u: Don't affect nonclient area unless requested. 2023-06-28 18:56:40 +02:00
winstation.c win32u: Move virtual desktop display settings logic from winex11. 2023-06-21 18:26:33 +02:00