summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gdft.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Sara Golemon2014-08-191-2/+4
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Sara Golemon2014-08-191-2/+4
| |\
| | * Switch use of strtok() to gd_strtok_r()Sara Golemon2014-08-191-2/+4
* | | Merge branch 'PHP-5.6'Scott MacVicar2014-02-161-13/+50
|\ \ \ | |/ /
| * | imagettftext() uses the last charactermap it found and not the one you wantScott MacVicar2014-02-161-13/+50
| |/
* | Dont ignore errors from FT_Get_GlyphPaul Tarjan2014-01-131-1/+9
|/
* Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)Takeshi Abe2010-03-241-1/+1
* Bug #49600 (imageTTFText text shifted right)Takeshi Abe2010-01-081-1/+1
* Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() failsTakeshi Abe2009-11-011-0/+1
* fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (...Takeshi Abe2009-07-271-9/+21
* fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with...Takeshi Abe2009-06-211-13/+16
* MFB: #43073, TrueType bounding box is wrong for angle<>0Takeshi Abe2009-03-251-8/+16
* - MFB: #43790, fix crash when no family name has been foundPierre Joye2008-01-091-1/+2
* Fixed bug #40130 (TTF usage doesn't work properly under Netware)Scott MacVicar2007-04-231-0/+4
* MFB: fix race condition on font cache shutdownNuno Lopes2007-04-041-2/+4
* - remove double lock (tween colors cache is created in each thread, thePierre Joye2007-04-041-6/+12
* MFBNuno Lopes2007-03-011-0/+1
* - MFB: sync with libgd.org, patch from Kees CookPierre Joye2007-02-251-1/+1
* - MFB: #40578, fix the 2nd race condition on shutdown when the cache isPierre Joye2007-02-231-1/+2
* fix #40578 (imagettftext() multithreading issue)Antony Dovgal2007-02-211-10/+12
* MFBNuno Lopes2006-09-151-1/+1
* - add support for entities in hexadecimal format, like &copy; canPierre Joye2006-08-231-6/+22
* - Attempt to fix #28598, bug introduced in GD (around php 4.3.4)Pierre Joye2004-11-201-1/+3
* Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).Ilia Alshanetsky2004-06-091-1/+1
* Upgrade bundled GD library to 2.0.23.Ilia Alshanetsky2004-05-091-3/+17
* Synchronized bundled GD library with GD 2.0.22.Ilia Alshanetsky2004-03-291-6/+11
* Fixed bug #27437 (wrong freetype include inside GD library).Ilia Alshanetsky2004-03-061-1/+1
* CS fixes.Ilia Alshanetsky2003-12-281-369/+296
* Synchronized bundled GD library with GD 2.0.17Ilia Alshanetsky2003-12-251-46/+102
* be slightly nicer when defining R_OKWez Furlong2003-12-191-1/+3
* MFB compile fixRasmus Lerdorf2003-12-171-1/+2
* ZTS fix.Ilia Alshanetsky2003-12-161-1/+2
* Fix ZTS build.Sebastian Bergmann2003-12-161-1/+1
* Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS)Ilia Alshanetsky2003-12-151-22/+20
* Fixed bug #24223 (missing variable initialization in bundled gd)Ilia Alshanetsky2003-06-171-3/+8
* Syncronize bunbled GD with gd 2.0.14Ilia Alshanetsky2003-06-031-1/+4
* MFBRasmus Lerdorf2003-04-301-1/+2
* Syncronized bunbled GD library with gd 2.0.12Ilia Alshanetsky2003-04-051-49/+95
* Fixed bug #22613 (imagettfbox() does not add the kerning distance to theIlia Alshanetsky2003-03-101-287/+248
* Nuke warning, on Win32 buildFrank M. Kromann2003-01-061-1/+1
* Fixed bug #21445.Ilia Alshanetsky2003-01-061-0/+5
* Conversion fixesMarcus Boerger2002-11-291-5/+9
* Synchronized bundled gd library with the latest stable GD, 2.0.6Ilia Alshanetsky2002-11-251-25/+50
* Fix compile warning, MIN/MAX macros may already be defined by param.hIlia Alshanetsky2002-11-241-0/+5
* Fixed 3 memory leaks.Ilia Alshanetsky2002-11-241-134/+128
* - MFBDerick Rethans2002-11-171-3/+3
* - MFB: Fix memory allocation problem in bundled GD (reported by Brian Havard)Derick Rethans2002-11-171-3/+3
* fix warningsMarcus Boerger2002-11-121-5/+5
* Fix win32 build.Ilia Alshanetsky2002-11-031-0/+4
* Update bundled gd library with relevant changes from gd-2.0.4Rasmus Lerdorf2002-10-291-99/+214