[SENSAPI] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / win32ss /
2019-11-24 Hermès Bélusca-Maïto[VIDEOPRT] Implement VideoPortReadStateEvent().
2019-11-24 Hermès Bélusca-Maïto[VIDEOPRT] Use ExFreePoolWithTag() + Add some ASSERTs.
2019-11-24 Hermès Bélusca-Maïto[VIDEOPRT] Code formatting only.
2019-11-24 Hermès Bélusca-Maïto[WIN32K] Add some validity checks in PDEVOBJ_vReference...
2019-11-24 Hermès Bélusca-Maïto[WIN32K] Use RtlString* routines.
2019-11-24 Hermès Bélusca-Maïto[WIN32K] Code formatting.
2019-11-21 Katayama Hirofumi MZ[NTGDI][FONT] Delete FillTMEx function and simplify...
2019-11-20 Katayama Hirofumi MZ[NTGDI][FONT] Don't rely FT_FaceRec.style_name (#2064)
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-22 Katayama Hirofumi MZ[WIN32SS][NTGDI] Unite duplicate of condition 'UsesSource'
2019-10-22 Katayama Hirofumi MZ[WIN32SS][NTGDI] 'otm' is always non-NULL in epilogue
2019-10-19 jimtabor[GDI32] Update Gdi Driver Header.
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-10-09 Stanislav Motylkov[FREELDR][XBOXVMP] Retrieve screen resolution directly...
2019-10-08 Stanislav Motylkov[XBOXVMP] Fix broken pixels and general refactoring...
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-09-10 Katayama Hirofumi MZ[WIN32SS][FONT] Fix registry-based management (#1879)
2019-09-04 jimtabor[Win32SS|Eng] Update stubs.
2019-09-03 jimtabor[Win32SS] Fix safe pointer and define type.
2019-09-03 jimtabor[Win32SS] Implement EngCreate/DeletePalette.
2019-09-01 Stanislav Motylkov[XBOXVMP] Improve debugging prints
2019-09-01 Stanislav Motylkov[XBOXVMP] Code formatting only
2019-08-30 Stanislav Motylkov[VIDEOPRT] Fix uninitialized Reserved bit field in...
2019-08-30 Stanislav Motylkov[XBOXVMP] Add Xbox video miniport driver
2019-08-26 Jose Carlos Jesus[WIN32SS][USER][EXPLORER] Add/Update portuguese transla...
2019-08-20 Victor Perevertkin[VIDEOPRT] Fix RtlCopyMemory sizeof usage
2019-08-20 Joachim Henze[WIN32SS] WindowSnap must not affect the taskbar
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...
next