Transform correctly the coordinates.
[reactos.git] / reactos / subsys / win32k / objects / text.c
2005-12-30 Filip NavaraTransform correctly the coordinates.
2005-12-28 Hartmut BirrCommit r20366:20368 again.
2005-12-28 Maarten BosmaRevert r20367 and r20368 since they crash the GUI in...
2005-12-27 Alex Ionescu- Major Win32k Header Cleanup: Add ntgdi.h based on...
2005-12-04 Art YerkesBroaden the lock over the whole text rendering loop...
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-10-13 Gé van GeldorpUse the pitch provided by FreeType. Fixes bug 894.
2005-09-30 Hartmut Birr- Fixed the font size in IntGdiAddFontResource.
2005-08-02 Filip NavaraRevert changes accidently commited along with last...
2005-08-02 Filip NavaraUse mapped sections for fonts instead of paged pool...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile instead of NtQueryInformatio...
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-20 Gé van GeldorpExclusively lock surface bits before reading or writing...
2005-06-07 Filip NavaraFix a cut & paste mistake.
2005-06-07 Filip Navara- Repair GDI handle debugging functionality.
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-11 Filip Navaratinus <o112w8r02@sneakemail.com>
2005-03-07 Gé van GeldorpImplement Information Contexts
2005-03-07 Thomas Bluemelchange logfont quality to FreeType mode conversion...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-06 Gé van GeldorpPass ROP4 instead of ROP3 to drivers
2005-01-25 Mike NordellNtGdiExtTextOut (ExtTextOut in user-mode) should now...
2005-01-19 Steven EdwardsChange UNIMPLEMENTED to DPRINT1 for NtGdiRemoveFontReso...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-30 Gé van GeldorptmHeight calculation
2004-12-27 Gé van GeldorpConsolidate filling of TEXTMETRICS to a single location.
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-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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()
next