summaryrefslogtreecommitdiff
path: root/ext/gd/libgd
Commit message (Expand)AuthorAgeFilesLines
* - 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
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
* Nuke unused varsMarcus Boerger2003-08-101-1/+1
* Fixed bug #23792 (8 bit graphics don't rotate properly)Ilia Alshanetsky2003-07-301-59/+66
* - Fix leak when no fill is done (ilia)Pierre Joye2003-07-231-3/+4
* - Fix #bug24594Pierre Joye2003-07-231-86/+181
* - wrong patch applied for #23792, fixedPierre Joye2003-07-101-19/+31
* - Fix a possible crash when invalid color index are given as backgroundPierre Joye2003-07-091-0/+4
* - "Fix" #23792, imagerotate returns always truecolor images nowPierre Joye2003-07-091-15/+33
* - tabsPierre Joye2003-07-021-6/+3
* - Fix #23808Pierre Joye2003-07-021-3/+6
* Fixed bug #24223 (missing variable initialization in bundled gd)Ilia Alshanetsky2003-06-171-3/+8
* Add ImageXBMMarcus Boerger2003-06-152-2/+89
* Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis)Ilia Alshanetsky2003-06-121-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* No need to dupe macroIlia Alshanetsky2003-06-041-4/+1
* MFB: fix buildfoobar2003-06-041-0/+3
* GD 2.0.15 syncIlia Alshanetsky2003-06-041-5/+9
* Syncronize bunbled GD with gd 2.0.14Ilia Alshanetsky2003-06-032-9/+17
* Last set of integer overflow checks.Ilia Alshanetsky2003-06-034-8/+8
* Integer overflow checks.Ilia Alshanetsky2003-06-032-5/+22
* MFBRasmus Lerdorf2003-04-301-1/+2
* Fixed compiler warning (found by Larry Rosenman <ler@lerctr.org>)Ilia Alshanetsky2003-04-301-1/+1
* Added missing bit from gd2.0.12 sync.Ilia Alshanetsky2003-04-091-1/+2
* Fix Win32 build.Sebastian Bergmann2003-04-081-0/+4
* Syncronized bunbled GD library with gd 2.0.12Ilia Alshanetsky2003-04-0512-2580/+2966
* Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()).Ilia Alshanetsky2003-03-301-77/+63
* Cleanup.Ilia Alshanetsky2003-03-181-111/+113
* Whitespace fixes.Ilia Alshanetsky2003-03-145-906/+762
* Cleanup.Ilia Alshanetsky2003-03-135-499/+358
* Style fixes.Ilia Alshanetsky2003-03-122-142/+17
* Fixed bug #22613 (imagettfbox() does not add the kerning distance to theIlia Alshanetsky2003-03-101-287/+248
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-2/+2
* Fixed bug #22544 (missing fix from official gd).Ilia Alshanetsky2003-03-051-3/+4
* Fixed a crash in gdImageCopyMergeGray().Ilia Alshanetsky2003-02-251-58/+41
* Kill some warningsMarcus Boerger2003-02-091-6/+6
* Add gdImageEllipsePierre Joye2003-02-082-5/+102
* - new xbm supportMarcus Boerger2003-02-022-0/+152