[CALC] Fix input bug when display is in error. (#5988)
[reactos.git] / win32ss / gdi / ntgdi /
2024-02-23 Katayama Hirofumi MZ[WIN32SS] Fix const-ness of registry helper functions...
2023-12-17 Serge Gautherie[WIN32SS:GDI] eng/error.c: Minor code tweaks (#6128)
2023-11-26 Katayama Hirofumi MZ[NTGDI] Fix PatBlt with negative values (#6038)
2023-11-15 Serge Gautherie[NTDDRAW][NTGDI][VGADDI] Add missing \n to DPRINT(...
2023-09-11 Katayama Hirofumi MZ[NTGDI] GetPixel's return top byte is zero if valid...
2023-08-22 Andriy Shevchenko[REACTOS] Fix typos in comments (#5591)
2023-08-01 Joachim Henze[NTOSKRNL][NTGDI] Formatting addendum, no functional...
2023-07-02 Doug Lyons[NTGDI][GDI32] Icon fixes for Office 2000, VB6, and...
2023-06-11 Oleg Dubinskiy[NTGDI][NTUSER] Load DirectX graphics driver at system... 4551/head
2023-01-18 Julio Carchi[NTGDI] Check if face->charmap is not zero before acces...
2022-12-22 Serge Gautherie[WIN32K:NTGDI] PATH_PathToRegion(): Update documentatio...
2022-12-13 Timo Kreuzer[WIN32K] Fix memory leak on failure in REGION_SetPolyPo...
2022-12-13 Timo Kreuzer[WIN32K] Fix a bug in PATH_PathToRegion
2022-12-13 Timo Kreuzer[WIN32K] Fix missing NULL check in NtGdiPathToRegion
2022-12-13 Timo Kreuzer[WIN32K] Fix uninitialized variable in IntExtTextOutW
2022-12-04 Katayama Hirofumi MZ[NTGDI][FREETYPE] Follow-up of #4920 (e316d61); Rename...
2022-12-03 Katayama Hirofumi MZ[NTGDI][FREETYPE] lfEscapement for TextOut (#4920)
2022-12-01 Timo Kreuzer[WIN32K] Fix missing NULL check in IntCreateDIBitmap
2022-11-30 Katayama Hirofumi MZ[NTGDI][FREETYPE] lfWidth for GetTextMetrics and GetCha...
2022-11-29 Katayama Hirofumi MZ[NTGDI][FREETYPE] Add special structure for hashing...
2022-11-27 Katayama Hirofumi MZ[NTGDI][FREETYPE] lfWidth for GetTextExtentPoint32...
2022-11-27 Katayama Hirofumi MZ[NTGDI][FREETYPE] Follow-up of #4901 (57702ed)
2022-11-27 Katayama Hirofumi MZ[NTGDI][FREETYPE] Font cache: Use hash (#4901)
2022-11-25 Katayama Hirofumi MZ[NTGDI][FREETYPE] Font cache: Use FT_Matrix instead...
2022-11-24 Katayama Hirofumi MZ[NTGDI][FREETYPE] Simplify IntRequestFontSize and FONTGDI
2022-11-24 Katayama Hirofumi MZ[NTGDI][FREETYPE] Formatting code; Follow up #4865...
2022-11-24 Katayama Hirofumi MZ[NTGDI][FREETYPE] Simplify font rendering (#4865)
2022-11-15 Katayama Hirofumi MZ[BOOTDATA][NTUSER] Add UserIsIMMEnabled and use it...
2022-11-12 Katayama Hirofumi MZ[NTGDI][NTUSER][INCLUDE] Add 'See also:' comments for...
2022-11-08 Katayama Hirofumi MZ[NTGDI][FREETYPE] Optimize MatchFontNames (#4861)
2022-11-08 Katayama Hirofumi MZ[NTGDI][FREETYPE] Reduce font size request (#4862)
2022-10-26 Thamatip Chitpong[WIN32SS] Use GDI_HANDLE_* macros for readability ...
2022-08-04 Timo Kreuzer[WIN32K] Add missing NULL checks
2022-05-31 Oleg Dubinskiy[WIN32SS][NTDDRAW][NTGDI] Implement some DxEng* callbac...
2022-05-06 George Bișoc[WIN32K:NTUSER] Implement security infrastructure for...
2022-05-04 Serge Gautherie[REACTOS] Add '\n' to debug logs
2022-04-15 Hervé Poussineau[WIN32SS] Introduce the MDEVOBJ structure
2022-03-19 Hermès Bélusca-Maïto[WIN32SS] Use the DCFLAGS and DCTYPE flags defined...
2022-02-18 Oleg Dubinskiy[WIN32SS][NTGDI] Remove useless assert (#4370) CORE...
2021-12-16 Katayama Hirofumi MZ[NTGDI] Strictly check pen style (#4164)
2021-12-06 Katayama Hirofumi MZ[NTGDI] Follow-up of #4137
2021-12-06 Katayama Hirofumi MZ[NTGDI] Support the wide pen (#4137)
2021-11-22 Doug Lyons[WIN32K] Fix 'use after free' in NtGdiStretchDIBitsInte...
2021-11-15 Joachim Henze[WIN32K] Fix a weird control character in dibobj.c...
2021-10-30 Thomas Faber[WIN32K] Fix uninitialized bResult in IntExtTextOutW.
2021-10-14 James Tabor[Win32K] Fix typo
2021-09-29 James Tabor[NtGDI] Fix brush attribute transfer.
2021-09-28 James Tabor[NtGDI] Set owner after changing object type.
2021-09-28 James Tabor[NtGDI] Fix leaking of bitmaps while testing INFO DC's.
2021-09-25 James Tabor[Win32SS|GDI] Implement seldom used API and update...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-09-06 James Tabor[GDI32] Do not fail on path with bitmap fonts.
2021-08-09 Doug Lyons[GDI32] Revise IntTMWFixUp Raster Font List (#3808)
2021-07-02 Doug Lyons[WIN32K] Revert NtGdiStretchDIBitsInternal to Previous...
2021-06-23 Joachim Henze[WIN32K] CreateDIBPalette addendum to #3758 CORE-17626
2021-06-23 Joachim Henze[WIN32K] CreateDIBPalette SEH Simplification #3758...
2021-06-19 Doug Lyons[WIN32K] Revert incorrect part of R50928 for RealizePal...
2021-06-19 Joachim Henze[NTGDI] Fix potential BSOD 0x1E CORE-17626
2021-05-22 Mark Jansen[WIN32SS] Skip . and .. when enumerating fonts
2021-05-12 Jérôme Gardou[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e...
2021-03-31 Jérôme Gardou[WIN32K] More cleanup & improvements
2021-03-31 Jérôme Gardou[WIN32K] Use INTERNAL_LPTODP in IntLPtoDP
2021-03-31 Jérôme Gardou[WIN32K] Rewrite PATH_Ellipse & PATH_RoundRect using...
2021-03-31 Jérôme Gardou[WIN32K] Reduce use of FPU in path implementation with...
2021-03-22 Jérôme Gardou[WIN32K] Rewrite DIB1BPP -> DIB1BPP copy
2021-02-20 Doug Lyons[WIN32K] Add StretchBlt function ability to flip images...
2021-01-05 Joachim Henze[WIN32SS][COMCTL32] Commit Flip_Fix_9.patch
2020-11-07 Timo Kreuzer[WIN32K] Fix an ASSERT to ignore the upper 32 bits...
2020-11-02 Victor Perevertkin[REACTOS] Cleanup INIT and some PAGE section allocations 3275/head
2020-09-01 Joachim Henze[GDI] Demote the insane amount of logging CORE-1091
2020-09-01 Doug Lyons[GDI32] Preserve PitchAndFamily across GetTextMetricsW...
2020-08-25 Nguyen Trung Khanh[NTGDI] Fix stack memory disclosure in ftGdiGetTextMetr...
2020-08-25 Nguyen Trung Khanh[NTGDI] Fix pool memory disclosure in NtGdiGetGlyphOutl...
2020-07-04 Nguyen Trung Khanh[WIN32SS][GDI] Fix pool memory disclosure in NtGdiGetOu...
2020-05-13 James Tabor[NtGDI] Add missing type for EPS Print Escape
2020-04-27 Mark Jansen[WIN32K] Mute a DPRINT 1395/head
2020-04-23 Katayama Hirofumi MZ[NTGDI][FREETYPE] Return non-zero gm.gmBlackBoxX/Y...
2020-03-26 Hervé Poussineau[WIN32K] Add some static specifiers, to prevent exporti...
2020-03-24 Jérôme Gardou[WIN32K] Fix bounds calculation when drawing with a pen
2020-02-23 Joachim Henze[FREETYPE] Fix regression fonts in Adobe Photoshop...
2020-02-09 jimtabor[NtGDI] Use Vis Region for New Clip Region
2020-01-26 Mark Jansen[WIN32K] Don't trust the BITMAPINFOHEADER size 2242/head
2020-01-20 James Tabor[NtGdi] Fix clip region merging.
2020-01-03 Thomas Faber[WIN32K:NTGDI] Add missing probe to NtGdiGetPath.
2020-01-03 Thomas Faber[WIN32K:NTGDI] Avoid breakpoints in syscalls.
2019-12-25 Katayama Hirofumi MZ[WIN32SS][NTGDI][FREETYPE] Add ASSERT(pOS2); to FillTM...
2019-12-24 Katayama Hirofumi MZ[WIN32SS][FREETYPE][NTGDI] Clarify calculation preceden...
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-11-24 Hermès Bélusca-Maïto[WIN32K] Add some validity checks in PDEVOBJ_vReference...
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-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-09-10 Katayama Hirofumi MZ[WIN32SS][FONT] Fix registry-based management (#1879)
2019-09-03 jimtabor[Win32SS] Fix safe pointer and define type.
2019-09-03 jimtabor[Win32SS] Implement EngCreate/DeletePalette.
2019-08-10 Katayama Hirofumi MZ[WIN32SS][NTGDI] Registry-based font management (#1816)
2019-08-07 Doug Lyons[WIN32K:NTGDI] Fix ASSERTS in REGION_bXformRgn. CORE... 1798/head
2019-08-04 Katayama Hirofumi MZ[WIN32SS][NTGDI] Fix condition of bold emulation (...
next