- Less STDCALL, more WINAPI/NTAPI/APIENTRY
[reactos.git] / reactos / subsystems / win32 / win32k / objects / text.c
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
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-03 James Tabor- Add new function for locking text font objects when...
2008-10-30 James Tabor- Implemented: GetFontLanguageInfo based on wine. GetLa...
2008-10-30 James Tabor- Move code out of freetype.c.
2008-10-29 James Tabor- Move FreeType support to freetype.c.
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-01 Gregor SchneiderCheck DC for NULL before accessing it, fixes Coverity...
2008-09-25 Aleksey Bragin- Fix one more totally "out of ideas how to create...
2008-09-04 Hervé PoussineauExAllocatePoolWithTag should be paired with ExFreePoolW...
2008-08-23 Aleksey Bragin- Silence "Font loaded" debug print, which was mistakin...
2008-08-09 Hervé PoussineauAdd missing APIENTRY
2008-08-08 Johannes Anderwald- store all loaded global fonts under HKLM\Software...
2008-08-07 Matthias Kupferinstall all fonts in SystemRoot/Fonts instead of System...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-16 Timo KreuzerPatch by Stefan Ginsberg:
2008-07-16 James TaborSorry for commit my test tree,,,, good for testing...
2008-07-16 James Tabormake does like tabs, right? Fix build.
2008-07-09 Ged Murphydon't try to free a NULL object.
2008-06-30 Jeffrey Morlan- Don't use ntdll's RtlDuplicateUnicodeString in kmode...
2008-06-18 Matthias KupferJeffrey Morlan <mrnobo1024 AT yahoo DOT com>
2008-06-12 Timo KreuzerPatch by Jeffrey Morlan (mrnobo1024 at yahoo dot com...
2008-06-03 James TaborMove from fixed PrimarySurface to pointer based pPrimar...
2008-06-02 James TaborMove xform data from W structure into DcLevel within...
2008-06-02 James TaborStefan Ginsberg <stefan__100__ at hotmail.com>
2008-05-29 Timo Kreuzerfix palette implementation: use the surface's palette...
2008-05-06 Timo KreuzerDC: use dc.DcLevel.hPal for the palette instead of...
2008-04-01 Timo Kreuzerfix handling of unsafe string parameter in NtGdiGetFont...
2008-04-01 Timo Kreuzer- make some text metric settings compatible to windows xp.
2008-03-19 Timo Kreuzer- Rename GDIOBJ_AllocObj to GDIOBJ_allocObjWithHandle...
2008-02-16 James Tabor- Patch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-18 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-08 James TaborRemove unused flags and start using new dc type ids.
2008-01-06 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-06 James TaborRemoved NtGdiExtTextOut/PolyTextOut. Update related...
2007-11-27 Thomas BluemelFix underline bug introduced in r30780
2007-11-26 Johannes Anderwald- make code ANSI-C compatible (makes msvc more happier )
2007-11-20 James TaborRemoving old syscalls and updated related files. Old...
2007-11-20 James TaborFix another missing dca set.
2007-11-19 James TaborFireball found one I missed.
2007-11-18 James TaborComplete move to Dc_Attr in win32k. Tested Qemu Linux...
2007-11-14 James TaborRemoved code support for dcattr, it was over kill....
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-08 James TaborNtGdiGetChar/ABCWidth/sW now fully functional and teste...
2007-11-07 James TaborWin32k/Gdi32
2007-11-07 James TaborMove NtGdiGetCharWidthW into text.
2007-11-06 James Tabor- Removed NtGdiGetCharWidthFloat, NtGdiGetCharABCWidths...
2007-11-06 James Tabor- Implement GetGlyphIndicesA/W with update changes...
2007-11-04 James Tabor- Removed NtGdiTranslateCharsetInfo, updated w32ksvc...
2007-11-03 James TaborImplement NtGdiGetCharSet, for testing.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-08 Aleksey Bragin- Don't unlock a not locked TEXTOBJ. Solves booting...
2007-08-31 Magnus Olsenimplement stub for NtGdiGetStringBitmapW
2007-08-24 Timo Kreuzer- move NtGdiGetAspectRatioFilterEx from text.c to dc.c
2007-08-08 James Tabor- Removed NtGdiGet/SetArcDirection and NtGdiGetSetTextC...
2007-08-06 James TaborMoved most of the old Win struct to Dc_Attr structure...
2007-07-30 Timo Kreuzer- rename NtGdiGetTextMetrics to NtGdigetTextMetricsW...
2007-07-26 Timo KreuzerRename NtGdiGettextFace into NtGdiGetTextFaceW and...
2007-07-26 Timo Kreuzer- rename NtGdiGetTextExentExPoint to NtGdiGetTextExtent...
2007-07-26 Timo Kreuzer- TextOutW: call NtGdiExtTextOut
2007-07-20 Magnus Olsenreform the code.
2007-07-10 Magnus Olsenpatch from Yaroslav Ponomarenko yarryp at gmail dot com
2007-06-07 Magnus Olsencomment out line 2028 it seam bit wrong and it crash...
2007-06-06 Timo Kreuzer- IntGdiAddFontResource: Add the filename to the font...
2007-05-19 Sebastian Gasiorek- add support for ETO_GLYPH_INDEX in NtGdiExtTextOut.
2007-05-13 Timo Kreuzerhandle FW_DONTCARE in GetFontScore. Fixes gray/thin...
2007-04-30 James TaborFix build. Sdk reports something about; needed for...
2007-04-30 James TaborMoved NtGdiGetTextCharset to NtGdiGetCharSet.
2007-04-30 James TaborWin32k/Gdi32
2007-04-27 James TaborWin32/Gdi32:
2007-04-26 James TaborUpdate FontGetObject, point out required modifications...
2007-04-10 Magnus OlsenThis fix the hiniting issue we have seen crop ypqg...
2007-04-10 Magnus Olsendarn rember me close all file before a commit, I did...
2007-04-10 Magnus OlsenLong live Dejavu font, Long live Dejavu font
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-18 Aleksey BraginIt's better to zero-initialize these variables before...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-03-01 Magnus OlsenNtGdiGetObject
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-01-07 Timo KreuzerMy first commit!
2006-12-29 Aleksey Bragin- Comment out the performance counting ("hits: xxx...
2006-12-29 Magnus Olsenfreetype cache glyth patch pass last all my test.patch
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-01 Andrew MungerSync win32k and gdi32_winetest from trunk.
2006-09-22 Magnus OlsenImplement BRUSH_GetObject it is not perfect, it return...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-20 Alex Ionescu- Simplify PsGetNextProcess so it works like PsGetNextP...
2006-06-23 James TaborGetGlyphOutline, large wine port. Still testing.
2006-06-07 James TaborQuick patch.
2006-06-07 James TaborImplement Get & SetTextCharacterExtra. Does nothing...
2006-05-30 James TaborImplement NtGdiGetCharABCWidths. Not sure if the math...
2006-05-28 James TaborImplement NtGdiGetOutlineTextMetrics and GetOutlineText...
2006-02-17 Maarten BosmaMoved win32k