Sweden-Number/dlls/user32
Rémi Bernon 68b6e876f0 server: Create message queue and thread input in get_key_state.
This removes the fallback to desktop async keystate and uses instead the
keystate synchronization logic in all cases.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=26269
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=27238
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=31899
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35907
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45385
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-04-26 13:53:29 +02:00
..
resources
tests server: Create message queue and thread input in get_key_state. 2022-04-26 13:53:29 +02:00
Makefile.in win32u: Move __wine_set_user_driver implementation from user32. 2022-04-07 22:44:39 +02:00
button.c win32u: Move NtUserEndPaint implementation from user32. 2022-03-14 18:30:28 +01:00
caret.c win32u: Remove the "proc" parameter to NtUserSetSystemTimer(). 2022-04-21 14:41:22 +02:00
class.c win32u: Introduce inline helpers for NtUserCallHwndParam calls. 2022-04-13 18:13:28 +02:00
clipboard.c win32u: Move clipboard data management from user32. 2022-04-25 20:34:47 +02:00
combo.c win32u: Move NtUserShowWindow implementation from user32. 2022-03-17 21:06:11 +01:00
controls.h win32u: Move NtUserSetMenu implemenetation from user32. 2022-04-20 17:31:08 +02:00
cursoricon.c win32u: Introduce inline helpers for NtUserCallOneParam calls. 2022-04-13 18:13:06 +02:00
dde_client.c
dde_misc.c win32u: Move NtUserDestroyWindow implementation from user32. 2022-03-17 21:06:10 +01:00
dde_private.h
dde_server.c win32u: Move NtUserDestroyWindow implementation from user32. 2022-03-17 21:06:10 +01:00
defdlg.c win32u: Move menu handle management from user32. 2022-03-25 17:53:03 +01:00
defwnd.c win32u: Use more consistent NtUserMessageCall constant names. 2022-04-08 18:23:56 +02:00
desktop.c win32u: Move NtUserRedrawWindow implementation from user32. 2022-03-14 18:30:28 +01:00
dialog.c win32u: Move menu handle management from user32. 2022-03-25 17:53:03 +01:00
edit.c win32u: Move clipboard data management from user32. 2022-04-25 20:34:47 +02:00
exticon.c
focus.c win32u: Introduce inline helpers for NtUserCallHwndParam calls. 2022-04-13 18:13:28 +02:00
hook.c win32u: Introduce inline helpers for NtUserCallTwoParam calls. 2022-04-13 18:13:18 +02:00
icontitle.c win32u: Move NtUserSetWindowPos implementation from user32. 2022-03-15 18:05:27 +01:00
input.c win32u: Remove the "proc" parameter to NtUserSetSystemTimer(). 2022-04-21 14:41:22 +02:00
listbox.c win32u: Remove the "proc" parameter to NtUserSetSystemTimer(). 2022-04-21 14:41:22 +02:00
lstr.c
mdi.c win32u: Move NtUserSetMenuDefaultItem implementation from user32. 2022-04-22 21:42:20 +02:00
menu.c win32u: Move NtUserSetMenuDefaultItem implementation from user32. 2022-04-22 21:42:20 +02:00
message.c user32: Do not call the lparam for WM_SYSTIMER messages. 2022-04-21 14:41:48 +02:00
misc.c user32: Add suspend-resume notification API stubs. 2022-03-30 18:32:32 +02:00
msgbox.c win32u: Move NtUserDestroyWindow implementation from user32. 2022-03-17 21:06:10 +01:00
nonclient.c win32u: Move more WM_SYSCOMMAND handling from user32. 2022-04-15 20:55:03 +02:00
painting.c win32u: Move NtUserExcludeUpdateRgn implementation from user32. 2022-04-14 17:53:34 +02:00
property.c
rawinput.c user32: Uppercase the RawInput device names sans the GUID. 2021-12-23 22:57:01 +01:00
resource.c win32u: Move accelerators object implementation from user32. 2022-03-02 20:17:25 +01:00
resources.h
scroll.c win32u: Remove the "proc" parameter to NtUserSetSystemTimer(). 2022-04-21 14:41:22 +02:00
static.c user32: Use SWP_NOACTIVATE flag when resizing etched static control. 2022-04-13 11:00:07 +02:00
sysparams.c win32u: Introduce inline helpers for NtUserCallHwndParam calls. 2022-04-13 18:13:28 +02:00
text.c
uitools.c win32u: Move NtUserDrawIconEx implementation from user32. 2022-02-23 17:31:42 +01:00
user32.rc
user32.spec win32u: Move clipboard data management from user32. 2022-04-25 20:34:47 +02:00
user_main.c win32u: Move clipboard data management from user32. 2022-04-25 20:34:47 +02:00
user_private.h win32u: Move clipboard data management from user32. 2022-04-25 20:34:47 +02:00
win.c win32u: Move NtUserFindWindowEx implementation from user32. 2022-04-19 17:37:00 +02:00
win.h win32u: Introduce inline helpers for NtUserCallHwndParam calls. 2022-04-13 18:13:28 +02:00
winhelp.c
winpos.c win32u: Move NtUserClientToScreen implementation from user32. 2022-04-14 17:53:34 +02:00
winproc.c user32: Pass a valid length to RtlUnicodeToMultiByteN/RtlMultiByteToUnicodeN. 2022-04-14 09:44:41 +02:00
winstation.c win32u: Reset thread info in NtUserSetThreadDesktop. 2022-02-15 22:59:53 +01:00
wsprintf.c