wine/dlls/user32
2022-11-10 09:48:37 +01:00
..
resources
tests user32/msgbox: Implement MB_SYSTEMMODAL. 2022-11-10 09:48:37 +01:00
button.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
class.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
clipboard.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
combo.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
controls.h user32: Don't include ntuser_private.h. 2022-08-08 18:47:45 +02:00
cursoricon.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_client.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_misc.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_private.h user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_server.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
defdlg.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
defwnd.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
desktop.c win32u: Send WM_DISPLAYCHANGE message to the desktop window. 2022-10-12 17:17:54 +02:00
dialog.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
edit.c user32/edit: Check for control destruction on notification return. 2022-11-07 21:13:31 +01:00
exticon.c user32: Build with nameless structs and unions. 2022-08-27 16:53:33 +02:00
focus.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
hook.c user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
icontitle.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
input.c user32: Implement DefRawInputProc. 2022-09-01 17:43:17 +02:00
listbox.c win32u: Move builtin classes registration from user32. 2022-08-08 18:47:44 +02:00
lstr.c
Makefile.in
mdi.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
menu.c win32u: Move builtin classes registration from user32. 2022-08-08 18:47:44 +02:00
message.c user32: Build with nameless structs and unions. 2022-08-27 16:53:33 +02:00
misc.c win32u: Move builtin classes registration from user32. 2022-08-08 18:47:44 +02:00
msgbox.c user32/msgbox: Implement MB_SYSTEMMODAL. 2022-11-10 09:48:37 +01:00
nonclient.c user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
painting.c
property.c
resource.c
resources.h
scroll.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
static.c user32: Support passing bitmap and icon resource ID as a string when creating static control. 2022-08-25 11:57:21 -05:00
sysparams.c win32u: Move NtUserDisplayConfigGetDeviceInfo implementation from user32. 2022-10-31 12:12:15 +01:00
text.c
uitools.c
user32.rc
user32.spec user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
user_main.c user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
user_private.h user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
win.c user32: Use NtUserSetWindowLongPtr() in set_dialog_proc(). 2022-11-09 21:23:48 +01:00
winhelp.c
winpos.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
winproc.c user32: Fix a memory allocation strategy. 2022-09-19 20:13:12 +02:00
winstation.c
wsprintf.c