summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash while using an invalid color with imagesetstyle, see the samplePierre Joye2002-12-181-13/+11
* MFB: gd uses float instead of doubleMarcus Boerger2002-12-151-19/+19
* Do not allow AA if not trueColor (imageantialias does nothing)Pierre Joye2002-12-141-1/+3
* MFB: Fix bug #20995foobar2002-12-141-16/+18
* Fixed bug #20974 (added missing sanity check).Ilia Alshanetsky2002-12-121-0/+7
* Added check for availability of jpeg support.Ilia Alshanetsky2002-12-111-0/+3
* Fixed build with non-bundled GD. Hidden the anti-alias functions whenIlia Alshanetsky2002-12-112-14/+11
* Fix brightness filter (argument ingnored)Pierre Joye2002-12-111-1/+1
* White space fixes.Ilia Alshanetsky2002-12-111-4/+4
* Syncronize bundled gd sources with that of gd 2.0.9, affected functionsIlia Alshanetsky2002-12-111-180/+150
* Add antialias flag to image structurePierre Joye2002-12-111-0/+4
* Add gdImageAAline (antialiased line)Pierre Joye2002-12-111-16/+156
* Remove double definition of imagesettilePierre Joye2002-12-111-1/+1
* Add imageantialias(im, flag)Pierre Joye2002-12-111-1/+31
* directory values are optionalMarcus Boerger2002-12-101-4/+4
* Fixed build with GD 1.8.4Ilia Alshanetsky2002-12-101-17/+18
* Fixed build with GD 1.8.4Ilia Alshanetsky2002-12-101-0/+4
* Fixed a color mixup in gdImageCopyResampled() when dealing with true-colorIlia Alshanetsky2002-12-081-131/+95
* Add imageistruecolorPierre Joye2002-12-062-1/+20
* Fix buildRasmus Lerdorf2002-12-041-0/+2
* Added GD image conversion tests.Ilia Alshanetsky2002-12-0413-0/+1900
* Made imagecreatefromxpm() work once again.Ilia Alshanetsky2002-12-042-13/+14
* Fixed a memory leak inside gdImageTrueColorToPalette().Ilia Alshanetsky2002-12-041-183/+101
* WS fixes.Ilia Alshanetsky2002-12-041-6/+6
* Fix imagegd stdoutputPierre Joye2002-12-041-1/+7
* Fix imagegd crashes when used with truecolor image (from jpeg,png, or imagecr...Pierre Joye2002-12-041-0/+6
* Fixed a crash that occurs during the last step of png/jpeg -> gd2 -> png/jpegIlia Alshanetsky2002-12-032-29/+9
* No more (f)printf for errors and warnings instead use php_error_docref.Marcus Boerger2002-12-0111-137/+168
* Conversion fixesMarcus Boerger2002-11-293-7/+11
* Conversion fixesMarcus Boerger2002-11-285-70/+71
* Portability: avoid <malloc.h> warnings on FreeBSDMartin Kraemer2002-11-281-1/+1
* Removed un-needed zlib check.Ilia Alshanetsky2002-11-251-19/+0
* Synchronized bundled gd library with the latest stable GD, 2.0.6Ilia Alshanetsky2002-11-259-155/+213
* Renamed the file because this is actually a test for gdImageStringFt().Moriyoshi Koizumi2002-11-241-6/+5
* Fix compile warning, MIN/MAX macros may already be defined by param.hIlia Alshanetsky2002-11-241-0/+5
* Added gdPEstrdup macro.Ilia Alshanetsky2002-11-241-0/+1
* Fixed 3 memory leaks.Ilia Alshanetsky2002-11-241-134/+128
* Fixed the macro so this can be compiled with ft1Moriyoshi Koizumi2002-11-241-1/+1
* Sorry, wrong commit.Moriyoshi Koizumi2002-11-231-2/+2
* Dismissed the second part of the testMoriyoshi Koizumi2002-11-231-3/+4
* Fixed leaks. Other leaks are originated in libgd.Moriyoshi Koizumi2002-11-232-1/+13
* Fixed segfaultsMoriyoshi Koizumi2002-11-231-2/+2
* ws fixfoobar2002-11-231-2/+2
* Fixed tab positions.Moriyoshi Koizumi2002-11-231-2/+2
* Applied imagedeallocate() fixRasmus Lerdorf2002-11-221-0/+7
* Added missing header (fixed bug #20555).Ilia Alshanetsky2002-11-221-0/+2
* Added a test case for imagettftext()Moriyoshi Koizumi2002-11-212-0/+52
* Addressed the issue of persistant allocation.Ilia Alshanetsky2002-11-195-27/+33
* Changed memory allocation wrappers to macros, so that it is possible to seeIlia Alshanetsky2002-11-184-37/+9
* Fix the test. (and indented it for easier bug spotting :)foobar2002-11-181-5/+10