[WIN32SS][WINSRV] Fullwidth character handling Part 2 (#2240)
[reactos.git] / win32ss / user /
2020-01-12 Katayama Hirofumi MZ[WIN32SS][WINSRV] Fullwidth character handling Part...
2020-01-07 Katayama Hirofumi MZ[WIN32SS][WINSRV] Fullwidth character handling for...
2019-12-31 Katayama Hirofumi MZ[WIN32SS][WINSRV] Add CSR API_NUMBER info comments...
2019-12-29 Thomas Faber[WIN32K:NTUSER] Avoid user memory access outside of...
2019-12-29 Thomas Faber[WIN32K:NTUSER] Correctly capture UNICODE_STRING in...
2019-12-29 Thomas Faber[WIN32K:NTUSER] Add missing probe in NtUserGetClassName.
2019-12-29 Hermès Bélusca-Maïto[WIN32SS:USER] Some minimal work and fixes concerning...
2019-12-29 Thomas Faber[WIN32K:NTUSER] Add missing parameter probe in NtUserGe...
2019-12-26 Katayama Hirofumi MZ[NTUSER] Fix caret display mistake (#2180)
2019-12-25 Katayama Hirofumi MZ[CONSRV] Preparation for Asian console support (#2171)
2019-12-25 Katayama Hirofumi MZ[BOOTDATA][NTUSER] Fix some system parameters (#2162)
2019-12-24 Hermès Bélusca-Maïto[VIDEOPRT][WIN32K] Use a Windows-compatible way of...
2019-12-21 Katayama Hirofumi MZ[BOOTDATA][NTUSER] Fix GetSystemMetrics values (#2137)
2019-12-16 Katayama Hirofumi MZ[USER32] Add ICO_ExtractIconExW RetPtr NULL check ...
2019-12-15 Hermès Bélusca-Maïto[BLUE] Improve initialization and interfacing with...
2019-12-14 Doug Lyons[CONSRV] Fix for console windows shrinking on Minimize...
2019-12-10 Katayama Hirofumi MZ[COMCTL32][USER32] Fix radio button regression (#2146)
2019-12-09 jimtaborMerge branch 'master' of https://github.com/reactos...
2019-12-09 jimtabor[Win32SS] Fix Opaque Text Fade while in Desktop Startup
2019-12-09 Katayama Hirofumi MZ[WIN32SS][COMCTL32] Improve button text position (...
2019-12-09 Katayama Hirofumi MZ[NTUSER] Improve loading settings (SystemParamtersInfo...
2019-12-07 Joachim Henze[CONSRV] Speed up console txt output CORE-16187
2019-12-06 Katayama Hirofumi MZ[WIN32SS][WINSRV] Do CJK font choose workaround (#2134)
2019-12-05 Katayama Hirofumi MZ[WIN32SS][WINSRV] Optimize console background drawing...
2019-12-02 Hermès Bélusca-Maïto[WIN32K][VIDEOPRT] Improve initialization and interfaci...
2019-11-24 Hermès Bélusca-Maïto[WIN32K] Code formatting.
2019-11-19 Katayama Hirofumi MZ[NTUSER] Fix condition of HSHELL_WINDOWCREATED (#2046)
2019-11-19 Katayama Hirofumi MZ[USER32] Check whether the window is minimized upon...
2019-11-16 Katayma Hirofumi MZ[USER32] Improve DM_REPOSITION CORE-16490
2019-11-16 Katayma Hirofumi MZ[USER32] Fix DM_REPOSITION (rc.bottom minus 4)
2019-11-16 Katayama Hirofumi MZ[USER32] Implement DM_REPOSITION message (#2020)
2019-11-16 Katayama Hirofumi MZ[NTUSER] Support MK_SHIFT/MK_CONTROL of mouse messages...
2019-11-09 Joachim Henze[WIN32SS] Prevent disabled scrollbars being clickable...
2019-11-07 James Tabor[User32] Properly handle WM_CTLCOLOR* messages.
2019-11-01 Hermès Bélusca-Maïto[NTOS][CLASS2][FFS][WIN32SS] Fix some pool tags so...
2019-11-01 Katayama Hirofumi MZ[WIN32SS][NTUSER][USER32] Fix menu checkmarks (#2009)
2019-10-24 Joachim Henze[WIN32SS] Fix last user visible parts of regression...
2019-10-12 Mark Jansen[WIN32K:menu] Use signed types for negative values... 1943/head
2019-10-11 Joachim Henze[WIN32SS] Fix regression CORE-16393
2019-09-24 James Tabor[Win32SS] Support Module Versioning.
2019-09-21 James Tabor[User32|Tests] Sync Port Wine Combo Controls.
2019-09-21 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix hit test position of popup menu
2019-09-12 Stanislav Motylkov[WIN32SS][NTUSER] Fix debug print in winpos.c (#1893)
2019-08-26 Jose Carlos Jesus[WIN32SS][USER][EXPLORER] Add/Update portuguese transla...
2019-08-20 Joachim Henze[WIN32SS] WindowSnap must not affect the taskbar
2019-08-15 Timo Kreuzer[WIN32K] InitVideo() should return NTSTATUS, so return...
2019-08-10 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix menu drawing after style change...
2019-08-10 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix popup menu freezing
2019-08-09 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix popup menu window styles (#1814)
2019-08-08 Mark Jansen[WIN32SS] Ensure the last menu item is not accidentally... 1812/head
2019-08-08 Mark Jansen[WIN32SS] Do not propagate TPM_VERTICAL to sub-menus
2019-08-08 Mark Jansen[WIN32SS] Fix tray popup menus stuck to the bottom...
2019-08-08 Mark Jansen[WIN32SS] Fix off-screen menu's dropping below their...
2019-08-08 Mark Jansen[WIN32SS] For application menu's, only exclude the...
2019-08-08 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix MENU_DrawScrollArrows (#1753)
2019-08-06 Mark Jansen[WIN32SS] Exclude the entire menu from overlapping... 1807/head
2019-08-06 Mark Jansen[WIN32SS] Iteratively mutate menu flags until we find...
2019-08-06 Mark Jansen[WIN32SS] Rewrite MENU_ShowPopup to take the exclude...
2019-08-05 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix default menu item font weight...
2019-07-31 Katayama Hirofumi MZ[WIN32SS][NTGDI][NTUSER] Make gusLanguageID USHORT...
2019-07-28 Hermès Bélusca-Maïto[USER32] Fix build after 51d031cc ; addendum to f21871f...
2019-07-28 Hermès Bélusca-Maïto[USER32] Use the correct __REACTOS__ define.
2019-07-27 Timo Kreuzer[REACTOS] Fix warning C4146: unary minus operator appli...
2019-07-24 Katayama Hirofumi MZ[USER32][NTUSER] Fix menu arrow drawing (of DrawFrameCo...
2019-07-07 Katayama Hirofumi MZ[USER32] Switch to only one window (Alt+Tab) (#1718)
2019-06-29 jimtabor[User32] Sync Port Wine.
2019-06-29 jimtabor[User32] Sync Port Wine.
2019-06-23 Hermès Bélusca-Maïto[WIN32K] Fix spelling typo.
2019-06-22 Joachim Henze[WIN32SS] Fix multiple scrollbar redraw issues
2019-06-22 jimtabor[Win32SS] Complete Print Driver Callbacks
2019-06-21 James Tabor[Win32SS] Add Driver Callback
2019-06-15 Mark Jansen[WIN32K] Use KeStackAttachProcess 1646/head
2019-06-15 Mark Jansen[WIN32K] Attach to the target process before unhooking
2019-06-15 Mark Jansen[WIN32K] Fix indenting in IntRemoveHook
2019-06-10 Joachim Henze[WIN32SS][NTUSER] Addendum to 0.4.12-dev-956-g0197c4f...
2019-06-05 Serge Gautherie[USER32] RegisterClipboardFormatA(): Enable a SetLastEr...
2019-06-04 Serge GautherieMisc addendum to CORE-14271 (#1529)
2019-06-02 Katayama Hirofumi MZRevert "[USER32] Make App Switcher use the owner window...
2019-06-02 Katayama Hirofumi MZ[WIN32SS][USER32] Fix Task Switcher more (#1602)
2019-06-01 James Tabor[NtUser] Fix Clipboard Synthesized Returns
2019-06-01 jimtabor[User32] Fix Clipboard Meta Test Results
2019-06-01 jimtabor[Win32SS] Support Clipboard Metafile
2019-05-31 Katayama Hirofumi MZ[USER32] Fix behavior of Task Switcher (Alt+Tab) (...
2019-05-25 Hermès Bélusca-Maïto[CONSRV] Minor code cleanup.
2019-05-22 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix msvc-x64 build
2019-05-21 jimtabor[NtUser] Fix setting screen size.
2019-05-19 Hermès Bélusca-Maïto[CONSOLE][CONCFG][CONSRV] Provide support for specified...
2019-05-13 jimtabor[NtUser] Fix Paint Messages
2019-05-04 Hermès Bélusca-Maïto[CONSOLE.CPL] Fix the console screen preview when selec...
2019-04-28 Hermès Bélusca-Maïto[CONSRV] Cache the console window system menu handle...
2019-04-28 Serge Gautherie[REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE...
2019-04-28 Andrew Boyarshin[WIN32SS:NTUSER] Use the 2nd parameter of NtUserGetThre... 1065/head
2019-04-28 Hermès Bélusca-Maïto[WINSRV] Implement SrvGetThreadConsoleDesktop(). CORE...
2019-04-22 Bernhard Feichtinger[NTOS][USERSRV] Silence noisy debug output.
2019-04-17 jimtabor[NtGDI] Update Region code
2019-04-11 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix message time (#1259)
2019-04-11 jimtabor[NtUser] Fix Theme Non Client Painting.
2019-04-06 Maxim Smirnov[FONT] Fix FontSmoothing
2019-04-06 Jérôme Gardou[CMAKE] Use modules instead of shared libraries
2019-04-05 Adam Słaboń[TRANSLATION] Polish translation update
next