[win32k]
[reactos.git] / reactos / subsystems / win32 / win32k / objects / freetype.c
2009-04-14 Timo KreuzerRemove hBitmap from DC.rosdc and use DC.dclevel.pSurfac...
2009-04-13 Gregor Schneider- Deactivate unneeded debug prints, change DbgPrint...
2009-04-10 Timo KreuzerEngMaskBitBlt and IntEngMaskBlt do not have a source...
2009-04-09 Gregor Schneider- Fix the coordinate manipulation order for AlphaBlend...
2009-04-01 Timo Kreuzerwin32k brush update:
2009-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-20 Timo KreuzerRename IntGdiInitBrushInstance to EBRUSHOBJ_vInit and...
2009-03-20 Timo KreuzerStart to cleanup the mess that claims to be our brush...
2009-03-20 Timo Kreuzerrename DC.Dc_attr to dcattr, DC.DcLevel to dclevel...
2009-03-20 Timo Kreuzerrename DCs pDc_Attr to pdcattr, like in gdikdx.
2009-03-20 Timo KreuzerChange most DC struct members to the names they have...
2009-03-19 Timo Kreuzerwin32k RECT/RECTL issues:
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-12 Christoph von Wittichfix some gdi32 font winetests
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-24 Michael Martin- Fix Typo.
2009-01-19 Christoph von WittichUse "Small Fonts" (96 dpi) by default
2009-01-08 Timo KreuzerRename BITMAPOBJ to SURFACE as it's called on windows...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo Kreuzersync to trunk r38300
2008-12-31 Timo KreuzerSync to trunk r38200
2008-12-25 Christoph von Wittichfix some more typos
2008-12-24 Timo Kreuzer- Put Dx values at start of buffer to have alignemnt...
2008-12-22 Timo KreuzerIf ETO_PDY is specified, Dx is a pair of INTs, make...
2008-12-22 Timo KreuzerSome people were thinking they could use NtGdiExtTextOu...
2008-12-21 Timo Kreuzerrevert 38201 and 38203 due to regressions
2008-12-20 Timo KreuzerHandle ETO_PDY more correctly (dy values still ignored)
2008-12-20 Timo KreuzerWhen fuOptions has ETO_PDY specified, the DxBuffer...
2008-12-20 Timo Kreuzer[FORMATTING]
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-13 James Tabor- Add path support for ExtTextOut.
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-05 James Tabor- Update Font types. Finish GetKerningPairs. Minor...
2008-11-04 James TaborPatch by Daniel Zimmerman : Fix a lot of missing ExFree...
2008-11-04 James Tabor- Fix code page and charector set support. More miscel...
2008-11-04 James Tabor- Update and fix CodePage and CharSet.
2008-11-03 James Tabor- Add new function for locking text font objects when...
2008-11-02 James Tabor- Move functions out of freetype. Implemented FT: GetKe...
2008-11-02 James Tabor- Update FONTGDI and TEXTOBJ. Added support for FT...
2008-11-01 James Tabor- Update NtGdiGetGlyphOutline and NtGdiGetGlyphIndicesW.
2008-10-31 James Tabor- Update realization information and copyright notice...
2008-10-30 James TaborImplement GetFontUnicodeRanges, port from wine. Tested...
2008-10-30 James Tabor- Implemented: GetFontLanguageInfo based on wine. GetLa...
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-30 James Tabor- Move code out of freetype.c.
2008-10-29 James Tabor- Move FreeType support to freetype.c.