summaryrefslogtreecommitdiff
path: root/ext/gd/libgd
Commit message (Expand)AuthorAgeFilesLines
* - drop freetype1 supportPierre Joye2005-10-021-5/+1
* - MFB: #33125, alpha emulation brokenPierre Joye2005-09-301-3/+3
* - #33220, fix infinite loop while loading invalid gif, this patch fixesPierre Joye2005-09-241-3/+3
* Nuke EOLs from error messagesfoobar2005-08-1810-88/+88
* - Bumber up yearfoobar2005-08-031-1/+1
* - fix #33794 imagerotate rotates only CCWPierre Joye2005-07-231-4/+6
* Fixed memory corruption.Ilia Alshanetsky2005-06-161-2/+2
* - MFB: #32891, init old y positions to non possible values. -1 being usedPierre Joye2005-05-011-2/+2
* I think this is a cleaner emboss filter. Less fringing.Rasmus Lerdorf2005-04-161-0/+5
* The emboss and edge detection matrices are swappedRasmus Lerdorf2005-04-161-6/+6
* - remove "debug" codePierre Joye2005-03-281-1/+1
* - MFB, imagerectangle draws 2x each corners (alpha channel uglyness)Pierre Joye2005-03-281-13/+60
* - allow to keep or ignore the transparent color in imagerotate (thxPierre Joye2005-03-272-34/+76
* - Attempt to fix #28598, bug introduced in GD (around php 4.3.4)Pierre Joye2004-11-201-1/+3
* - Really fix imagefill, part of my previous (old) fix was not appliedPierre Joye2004-11-171-0/+7
* - MFB: fix #30739, imagefill did not set back alphablending modePierre Joye2004-11-171-1/+4
* Move global symbols defined by bundled copy of libgd into privateJoe Orton2004-08-313-0/+5
* Fixed memory leak.Ilia Alshanetsky2004-08-111-1/+2
* Merge changes from GD 2.0.28Stefan Esser2004-07-223-1142/+2101
* Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).Ilia Alshanetsky2004-06-091-1/+1
* - Fix #28506, negative angle returns "random arcs"Pierre Joye2004-05-241-0/+5
* Missing part of the upgrade patch.Ilia Alshanetsky2004-05-101-0/+3
* Fixed bug #28304 (Missing bounds check inside imagefilter()).Ilia Alshanetsky2004-05-091-1/+2
* Fixed bug #28311 (Transparency detection code is off by 1).Ilia Alshanetsky2004-05-091-1/+1
* Upgrade bundled GD library to 2.0.23.Ilia Alshanetsky2004-05-091-3/+17
* Fixed bug #28184 (C++ comments in GD library sources).Ilia Alshanetsky2004-04-271-1/+1
* - MFB: Fixed bug #28147 (Crash with drawing anti-alised lines)Derick Rethans2004-04-251-2/+6
* - Add fontpath for win98/XP (Patch by Friedhelm Betz)Derick Rethans2004-04-121-1/+1
* Synchronized bundled GD library with GD 2.0.22.Ilia Alshanetsky2004-03-2919-41/+215
* Revert patch to imagefillborder.Ilia Alshanetsky2004-03-221-7/+55
* Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stackIlia Alshanetsky2004-03-211-55/+7
* - Fix crash when an invalid color index is used with imagecolortransparentPierre Joye2004-03-171-1/+1
* - restore too the alphablending if we do not reach the end of the functionPierre Joye2004-03-131-1/+3
* - fix #27582 (http://bugs.php.net/bug.php?id=27582)Pierre Joye2004-03-131-2/+11
* Fixed bug #27437 (wrong freetype include inside GD library).Ilia Alshanetsky2004-03-061-1/+1
* - Fixed bug in gdImageFilledRectangle in the bundled GD library, that requiredDerick Rethans2004-03-021-0/+10
* (gdImageSetPixel) Tidied 'normal' blending effectTim Toohey2004-01-171-41/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Replace regular malloc with safe_emalloc in several places.Ilia Alshanetsky2003-12-312-6/+6
* CS fixes.Ilia Alshanetsky2003-12-2824-620/+547
* Synchronized bundled GD library with GD 2.0.17Ilia Alshanetsky2003-12-2510-78/+178
* 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
* Windows compile fix (patch by sfox@php.net).Edin Kadribasic2003-11-131-4/+0
* Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).Ilia Alshanetsky2003-11-041-1/+1
* Patch by Steph to sanitize ssize_t typedef on Windows.Sebastian Bergmann2003-10-261-4/+4
* Fix build in VC++7.Moriyoshi Koizumi2003-09-081-2/+2