wine/dlls/win32u
2023-06-07 22:48:27 +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 win32u: Make get_winproc_ptr() static. 2023-01-26 22:05:13 +01:00
clipboard.c user32: GetClipboardData() should set last error when the format is not found. 2023-01-25 10:07:17 +01:00
clipping.c
cursoricon.c win32u: Move cursor clipping functions to input.c. 2023-05-31 22:50:10 +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: Propagate WM_MOUSEHWHEEL to the parent window in DefWindowProc(). 2023-05-23 09:28:16 +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 reset parameter to WM_WINE_CLIPCURSOR and driver ClipCursor. 2023-06-07 22:48:27 +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: Add a reset parameter to WM_WINE_CLIPCURSOR and driver ClipCursor. 2023-06-07 22:48:27 +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: Add a reset parameter to WM_WINE_CLIPCURSOR and driver ClipCursor. 2023-06-07 22:48:27 +02:00
ntgdi_private.h win32u: Don't use CDECL for gdi_dc_funcs entries. 2023-05-31 12:48:52 +02:00
ntuser_private.h win32u: Introduce a new ImeProcessKey call through NtUserMessageCall. 2023-05-12 17:50:49 +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 win32u: Make draw_scroll_bar() static. 2023-01-25 10:17:13 +01:00
spy.c
syscall.c win32u: Use syscall interface for all exports. 2023-05-29 11:37:09 +02:00
sysparams.c win32u: Reset cursor clipping rectangle on display mode change. 2023-06-02 21:08:34 +02:00
vertical.c
vulkan.c
win32u.spec win32u: Use syscall interface for all exports. 2023-05-29 11:37:09 +02:00
win32u_private.h win32u: Add a reset parameter to WM_WINE_CLIPCURSOR and driver ClipCursor. 2023-06-07 22:48:27 +02:00
window.c win32u: Move some window functions to window.c. 2023-05-31 22:50:10 +02:00
winstation.c explorer: Call user driver through a new CreateDesktop callback. 2023-05-30 13:45:43 +02:00