wine/dlls/win32u
2024-06-10 22:47:00 +02:00
..
dibdrv win32u: Use a helper to flush window surface, factor locking and bounds reset. 2024-05-29 22:37:32 +02:00
tests win32u: Fix SetThreadDpiAwarenessContext. 2024-05-28 20:44:39 +02:00
bitblt.c
bitmap.c
brush.c
class.c
clipboard.c
clipping.c
cursoricon.c
d3dkmt.c win32u: Use separate variable for inner loop. 2024-05-28 11:18:06 +02:00
dc.c win32u: Use NtGdiDdDDICreateDCFromMemory for gdi16 DIBDRV. 2024-05-27 22:59:21 +02:00
dce.c win32u: Pass desired DPI to NtUserGet(Client|Window)Rect. 2024-06-06 10:40:40 +02:00
defwnd.c win32u: Parameterize get_monitor_info dpi. 2024-06-07 20:58:39 +02:00
dib.c
driver.c win32u: Move UpdateLayeredWindow implementation out of the drivers. 2024-06-05 16:38:25 +02:00
emfdrv.c win32u: Move D3DKMT vulkan implementation out of winex11. 2024-03-26 22:46:05 +01:00
font.c win32u: Remove external fonts from the registry before writing to it. 2024-05-20 11:56:49 +02:00
freetype.c win32u: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-04-03 23:03:38 +02:00
gdiobj.c win32u: Limit GDI object generation to 128. 2024-06-06 20:46:03 +02:00
hook.c
imm.c win32u: Don't mask keyboard scan codes when processing them for IME. 2024-03-01 23:14:22 +01:00
input.c win32u: Parameterize get_monitor_info dpi. 2024-06-07 20:58:39 +02:00
main.c ntdll: Make __wine_unix_call() an inline function. 2024-05-23 12:20:48 +02:00
Makefile.in win32u: Move D3DKMT functions to a new d3dkmt.c source. 2024-03-13 18:28:49 +01:00
mapping.c
menu.c win32u: Parameterize get_monitor_info dpi. 2024-06-07 20:58:39 +02:00
message.c win32u: Implement keyboard auto-repeat using new server request. 2024-06-07 21:00:10 +02:00
ntgdi_private.h
ntuser_private.h win32u: Implement keyboard auto-repeat using new server request. 2024-06-07 21:00:10 +02:00
opentype.c
painting.c
palette.c
path.c win32u: Move D3DKMT vulkan implementation out of winex11. 2024-03-26 22:46:05 +01:00
pen.c
printdrv.c
rawinput.c win32u: Update last message time in NtUserGetRawInputBuffer(). 2024-05-12 16:31:50 +02:00
region.c
scroll.c win32u: Pass desired DPI to NtUserGet(Client|Window)Rect. 2024-06-06 10:40:40 +02:00
spy.c win32u: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-04-03 23:03:38 +02:00
syscall.c
sysparams.c win32u: Implement keyboard auto-repeat using new server request. 2024-06-07 21:00:10 +02:00
systray.c
vertical.c
vulkan.c win32u: Load the graphics driver vulkan functions lazily. 2024-05-21 20:34:59 +02:00
win32syscalls.h win32u: Use NtUserCallHwndParam interface for __wine_send_input. 2024-03-05 20:50:06 +01:00
win32u.spec win32u: Use NtUserCallHwndParam interface for __wine_send_input. 2024-03-05 20:50:06 +01:00
win32u_private.h win32u: Parameterize get_monitor_info dpi. 2024-06-07 20:58:39 +02:00
window.c win32u: Call NtUserMapWindowPoints with per-monitor DPI from the drivers. 2024-06-10 22:47:00 +02:00
winstation.c win32u: Don't force refresh the display cache on thread desktop change. 2024-05-01 16:18:44 +02:00