[SHELL32] Fix Control_RunDLLW (#5400)
[reactos.git] / win32ss / user / ntuser /
25 hours ago Thamatip Chitpong[NTUSER] Release modifier keys when deactivating messag...
6 days ago Serge Gautherie[NTUSER] UserSetCursorPos(): Use an early return
2024-04-12 Doug Lyons[NTUSER] Avoid sending superfluous WM_MOUSEMOVE message...
2024-03-13 Doug Lyons[NTUSER] Fix sticky mouse buttons (#6426)
2024-03-11 Doug Lyons[NTUSER] Fix PeekMessageA for MsgFilterLow/High mouse...
2024-02-23 Katayama Hirofumi MZ[BOOTDATA][NTUSER] Prepare for CTF IME Part 1 (#6524)
2024-02-23 Katayama Hirofumi MZ[WIN32SS] Fix const-ness of registry helper functions...
2024-02-16 Katayama Hirofumi MZ[NTUSER] Relax condition for IntImmProcessKey (#6500)
2024-02-13 Katayama Hirofumi MZ[REACTOS] Standardize <imm.h> and <immdev.h> (#6493)
2024-01-09 Katayama Hirofumi MZ[NTUSER] Check class name existence on IntGetAtomFromSt...
2024-01-05 Thamatip Chitpong[NTUSER] Use UserHMGetHandle macro (#6244)
2023-12-24 Thamatip Chitpong[NTUSER] Add UserHMSetHandle macro (#6164)
2023-12-21 Thamatip Chitpong[NTUSER] menu.c: Fix readability after commit 1df52257
2023-12-21 Thamatip Chitpong[NTUSER] accelerator.c: Fix readability after commit...
2023-12-21 Thamatip Chitpong[NTUSER] window.c: Fix readability after commit 3f5fd1d0
2023-12-21 Thamatip Chitpong[NTUSER] Remove RETURN() macro (#6194)
2023-12-18 Thamatip Chitpong[NTUSER] menu.c: Don't use RETURN() macro (#6185)
2023-12-17 Thamatip Chitpong[NTUSER] accelerator.c: Don't use RETURN() macro (...
2023-12-14 Thamatip Chitpong[NTUSER] window.c: Don't use RETURN() macro (#6150)
2023-11-26 Katayama Hirofumi MZ[NTGDI] Fix PatBlt with negative values (#6038)
2023-11-10 Timo Kreuzer[WIN32K] Fix alignment checks in NtUserSetInformationThread
2023-11-01 Egor Ananyin[NTUSER] Fix system menu mouse handing (#5822)
2023-10-31 Katayama Hirofumi MZ[SETUPLIB][NTUSER] Toggle input language/layout on...
2023-10-30 Katayama Hirofumi MZ[NTUSER] Disable SC_MOVE if WS_MAXIMIZE or WS_MINIMIZE...
2023-10-16 Egor Ananyin[NTUSER] Remove a wrong check in MENU_MouseMove (#5736)
2023-09-21 Timo Kreuzer[WIN32K] Prevent dereferencing NULL pointer
2023-09-17 Timo Kreuzer[WIN32K] Do not try to free a unicode string that is...
2023-09-11 Katayama Hirofumi MZ[NTUSER] Error of co_UserCreateWindowEx should display...
2023-09-09 Thomas Faber[WIN32K:NTUSER] Avoid TOCTOU in ProbeAndCaptureUnicodeS... 5674/head
2023-09-09 Julio Carchi[NTUSER] Reduce debug logging spam (#5661)
2023-08-24 Egor Ananyin[NTUSER] Set correct lParam for WM_(UN)INITMENUPOPUP...
2023-08-22 Andriy Shevchenko[REACTOS] Fix typos in comments (#5591)
2023-08-19 Joachim Henze[NTUSER] Whitspace-fixes winpos.c
2023-08-15 Serge Gautherie[NTUSER][USER32] Remove 4 remnant defines (#5572)
2023-08-10 Carl J. Bialorucki[NTUSER] Fix SPI_SETFONTSMOOTHING behavior (#5526)
2023-08-09 Andrew Dent[REACTOS] Spelling fixes (#5534)
2023-07-30 Joachim Henze[NTUSER] co_IntSendMessageWithCallBack: Formatting...
2023-07-24 Jérôme Gardou[NTUSER] Always reference a window when using it as...
2023-07-02 Thamatip Chitpong[NTUSER] NtUserWaitForInputIdle: Fix unhandled exceptio...
2023-07-02 Serge Gautherie[WIN32K:NTUSER] Add ASSERT() on "linking window to...
2023-06-11 George Bișoc[WIN32K:NTUSER] Fix an unintialized user's token variab... 5328/head
2023-06-11 Oleg Dubinskiy[NTGDI][NTUSER] Load DirectX graphics driver at system... 4551/head
2023-05-28 Timo Kreuzer[WIN32K][WIN32U] Fix system call ids (#5287)
2023-05-25 Timo Kreuzer[WIN32K] Fix WindowExtra for some server-side classes
2023-05-25 Timo Kreuzer[USER32] Fix SetWindowWord/Long
2023-05-10 Katayama Hirofumi MZ[NTUSER] Implement THREADSTATE_CHECKCONIME (#5272)
2023-05-10 Katayama Hirofumi MZ[IMM32][NTUSER][SDK] Add ImmCallImeConsoleIME (#5271)
2023-05-05 Katayama Hirofumi MZ[NTUSER] Remember old KL for Chinese IMEs (#5266)
2023-04-24 Thamatip Chitpong[NTUSER] Improve MsqPostMessage (#5225)
2023-04-12 Thamatip Chitpong[NTUSER] co_UserDestroyWindow: Validate window before...
2023-04-09 Katayama Hirofumi MZ[NTUSER] IntImmActivateLayout: Set CI_IMMACTIVATE if...
2023-04-02 Joachim Henze[NTUSER] Fix BSOD 0x1E nullptr deref CORE-18899 (#5212)
2023-03-23 Thamatip Chitpong[NTUSER] VerifyWnd: Remove pointless SEH and simplify...
2023-03-20 Katayama Hirofumi MZ[NTUSER] ime.c: Add parameter to ERR(...)
2023-03-20 Katayama Hirofumi MZ[NTUSER] ime.c: Add ERR(...) to the exception handlers
2023-03-20 Katayama Hirofumi MZ[NTUSER] NtUserSetImeInfoEx: Use _SEH2_YIELD
2023-03-20 Katayama Hirofumi MZ[NTUSER] NtUserGetImeInfoEx: Use _SEH2_YIELD
2023-03-20 Katayama Hirofumi MZ[NTUSER] NtUserBuildHimcList: Use _SEH2_YIELD
2023-03-20 Katayama Hirofumi MZ[NTUSER] NtUserGetImeHotKey: Use _SEH2_YIELD
2023-03-20 Katayama Hirofumi MZ[NTUSER] IntSendMessageToUI: Use _SEH2_YIELD
2023-03-20 Katayama Hirofumi MZ[NTUSER] IntNotifyImeShowStatus: Use _SEH2_YIELD
2023-03-12 Joachim Henze[NTUSER] Scrollbar.c pure whitespace fixes
2023-03-12 Katayama Hirofumi MZ[NTUSER][USER32] KLF_SETFORPROCESS for ActivateKeyboard...
2023-03-05 Katayama Hirofumi MZ[NTUSER][USER32] Refactor NtUserLoadKeyboardLayoutEx...
2023-02-21 Katayama Hirofumi MZ[NTUSER] Send WM_IME_SYSTEM:IMS_UPDATEIMEUI (#5075)
2023-02-16 Joachim Henze[NTUSER] Optimize Window Snap Disabling (#5061)
2023-02-14 Thamatip Chitpong[NTUSER] IntWinListOwnedPopups: Exclude default IME...
2023-02-14 Katayama Hirofumi MZ[NTUSER] Add 'Win:' comments to co_UserHideCaret and...
2023-02-14 Katayama Hirofumi MZ[NTUSER] Add 'Win:' comment to IntRealChildWindowFromPoint
2023-02-14 Katayama Hirofumi MZ[NTUSER] Add 'Win:' comment to IntChildWindowFromPointEx
2023-02-14 Katayama Hirofumi MZ[NTUSER] Add 'Win:' comment to IntDeferWindowPos
2023-02-14 Katayama Hirofumi MZ[NTUSER] Add 'Win:' comment to IntEndDeferWindowPosEx
2023-02-13 Doug Lyons[NTUSER] Missing "X" on "Folder" pane when Right Click...
2023-02-11 Joachim Henze[NTUSER] Delete temporary workarounds in co_IntSetScrol...
2023-02-06 Joachim Henze[REACTOS] "reactos" -> "https://reactos" (#5043)
2023-02-01 Katayama Hirofumi MZ[NTUSER] Allow Window Snap to be disabled (#5014)
2023-01-31 Julen Urizar CompainsUpdate win32ss/user/ntuser/winpos.c
2023-01-31 Julen Urizar Compains[WIN32SS] Fix winpos hyperlink&images loop rendering...
2023-01-30 Katayama Hirofumi MZ[NTUSER] Move IME window creation code (#5009)
2023-01-23 Katayama Hirofumi MZ[NTUSER] Check IME-like after WNDS_DESTROYED check...
2023-01-22 Roy Tam[NTUSER][USER32] Set WM_CONTEXTMENU's wParam to the...
2023-01-22 Thamatip Chitpong[WIN32K:NTUSER] ValidateHwndNoErr: Fix window handle...
2023-01-08 Denis Malikov[WIN32SS:NTUSER] restore snapped window to normal size...
2023-01-04 Timo Kreuzer[WIN32K] Add some NULL checks for THREADINFO::rpdesk
2023-01-04 Timo Kreuzer[WIN32K] Properly reference owner window
2022-12-22 Thamatip Chitpong[NTUSER] Fix zombie window created by CTRL+ALT+DEL...
2022-12-03 Katayama Hirofumi MZ[NTUSER] Fix SetActiveWindow return value
2022-11-17 Katayama Hirofumi MZ[NTUSER] Implement IntCheckImeShowStatusInThread
2022-11-15 Hervé Poussineau[WIN32SS:NTUSER] Extract InitVideo() prototype and...
2022-11-15 Katayama Hirofumi MZ[BOOTDATA][NTUSER] Add UserIsIMMEnabled and use it...
2022-11-13 Joachim Henze[NTUSER][USER32] Classic Theme: disabled "checked"...
2022-11-12 Katayama Hirofumi MZ[NTGDI][NTUSER][INCLUDE] Add 'See also:' comments for...
2022-11-10 Katayama Hirofumi MZ[NTUSER] Add 'Win:' comments around IntDefWindowProc
2022-11-10 Katayama Hirofumi MZ[NTUSER] Don't redraw scrollbar if it is hidden (#4849)
2022-10-30 Thomas Faber[WIN32K:NTUSER] Fix parameter check in NtUserGetAsyncKe...
2022-10-29 Katayama Hirofumi MZ[NTUSER] Add 'Win:' comment to InitThreadCallback
2022-10-28 Katayama Hirofumi MZ[KBSWITCH][CPL:INPUT][NTUSER][EXPLORER] Fix keyboard...
2022-10-27 Katayama Hirofumi MZ[NTUSER] Support SM_DBCSENABLED and SM_IMMENABLED ...
2022-10-25 Jose Carlos Jesus[NTUSER] Fix issue when cursor/caret is static 4231/head
2022-10-19 Katayama Hirofumi MZ[NTUSER] Improve IntSetImeHotKey (#4789)
next