[WIN32SS][NTGDI] Delete magic number 565
[reactos.git] / win32ss / gdi /
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-06 Mark Jansen[GDI32] Add missing dependency 1206/head
2019-01-06 Katayama Hirofumi MZ[FONT][GDI32] Fix font enumeration functions (#1221)
2019-01-05 Timo Kreuzer[REACTOS] Fix misc 64 bit issues (#783)
2019-01-02 Hermès Bélusca-Maïto[WIN32SS] Try to recover display when changing the...
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 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-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-11 Katayama Hirofumi MZ[WIN32SS][FONT] Check NULL of Face->style_name (#1113)
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-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-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-27 Katayama Hirofumi MZ[WIN32SS][NTGDI] Refactoring PATH_WidenPath (#888)
2018-10-24 Baruch Rutman[LPK][GDI32] Enable mirroring via version resource...
2018-10-24 Katayama Hirofumi MZ[FONT][WIN32SS] Fix the storage processing of IntGetOut...
2018-10-24 Katayama Hirofumi MZ[FONT][WIN32SS] Improve readability of IntGdiGetFontRes...
2018-10-14 Katayama Hirofumi MZ[FONT][WIN32SS] Use ExFreePoolWithTag instead of ExFree...
2018-10-08 Katayama Hirofumi MZ[FONT][WIN32SS] Use GOT_PENALTY macro to specify the...
2018-10-02 Mark Jansen[FONT][WIN32SS] Include the style name in the registry... 898/head
2018-09-13 Stanislav Motylkov[FONT][WIN32SS] Check whether Win32Process is NULL
2018-09-12 Katayama Hirofumi MZ[FONT][WIN32SS] Add dumping functions for debugging 763/head
2018-09-12 Mark Jansen[WIN32K] Realize PTEXTOBJ in FontGetObject if it was... 837/head
2018-09-12 Mark Jansen[FREETYPE] Mark an unhandled case as UNIMPLEMENTED 843/head
2018-09-10 Joachim Henze[FREETYPE] Fix Regression "Monospaced font in LibreOffi...
2018-09-09 Baruch Rutman[LPK] Make GetCharacterPlacement caret positions respec...
2018-08-30 Katayama Hirofumi MZ[WIN32SS][FONT] Fix GetTextFace function and related...
2018-08-24 Katayama Hirofumi MZ[WIN32SS][NTGDI] Extend PATH_FillPath as PATH_FillPathE...
2018-08-19 Katayama Hirofumi MZ[FONT][WIN32SS] Refactor the loop (1 of 5)
2018-08-19 Katayama Hirofumi MZ[FONT][WIN32SS] Refactor the loop (2 of 5)
2018-08-19 Katayama Hirofumi MZ[FONT][WIN32SS] Refactor the loop (4 of 5)
2018-08-19 Katayama Hirofumi MZ[FONT][WIN32SS] Refactor the loop (5 of 5)
2018-08-19 Katayama Hirofumi MZ[FONT][WIN32SS] Refactor the loop (3 of 5)
2018-08-17 Katayama Hirofumi MZ[FONT][WIN32SS] Ignore identical mapping in IntLoadFont...
2018-08-16 Katayama Hirofumi MZ[FONT][WIN32SS] Support MS symbol encoding (#759)
2018-08-12 Katayama Hirofumi MZ[WIN32SS][FONT] Fix font metrics (#713)
2018-08-10 Katayama Hirofumi MZ[WIN32SS][FONT] Fix the system logical stock font data...
2018-08-04 Timo Kreuzer[DLLS] Fix 64 bit issues
2018-08-04 Timo Kreuzer[GDI32] Fix 64 bit issues
2018-07-29 Katayama Hirofumi MZ[WIN32SS][FREETYPE] Update copyright text
2018-07-29 Katayama Hirofumi MZ[WIN32SS] Add 5 members to FONTGDI structure
2018-07-29 Katayama Hirofumi MZ[WIN32SS][FONT] Change the type of 2nd argument of...
2018-06-30 Timo Kreuzer[WIN32K] Implement RECTL_bClipRectBySize() and use...
2018-06-29 Mark Jansen[FREETYPE] Allow a NULL style_name.
2018-06-28 Katayama Hirofumi MZ[FONT][FREETYPE] Refactor global variable names and...
2018-05-30 Baruch Rutman[GDI32][LPK] BiDi support for ExtTextOut and GetCharact...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-18 Timo Kreuzer[WIN32K] Fix 64 bit issues (#420)
2018-03-15 Mark Jansen[WIN32K] Do not try to compare a long name against...
2018-03-15 Mark Jansen[WIN32K] Do not truncate localized font names.
2018-01-31 Thomas Faber[WIN32K:NTGDI] Fix more uses of RtlCreateUnicodeString...
2018-01-31 Thomas Faber[WIN32K:NTGDI] Correctly interpret RtlCreateUnicodeStri...
2018-01-07 Joachim Henze[WIN32K] revert PR173 to fix regressions in Chrome...
2017-12-28 Timo Kreuzer[WIN32K] Check for empty output rect in GreGradientFill
2017-12-17 Katayama Hirofumi MZ[GDI32] Fix TextOutA multibyte text length overgoing...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-09 Katayama Hirofumi MZ[WIN32K] Fix NtGdiGetTextFaceW to report face name...
2017-11-26 James Tabor[GDI] Fix metafile crashes and null driver issues.
2017-11-24 jimtabor[GDI] - Add type for setting world transform modificati...
2017-11-22 Giannis Adamopoulos[GDI32] GdiDrawStream: Improve handling of small rcDest...
2017-11-18 Jérôme Gardou[WIN32SS]
2017-11-18 Jérôme Gardou[WIN32SS]
2017-10-28 Amine Khaldi[BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM...
2017-10-25 Katayama Hirofumi MZ[WIN32SS] fix font extent.
2017-10-06 jimtabor[Win32SS]
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-26 Amine Khaldi* Sync up to trunk head (r65491).
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
next