Another coordinate transformation change. Fixes final problem with bug 1201.
[reactos.git] / reactos / subsys / win32k / objects / text.c
2003-12-21 Filip NavaraBug fixes.
2003-12-13 Thomas Bluemelfixed TextIntRealizeFont()
2003-12-12 Thomas Bluemeladded support for the FR_PRIVATE and FR_NOT_ENUM flags...
2003-12-12 Thomas Bluemellittle bugfix
2003-12-12 Thomas Bluemelchanged font table to a double-linked list
2003-12-12 Thomas Bluemelfixed NtGdiAddFontResource() to accept a PUNICODE_STRING
2003-12-12 Gé van GeldorpRetrieve tmAveCharWidth font metric
2003-12-08 Casper Hornstrup2003-12-08 Casper S. Hornstrup <chorns@users.sourcefo...
2003-11-30 Gunnar Dalsnes-made an inadvertent asynch. read into a synch. read
2003-10-20 Gé van GeldorpSet tmMaxCharWidth
2003-09-24 Thomas Bluemelsome fixes on on gdi handles
2003-09-10 Gé van GeldorpSupport OPAQUE text background
2003-08-31 Gé van GeldorpCheck hDC handle is valid before accessing its data
2003-08-29 Richard CampbellUse Vera instead of helmet for drawing menus, button...
2003-08-29 Gé van GeldorpVarious fixes by Filip Navara
2003-08-28 Gé van GeldorpFix ellipsis in e.g. window captions
2003-08-28 Gé van GeldorpFix double locking of DC
2003-08-28 Gé van GeldorpCreate palette handles as gdiobj handles which can...
2003-08-20 Gé van Geldorp- Store GDI object type in the handle itself
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-13 Casper Hornstrup2003-08-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-08-09 Gé van GeldorpFailed to release DC
2003-08-09 Gé van GeldorpHandle border case
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-07-24 Gé van GeldorpFinished W32kGetTextExtentExPoint() implementation
2003-07-24 Richard CampbellW32kGetTextExtentExPoint now calls W32kGetTextExtentPoint.
2003-07-21 James TaborFix FONTENUMEXPROC in W32kEnumFontFamiliesEx.
2003-06-28 Gé van GeldorpImplement clipping for bitblt operations
2003-06-22 Gé van GeldorpImplemented GetTextExtentPoint32() and fix GetTextExten...
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-16 Gé van GeldorpAdded Bitstream Vera fonts and removed accidental loadi...
2003-04-01 Gé van GeldorpUse FreeType DLL
2003-03-28 Gé van GeldorpFix crash in W32kGetTextMetrics
2003-03-26 Gé van GeldorpIntroduce ANSI version of LOGFONT and associated structures
2003-03-25 Gé van GeldorpIntroduce TEXTMETRICSA and TEXTMETRICSW
2003-03-23 Jason FilbyImproved font loaded message
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-02-25 Gé van Geldorp- Move GDI drivers and win32k.sys from system32\drivers...
2002-09-19 Jason FilbyCorrected comment
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-08-04 Eugene IngermanRewrote gdi (Engxxx) objects.
2002-07-13 Eugene IngermanAdded reference counting and deferred deletion for...
2001-11-02 Rex JolliffInitial attempt at a handle table for GDI objects....
2001-08-02 Phillip SusiChanged debug print of WSTR from %wZ to %S, was causing...
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-21 Eric KohlAdded missing io status blocks.
2001-06-04 Jason FilbyBug fixes
2001-05-26 Jason FilbyInitial GDI Mouse support, small DC fix
2001-05-02 Jason FilbyInitial font and text support. Fixes to color palette...
2001-03-31 Jason Filbyoops
2001-03-31 Jason Filbydisable freetype for now
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2001-03-25 David WelchFurther fixes
2000-06-29 David WelchMade header file usage more consistent
2000-06-16 Jason FilbyGDI improvements
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
1999-10-28 Rex Jolliffadded several new functions
1999-07-23 Rex Jollifffinished win32k skeleton
1999-07-22 Rex JolliffMore changes to the win32k server