wine/dlls/win32u
2023-01-24 18:13:43 +01:00
..
dibdrv opengl32: Use default calling convention for WGL driver entry points. 2022-12-06 17:11:21 +01:00
tests win32u/tests: Add inter-process message tests. 2022-12-20 22:37:00 +01:00
bitblt.c
bitmap.c
brush.c
class.c win32u: Account for 16-bit instances in find_class(). 2022-12-15 18:30:38 +01:00
clipboard.c
clipping.c
cursoricon.c
dc.c
dce.c win32u: Silence spurious FIXME in NtUserScrollWindowEx. 2023-01-24 18:13:43 +01:00
defwnd.c win32u: Move NtUserGetWindowDC implementation from user32. 2022-11-29 12:50:19 +01:00
dib.c
driver.c win32u: Introduce a get_display_depth() helper to retrieve emulated display depth. 2023-01-09 16:44:08 +01:00
emfdrv.c
font.c win32u: Document the font_lock handling in font_EnumFonts(). 2023-01-20 15:59:45 +01:00
freetype.c configure: Remove Carbon.framework check (always present on macOS). 2022-12-02 11:04:45 +01:00
gdiobj.c
hook.c
imm.c
input.c win32u: Set the width and height when creating a caret from an existing bitmap. 2022-12-15 18:30:38 +01:00
main.c
Makefile.in include: Use proper dllimports for user32 functions. 2022-12-07 13:51:37 +01:00
mapping.c
menu.c win32u: Move NtUserGetDC implementation from user32. 2022-11-29 12:50:16 +01:00
message.c win32u: Convert inter-process messages to Unicode. 2022-12-20 18:26:55 +01:00
ntgdi_private.h win32u: Convert inter-process messages to Unicode. 2022-12-20 18:26:55 +01:00
ntuser_private.h
opentype.c
painting.c
palette.c
path.c
pen.c
printdrv.c
rawinput.c win32u: Correct GetRawInputBuffer alignment under WoW64. 2023-01-16 16:14:20 +01:00
region.c
scroll.c win32u: Initialize the tracking_info for NtUserDrawScrollBar params. 2023-01-09 16:44:08 +01:00
spy.c
syscall.c win32u: Move NtUserSetShellWindowEx implementation from user32. 2022-12-09 17:52:25 +01:00
sysparams.c win32u: Introduce a get_display_depth() helper to retrieve emulated display depth. 2023-01-09 16:44:08 +01:00
vertical.c
vulkan.c
win32u.spec win32u: Move NtUserSetShellWindowEx implementation from user32. 2022-12-09 17:52:25 +01:00
win32u_private.h win32u: Introduce a get_display_depth() helper to retrieve emulated display depth. 2023-01-09 16:44:08 +01:00
window.c win32u: Honor CS_HREDRAW and CS_VREDRAW when resizing window. 2022-12-22 15:16:03 +01:00
winstation.c
wrappers.c