[FREELDR] PXE: Fix network packet size
[reactos.git] / win32ss /
2019-02-16 Mark Jansen[WIN32K:NTUSER] Do not try to reposition an off-screen... menu_alignment 1360/head
2019-02-10 Hermès Bélusca-Maïto[WIN32SS:NTUSER] Bugcheck in case two mandatory initial...
2019-01-31 Katayama Hirofumi MZ[FONT][WIN32SS] Improve font coordinate transformation...
2019-01-30 Katayama Hirofumi MZ[WIN32SS][NTGDI] Use ProbeForWrite in NtGdiSetBitmapBit...
2019-01-29 Katayama Hirofumi MZ[WIN32SS][NTGDI] Optimize UnsafeGetBitmapBits/UnsafeSet...
2019-01-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Delete magic number 565
2019-01-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Fix NtGdiSetBitmapBits in buffer size...
2019-01-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Alignment probe change in NtGdiSetBitm...
2019-01-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Improve UnsafeGetBitmapBits and NtGdiG...
2019-01-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Fix UnsafeSetBitmapBits (#1310)
2019-01-24 Katayama Hirofumi MZ[USER32] Make App Switcher use the owner window's icon...
2019-01-23 Katayama Hirofumi MZ[USER32] Fix AppSwitcher (Alt+Tab) (#1296)
2019-01-21 Mark Jansen[WIN32SS] Require at least the amount of extra memory...
2019-01-20 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix caret position of Ghostscript...
2019-01-19 Denis Malikov[WIN32SS:NTUSER] Fix Window-snap madness (#1246)
2019-01-19 Katayama Hirofumi MZ[WIN32SS][NTUSER] Refactor PR #1226 (#1266)
2019-01-16 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix PostTimeMessage message time
2019-01-15 Denis Malikov[WIN32SS:NTUSER] Implement "Window Snap" feature (... 1247/head
2019-01-15 Mark Jansen[WIN32K:NTUSER] Fix a case where the menu was off-scree...
2019-01-15 Katayama Hirofumi MZ[WIN32SS][USER32] Make IsHungAppWindow check FNID ...
2019-01-15 Katayama Hirofumi MZ[WIN32SS][USER32] Ghost is a hung window (#1244)
2019-01-15 Katayama Hirofumi MZ[WIN32SS][NTUSER] Don't freeze Task Bar in switching...
2019-01-10 Mark Jansen[WIN32K:NTUSER] Find a better position for a menu that... 1229/head
2019-01-08 Thomas Faber[WIN32K:NTUSER] Avoid dereferencing a null pointer...
2019-01-06 Mark Jansen[GDI32] Add missing dependency 1206/head
2019-01-06 Mark Jansen[WINSPOOL] Semi implement DocumentPropertiesW
2019-01-06 Mark Jansen[PRINTING] Semi-implement GetPrinterDriverW
2019-01-06 Mark Jansen[PRINTING] The first argument to PackStrings can be...
2019-01-06 Luo Yufan[TRANSLATION] Update Chinese translation. (#1223)
2019-01-06 Baruch Rutman[NTUSER] Fix SetProcessDefaultLayout() (#1013) 1013/head
2019-01-06 Katayama Hirofumi MZ[FONT][GDI32] Fix font enumeration functions (#1221)
2019-01-05 Hermès Bélusca-Maïto[WIN32SS:NTUSER] Completely update the metrics in co_In...
2019-01-05 David QuintanaResource file strings cleanup (#581)
2019-01-05 Timo Kreuzer[REACTOS] Fix misc 64 bit issues (#783)
2019-01-04 Giannis Adamopoulos[WINSRV] ConSrvConnect: Always store the control dispat...
2019-01-04 Giannis Adamopoulos[WINSRV] usersrv: Fix a wrong debug print
2019-01-04 Giannis Adamopoulos[WINSRV] usersrv: Don't terminate processes with no...
2019-01-04 Giannis Adamopoulos[WINSRV] usersrv: remove wrong dead code and fix indent...
2019-01-04 Giannis Adamopoulos[WINSRV] consrv: Implement terminating console processe...
2019-01-04 Giannis Adamopoulos[WINSRV] usersrv: Simplify sanity checks in UserClientS...
2019-01-03 Katayama Hirofumi MZ[USER32] Let App Switcher activate only one window...
2019-01-02 Hermès Bélusca-Maïto[WIN32SS] Try to recover display when changing the...
2019-01-02 Hermès Bélusca-Maïto[WIN32SS:NTUSER] Remove some hardcoded buffer sizes...
2019-01-02 Hermès Bélusca-Maïto[WIN32SS:NTUSER] Minor whitespace formatting.
2019-01-02 Hermès Bélusca-Maïto[FRAMEBUF] Correctly check the return value of the...
2019-01-02 Giannis Adamopoulos[NTUSER] Fix a few tests related to desktops and window...
2019-01-02 Julio Carchi[TRANSLATION] Spanish translations (#944)
2018-12-31 Pierre Schweitzer[WIN32K] Deny deviceless calls to EngDeviceIoControl
2018-12-31 Katayama Hirofumi MZ[FONT][WIN32SS] Partially implement font/text rotation...
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-29 Thomas Faber[WIN32K:NTUSER] Reference menus owned by a popup menu... 1200/head
2018-12-29 Mark Jansen[FONT][WIN32SS] Re-add casts for gcc
2018-12-29 Mark Jansen[FONT][WIN32SS] Remove casts
2018-12-29 Mark Jansen[FONT][WIN32SS] Hold the freetype lock while accessing...
2018-12-29 Mark Jansen[FONT][WIN32SS] Fix a memory leak
2018-12-29 Mark Jansen[FONT][WIN32SS] Fix a memory leak
2018-12-29 Mark Jansen[FONT][WIN32SS] Hold the freetype lock while accessing...
2018-12-29 Mark Jansen[FONT][WIN32SS] Hold the freetype lock while accessing...
2018-12-29 Mark Jansen[FONT][WIN32SS] Do not return an uninitialized variable
2018-12-28 Thomas Faber[WIN32K:NTUSER] Acquire the user lock exclusively in...
2018-12-28 Katayama Hirofumi MZ[MENU][WIN32SS] Fix non-menubar menu text Y position...
2018-12-27 Katayama Hirofumi MZ[FONT][WIN32SS] Optimize a bit
2018-12-25 Katayama Hirofumi MZ[FONT][WIN32SS] Follow-up of #1184
2018-12-25 Katayama Hirofumi MZ[FONT][WIN32SS] Refactor rendering text background...
2018-12-25 Katayama Hirofumi MZ[WIN32SS] Fix RLE4 bitmap decoding (#1188)
2018-12-19 Giannis Adamopoulos[NTUSER] Implement creating the system threads
2018-12-19 Giannis Adamopoulos[WINSRV] Add a hack to fix giving the api port to win32k
2018-12-19 Giannis Adamopoulos[NTUSER] Fix desktop and window station assignment...
2018-12-19 Giannis Adamopoulos[NTUSER] Don't crash when the current thread doesn...
2018-12-19 Giannis Adamopoulos[WINSRV] Fix setting the console title
2018-12-15 Katayama Hirofumi MZ[USER32] App Switcher Arrow keys (#1136)
2018-12-11 Katayama Hirofumi MZ[WIN32SS] Replace ASSERT(FALSE); in IntGhostWindowFromH...
2018-12-11 Katayama Hirofumi MZ[WIN32SS][FONT] Check NULL of Face->style_name (#1113)
2018-12-11 Katayama Hirofumi MZ[WIN32SS][USER32] Add Ghost codes (retrial of #1100...
2018-12-11 Katayama Hirofumi MZRevert "[WIN32SS][USER32] Add codes for Ghost Window...
2018-12-11 Katayama Hirofumi MZ[WIN32SS][USER32] Add codes for Ghost Window (#1100)
2018-12-09 Pierre Schweitzer[WIN32SS] Shhhhh!
2018-12-09 Pierre Schweitzer[USER32] Complete French translation
2018-12-08 Stanislav Motylkov[USER32] Update russian translation
2018-12-06 Katayama Hirofumi MZ[WIN32SS][FONT] Add some assertions (#1098)
2018-12-06 Katayama Hirofumi MZ[WIN32SS][FONT] Improve FamilyUnknown Penalty (#1097)
2018-12-05 Katayama Hirofumi MZ[WIN32SS][FONT] Use HHEA table metrics if (fsSelection...
2018-12-02 Katayama Hirofumi MZ[USER32] Fix Task Switcher (#1086)
2018-12-02 Katayama Hirofumi MZ[USER32] Add Ghost window class (#1082)
2018-12-01 Katayama Hirofumi MZ[WIN32SS] Add IntGoGhost function (stub) (#1081)
2018-11-27 Giannis Adamopoulos[WINSRV] Wait for the process to exit after calling...
2018-11-25 Andrew Boyarshin[WIN32K][NTUSER] Specify constant name explicitly ...
2018-11-25 Andrew Boyarshin[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindow...
2018-11-16 Pierre Schweitzer[WIN32SS] Don't leak memory on failure in IntGdiWidenPa...
2018-11-16 Pierre Schweitzer[WIN32SS] Avoid an user-after-free in FontFamilyFillInfo().
2018-11-11 Ercan Ersoy[TRANSLATION] Turkish translations of many components...
2018-11-05 Katayama Hirofumi MZ[WIN32SS][FONT] Fix regression of #1004 (#1012)
2018-11-04 Katayama Hirofumi MZ[WIN32SS][FONT] Fix ntmCellHeight value to usWinAscent...
2018-11-02 Katayama Hirofumi MZ[WIN32SS][FONT] Define IntUnicodeStringToBuffer functio...
2018-11-02 Katayama Hirofumi MZ[WIN32SS][FONT] Improve Precision Penalty (#1006)
2018-11-02 Katayama Hirofumi MZ[WIN32SS][FONT] Add ASSERT_FREETYPE_LOCK_HELD(); in...
2018-11-02 Katayama Hirofumi MZ[WIN32SS][FONT] Move IntUnLockFreeType(); in ftGdiGetTe...
2018-11-02 Katayama Hirofumi MZ[WIN32SS][FONT] Add DPRINT1 and ASSERT for font resize...
2018-10-30 Katayama Hirofumi MZ[WIN32SS] Fix SwitchToThisWindow for #998 (#999)
2018-10-29 Katayama Hirofumi MZ[WIN32SS] Make window foreground in SwitchToThisWindow...
next