Implement Utility Manager software
[reactos.git] / win32ss /
2019-08-16 James TaborUpdate Headers for Printing and Other
2019-08-15 Timo Kreuzer[VIDEOPRT] Fix order of some exports
2019-08-15 Timo Kreuzer[WIN32K] InitVideo() should return NTSTATUS, so return...
2019-08-15 Timo Kreuzer[REACTOS] Fix SIZE_T related warnings
2019-08-15 Timo Kreuzer[VIDEOPRT] Implement support for INT10 on x64 using...
2019-08-15 Timo Kreuzer[VIDEOPRT] Fixes for x64
2019-08-15 Timo Kreuzer[VIDEOPRT] Call IntInt10CallBios from VideoPortInt10...
2019-08-15 Timo Kreuzer[VIDEOPRT] [FORMATTING] No code change
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-10 Katayama Hirofumi MZ[WIN32SS][NTGDI] Registry-based font management (#1816)
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-07 Doug Lyons[WIN32K:NTGDI] Fix ASSERTS in REGION_bXformRgn. CORE... 1798/head
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-08-04 Katayama Hirofumi MZ[WIN32SS][NTGDI] Fix condition of bold emulation (...
2019-08-03 Mark Jansen[WIN32SS] Improve font loading failure logging
2019-08-03 Mark Jansen[WIN32SS] Only access a font face if it was actually...
2019-08-02 Katayama Hirofumi MZ[WIN32SS][NTGDI] Improve IntGetOutlineTextMetrics ...
2019-07-31 Katayama Hirofumi MZ[WIN32SS][NTGDI][NTUSER] Make gusLanguageID USHORT...
2019-07-30 Katayama Hirofumi MZ[WIN32SS][NTGDI] Fix and improve font dumping (#1768)
2019-07-29 jimtabor[NtGDI] Fix one size region test.
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 jimtabor[GDI32] Allow functions to access printing support.
2019-07-27 jimtabor[GDI32] Add more to Local DC structure.
2019-07-27 Timo Kreuzer[REACTOS] Fix warning C4146: unary minus operator appli...
2019-07-27 Joachim Henze[WIN32SS] Addendum to font alignment CORE-16133
2019-07-26 Katayama Hirofumi MZ[WIN32SS][NTGDI] text/font vertical alignment patch...
2019-07-24 Katayama Hirofumi MZ[USER32][NTUSER] Fix menu arrow drawing (of DrawFrameCo...
2019-07-21 Katayama Hirofumi MZ[WIN32SS][GDI] Assume pso->sizlBitmap.cy positiveness...
2019-07-21 Katayama Hirofumi MZ[FONTS][NTGDI] Change Marlett.ttf charset and delete...
2019-07-20 Hermès Bélusca-Maïto[WIN32K:NTGDI] Improve allocated resources cleanup...
2019-07-20 Katayama Hirofumi MZ[WIN32SS][NTGDI] Support raster fonts (*.fnt and *...
2019-07-07 Joachim Henze[WIN32SS][FREETYPE] Fix performance regression FreeBASI...
2019-07-07 Katayama Hirofumi MZ[USER32] Switch to only one window (Alt+Tab) (#1718)
2019-06-30 Bernhard Feichtinger[WIN32SS][GDI] Improve stub for EngQueryDeviceAttribute
2019-06-29 jimtabor[User32] Sync Port Wine.
2019-06-29 jimtabor[User32] Sync Port Wine.
2019-06-24 Katayama Hirofumi MZ[WIN32SS][NTGDI] Strictly check in XFORMOBJ_iSetXform...
2019-06-23 Hermès Bélusca-Maïto[VGA_NEW] Fix confusion between CRTC Controller and...
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-20 Katayama Hirofumi MZ[WIN32SS][NTGDI] usWinAscent and usWinDescent must...
2019-06-16 Thomas Faber[WIN32K:ENG] In PDEVOBJ_vRefreshModeList, find a proper... 1659/head
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-06 Joachim Henze[WIN32SS][FREETYPE] Avoid performance regression CORE...
2019-06-05 Serge Gautherie[USER32] RegisterClipboardFormatA(): Enable a SetLastEr...
2019-06-05 Serge Gautherie[LOCALSPL] Check DBG with #if, not #ifdef
2019-06-04 Serge GautherieMisc addendum to CORE-14271 (#1529)
2019-06-03 James Tabor[GDI32] Meta File Fix Ups
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-30 jimtabor[NtGDI] Support Clipboard Metafile
2019-05-30 jimtabor[GDI32] Support Clipboard Metafile
2019-05-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Don't use FLOAT in ftGdiGetGlyphOutlin...
2019-05-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Avoid allocation of zero size in NtGdi...
2019-05-26 Katayama Hirofumi MZ[WIN32SS][NTGDI] Improve Text Transformation (#1573)
2019-05-25 Hermès Bélusca-Maïto[CONSRV] Minor code cleanup.
2019-05-23 Katayama Hirofumi MZ[WIN32SS][NTGDI] Don't use FLOAT for orientation (...
2019-05-23 Katayama Hirofumi MZ[WIN32SS][NTGDI] Don't use FLOAT in IntEscapeMatrix...
2019-05-22 Katayama Hirofumi MZ[WIN32SS][NTUSER] Fix msvc-x64 build
2019-05-22 Joachim Henze[FREETYPE] Fix regression CORE-16041 Font/Text Rotation...
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-11 jimtabor[Gdi32] Batch Type Select Mode for Testing 1558/head
2019-05-09 jimtabor[Win32SS] Plug in Last Batch
2019-05-09 jimtabor[NtGDI] Fix ExtSelectClipRgn Tests
2019-05-04 Hermès Bélusca-Maïto[CONSOLE.CPL] Fix the console screen preview when selec...
2019-05-04 Katayama Hirofumi MZ[WIN32SS][NTGDI] Correctly get/update ptlCurrent about...
2019-05-04 Katayama Hirofumi MZ[WIN32SS][NTGDI] Wrap IntLPtoDP and IntDPtoLP macros...
2019-05-02 jimtabor[NtGDI] Set Xform flags if a changed
2019-05-02 jimtabor[NtGDI] Set Xform flags if a changed
2019-05-02 jimtabor[NtGDI] Adding Support for Viewport TextOut
2019-05-02 James Tabor[GDI32] Add batch flag for Text Out
2019-05-02 James Tabor[GDI32] Fix MS build
2019-05-02 James Tabor[GDI32] Update signal flags for batch.
2019-05-01 Katayama Hirofumi MZ[WIN32SS][NTGDI] Fix ExtTextOut about TA_UPDATECP ...
2019-04-29 Katayama Hirofumi MZ[WIN32SS][NTGDI][GDI32] Fix DPtoLP and NtGdiTransformPo...
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
next