summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gdft.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1'Christoph M. Becker2016-09-201-61/+66
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-201-61/+66
| |\
| | * Merge branch 'pull-request/1845' into PHP-5.6Christoph M. Becker2016-09-201-55/+68
| | |\
| | | * fix left-shifted/misaligned bounding-box + wrong kerning in imagettfbbox/imag...Mark Plomer2016-04-031-61/+66
| | | * Dont ignore errors from FT_Get_GlyphPaul Tarjan2016-04-031-1/+9
* | | | Port optimization from external libgdChristoph M. Becker2016-09-151-1/+8
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-141-0/+2
|\ \ \ | |/ /
| * | Fix #50194: imagettftext broken on transparent background w/o alphablendingChristoph M. Becker2016-09-141-0/+2
| |/
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+1
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | 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