reactos/win32ss/user/user32/windows
Timo Kreuzer 05cd3406e7 [USER32] Fix SetWindowWord/Long
These must use the corresponding NtUserSetWindowWord/Long function and cannot use NtUserSetWindowLongPtr, otherwise the function can fail, when there is only space for a LONG, but not for a LONG_PTR at the specified offset.
2023-05-25 18:56:02 +03:00
..
accel.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
caret.c
class.c [USER32] Fix SetWindowWord/Long 2023-05-25 18:56:02 +03:00
clipboard.c [USER32] RegisterClipboardFormatA(): Enable a SetLastError() (#1612) 2019-06-05 18:15:02 +02:00
cursoricon.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
dc.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
defwnd.c [NTUSER][USER32] KLF_SETFORPROCESS for ActivateKeyboardLayout (#5126) 2023-03-12 13:39:41 +09:00
dialog.c [WIN32K][USER32] Change mechanism for storing dialog info pointer 2021-05-28 08:26:36 +02:00
draw.c [NTUSER][USER32] Classic Theme: disabled "checked" checkboxes should be grey (#4874) 2022-11-14 00:01:29 +01:00
font.c [LPK] Small fix and a related comment. (#890) 2018-10-08 16:17:42 +02:00
hook.c [User32] Fix Copy Paste 2021-11-24 09:36:50 -06:00
input.c [NTUSER][USER32] Refactor NtUserLoadKeyboardLayoutEx (#5107) 2023-03-05 11:41:32 +09:00
mdi.c [WINESYNC][USER32] MDI_AugmentFrameMenu(): Use GetSysColorBrush() 2022-11-21 23:08:09 +03:00
menu.c [BROWSEUI][USER32] Explicitly use MAKEINTRESOURCEW() for consistency (#3192) 2020-09-15 14:56:51 +03:00
message.c [USER32][KBDJA] Implement CliImmSetHotKey (#4504) 2022-05-11 21:42:32 +09:00
messagebox.c [USER32] Log the text of message boxes to help figure out some test bot timeouts. 2018-08-19 12:02:24 +02:00
nonclient.c [USER32] Fix RealUserDrawCaption() return type. Rename {HFONT,UISTATE}_GWL_OFFSET and pfPaint. #179 2017-12-25 14:36:33 +01:00
paint.c
prop.c
rect.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
spy.c [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
text.c [USER32] Rewrite CharPrev(Ex)A functions and fix tests (#4860) 2022-11-13 13:22:26 +03:00
window.c [NTUSER][USER32] Make NtUserBuildHwndList exclusive (#4485) 2022-05-05 08:49:00 +09:00
winpos.c [Win32SS] Fix maximized window positioning. 2019-03-26 15:56:57 -05:00
wndproc_fixup.S [USER32] Properly save EBX in the wndproc wrapper 2020-12-09 10:00:35 +01:00