wine/dlls/win32u
Alexandros Frantzis e63da6ea68 win32u: Cancel previous key auto-repeat when starting a new one.
The previous auto-repeat may be associated with a different HWND,
so we cannot rely on the new timer replacing the old timer, and
we don't want simultaneous repeats on different windows in the
same thread.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56307
2024-03-15 17:55:30 +01:00
..
dibdrv win32u: Move D3DKMT VidPn* functions out of winex11. 2024-03-13 18:28:49 +01:00
tests
bitblt.c
bitmap.c
brush.c
class.c
clipboard.c
clipping.c
cursoricon.c
d3dkmt.c win32u: Move D3DKMT VidPn* functions out of winex11. 2024-03-13 18:28:49 +01:00
dc.c
dce.c
defwnd.c win32u: Support HiDPI for the non-client close button in WS_EX_TOOLWINDOW windows. 2024-03-14 18:41:42 +01:00
dib.c
driver.c win32u: Move D3DKMT VidPn* functions out of winex11. 2024-03-13 18:28:49 +01:00
emfdrv.c win32u: Move D3DKMT VidPn* functions out of winex11. 2024-03-13 18:28:49 +01:00
font.c win32u: Move D3DKMT VidPn* functions out of winex11. 2024-03-13 18:28:49 +01:00
freetype.c
gdiobj.c
hook.c
imm.c
input.c win32u: Only send mouse input in ReleaseCapture() when a window is captured. 2024-03-08 17:37:08 +01:00
main.c
Makefile.in win32u: Move D3DKMT functions to a new d3dkmt.c source. 2024-03-13 18:28:49 +01:00
mapping.c
menu.c
message.c win32u: Cancel previous key auto-repeat when starting a new one. 2024-03-15 17:55:30 +01:00
ntgdi_private.h
ntuser_private.h
opentype.c
painting.c
palette.c
path.c win32u: Move D3DKMT VidPn* functions out of winex11. 2024-03-13 18:28:49 +01:00
pen.c
printdrv.c
rawinput.c
region.c
scroll.c
spy.c
syscall.c
sysparams.c win32u: Don't enumerate mirrored monitor clones when unnecessary. 2024-03-15 15:06:37 +01:00
systray.c
vertical.c
vulkan.c
win32syscalls.h
win32u.spec
win32u_private.h win32u: Introduce and use new reg_(open|create)_ascii_key helpers. 2024-03-06 18:59:34 +01:00
window.c
winstation.c