1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/dlls/user32
2024-03-27 22:19:24 +01:00
..
resources
tests user32/tests: Revert test updates for win11. 2024-03-27 22:19:24 +01:00
button.c
class.c user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
clipboard.c
combo.c
controls.h user32: Remove DECLSPEC_HIDDEN usage. 2023-09-13 11:13:11 +02:00
cursoricon.c
dde_client.c
dde_misc.c user32: Use SecureZeroMemory to clear magic fields. 2023-11-07 22:05:35 +01:00
dde_private.h user32: Remove DECLSPEC_HIDDEN usage. 2023-09-13 11:13:11 +02:00
dde_server.c
defdlg.c
defwnd.c user32: Ignore WM_IME_COMPOSITION from the IME UI window in DefWindowProc. 2023-04-17 18:55:41 +02:00
desktop.c user32: Correct capitalization of SetDeskWallpaper. 2023-12-07 20:21:43 +01:00
dialog.c
edit.c user32/edit: Don't use WM_TIMER to update caret position. 2023-09-06 22:01:00 +02:00
exticon.c
hook.c user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
icontitle.c
input.c user32: Add LoadKeyboardLayoutEx stub. 2024-03-22 17:02:31 +01:00
listbox.c user32: Fix string comparison for listbox inexact matches. 2023-12-19 12:52:15 +01:00
lstr.c
Makefile.in makefiles: Always use the global SOURCES variable for .svg files. 2023-10-14 13:47:59 +02:00
mdi.c
menu.c
message.c user32: Return a proper NTSTATUS in the post DDE message callback. 2024-01-19 14:28:26 +01:00
misc.c
msgbox.c user32/msgbox: Implement MB_TOPMOST. 2023-08-30 11:14:32 +02:00
nonclient.c user32: Load dynamically wine_get_version(). 2024-01-17 11:07:00 +01:00
property.c
resource.c user32: Put 0 to output string even for 1 char buffer in LoadStringW(). 2023-11-09 14:38:32 +01:00
resources.h user32: Add more builtin string resources. 2023-10-06 15:44:28 +02:00
scroll.c
static.c
sysparams.c win32u: Sync dpi awareness changes from user32. 2024-02-27 11:47:42 +01:00
text.c user32: Wrap at whitespace rather than soft break. 2023-12-08 12:24:16 +01:00
uitools.c
user32.rc user32: Add more builtin string resources. 2023-10-06 15:44:28 +02:00
user32.spec user32: Add LoadKeyboardLayoutEx stub. 2024-03-22 17:02:31 +01:00
user_main.c include: Add a typedef for user callback function pointers. 2024-01-22 11:26:56 +01:00
user_private.h user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
win.c win32u: Introduce new NtUserSwitchDesktop syscall stub. 2024-02-28 19:51:20 +01:00
winhelp.c
winproc.c user32: Return a proper NTSTATUS in all user callbacks. 2024-01-19 14:30:59 +01:00
winstation.c server: Inherit internal desktop flags when creating desktops. 2024-02-13 22:37:50 +01:00
wsprintf.c