NtGdiExtTextOut(): fixed some double-frees I introduced, initialize variables that...
[reactos.git] / reactos / subsys / win32k / objects / text.c
2004-12-18 Royce Mitchell IIINtGdiExtTextOut(): fixed some double-frees I introduced...
2004-12-18 Royce Mitchell IIINtGdiExtTextOut(): improved error handling
2004-12-18 Royce Mitchell IIIadd error checking
2004-12-18 Hartmut Birr- Allocated a zero filled memory block for the font.
2004-12-18 Gé van GeldorpRollback last change
2004-12-17 Gé van GeldorpPass parameters in correct order
2004-12-13 Royce Mitchell IIIBUGFIX: get rid of an incorrect ASSERT
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Royce Mitchell IIIBUGFIX: NtGdiGetDeviceCaps() called NtGdiEscape() with...
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-10-07 Steven EdwardsAllow NtGdiCreateScaleableFontResource to keep going.
2004-09-13 Gé van GeldorpLog error code when freetype fails to initialize
2004-08-24 Filip Navara- Load also the last font file in the font directory.
2004-08-21 Filip Navara- Maintain higher internal precision during font rendering.
2004-07-30 Thomas Bluemelattempt to fix a few message queue and timer bugs
2004-07-29 Thomas Bluemelfix assertion statement
2004-07-23 Jason FilbySet TMPF_TRUETYPE flag for TEXTMETRICW variable in...
2004-07-14 Filip Navara- Change the prototype of DIB_*_BitBlt* functions to...
2004-07-11 Filip Navara- Fixed locking in NtGdiGetCharWidth32. This caused...
2004-07-09 Filip Navara- Implementation of [NtGdi]GetTextFace[W] and [NtGdi...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-27 Filip Navara- Better handling of error cases in font handling.
2004-06-23 Thomas Bluemellittle fixes
2004-06-23 Gé van GeldorpHandle RLE bottom-up dibs
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-06-18 Filip NavaraChangelog:
2004-05-30 Jason FilbyPrevent unnecessary code where count is zero in NtGdiEx...
2004-05-30 Thomas Bluemellittle GDI speed improvements
2004-05-29 Filip Navara- Prepend "\\??\" to the file name in NtGdiAddFontResource.
2004-05-29 Filip Navara- Fixed unicode string copying bug in NtGdiAddFontResource.
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-23 Thomas Bluemelfixed some error cases
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-04-04 Gé van GeldorpHonour spacing requested by caller
2004-03-28 Gé van GeldorpSimple font substitution and matching
2004-03-27 Thomas Bluemela few more minor speed-up
2004-03-23 Gé van GeldorpImplement GetObjectA/W() for fonts
2004-03-23 Gé van Geldorp- Implement GetCharWidthA/W()
2004-03-23 Gé van GeldorpImplement EnumFontFamilies(Ex)A/W() and TranslateCharse...
2004-03-18 Royce Mitchell IIIsimple hack to keep winzip from bugchecking us
2004-03-17 Thomas Bluemelminor speed-improvement
2004-03-04 Filip Navara- Don't zero memory allocated by ExAllocatePool.
2004-02-24 Thomas Bluemelcleanup
2004-02-22 Filip Navara- Unified indenting style in NtGdiExtTextOut and implem...
2004-02-21 Filip Navara- Minor correction of NtGdiExtTextOut.
2004-02-21 Filip Navara- Moved code from NtGdiTextOut to NtGdiExtTextOut and...
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-11 Steven EdwardsMake a few stubs return something to get Dependancy...
2004-01-29 Richard CampbellI swear! last commit! (forgot to ZwClose)
2004-01-29 Richard CampbellFixed a small bug in my code and removed DbgPrint.
2004-01-29 Richard CampbellDynamically load fonts on startup. Code probably isn...
2003-12-28 Filip Navara- Use smaller font for captions and status bar.
2003-12-26 Gé van GeldorpSerialize access to FreeType
2003-12-26 Thomas Bluemeldisable font smoothing if screen resolution < 8bpp
2003-12-25 Thomas Bluemelimplemented font smoothing
2003-12-23 Filip NavaraGetCharWidth32 implementation.
2003-12-23 Filip NavaraAppearance bug fixes.
2003-12-21 Filip Navara- Attempt to fix race condition in timer handler. Repor...
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
next