summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* - a few more gd tests (committed on behalf of andy wharmby)Robert Nicholson2008-02-016-0/+424
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* - MFB: #43790, fix crash when no family name has been foundPierre Joye2008-01-091-1/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* -MFB, Right filenameMattias Bengtsson2007-11-051-1/+1
* -MFB, Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)Mattias Bengtsson2007-11-043-8/+37
* Fixed a typoIlia Alshanetsky2007-10-261-1/+1
* -MFB, Be paranoid and dont allow multiplication with zeroMattias Bengtsson2007-10-231-4/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Fixed function definitionIlia Alshanetsky2007-09-111-1/+1
* - [DOC] add alpha support for imagefilter's IMG_FILTER_COLORIZEPierre Joye2007-09-112-11/+15
* - re-add fix for libgd #106, imagerectangle draws 1x1 rectanglesPierre Joye2007-09-091-0/+5
* - gd bug #102, alternative fix when an old library is usedPierre Joye2007-08-291-0/+10
* - revert fix for #106Pierre Joye2007-08-271-6/+0
* - MFB: gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectanglesPierre Joye2007-08-262-0/+28
* - libgd #101, imagecreatefromgd can crash if gdImageCreate failsMattias Bengtsson2007-08-093-0/+22
* - libgd #94, imagecreatefromxbm can crash if gdImageCreate failsMattias Bengtsson2007-08-093-1/+25
* - fix gd bug #102, < 0 means that no load are loaded, return falsePierre Joye2007-07-301-1/+2
* MFH: Fix some configure --help textsfoobar2007-07-031-2/+2
* malloc+memset == calloc (sync with libgd)Nuno Lopes2007-06-171-2/+2
* - Drop useless tests (Daniel Diaz)Pierre Joye2007-06-171-21/+7
* - MFH: #41717, imagepolygon does not respect thicknessPierre Joye2007-06-171-65/+68
* sync with libgd: improve _gdImageFillTiled()Nuno Lopes2007-06-151-17/+11
* - Fixed regression introduced by the fix for the libgd bug #74Pierre Joye2007-06-141-12/+22
* - #41630, fix segfault when an invalid color index is present in the imagePierre Joye2007-06-071-1/+4
* MFH: fix several integer overflows in GDAntony Dovgal2007-06-062-0/+45
* - MFH: @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSIONPierre Joye2007-06-032-0/+19
* - sx/sy must be > 0 and < INT_MAXPierre Joye2007-06-021-2/+6
* - enable tests even when an external GD is used. Latest releasesPierre Joye2007-06-0235-144/+180
* MFH: - Fixed bug #41555 (configure failure: regression caused by fix for #41265)foobar2007-06-011-1/+1
* MFH: fix #41442 (imagegd2() under output control)Antony Dovgal2007-05-222-0/+53
* fix testAntony Dovgal2007-05-171-3/+3
* - fix titlePierre Joye2007-05-161-1/+1
* - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix testPierre Joye2007-05-161-3/+3
* - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.cPierre Joye2007-05-163-1/+26
* - MFH: fix build when use with a museum freetype version (1.x)Pierre Joye2007-05-071-1/+3
* MFH:- Prevent bugs like #41265 being submitted from now on.foobar2007-05-041-4/+15
* improve testAntony Dovgal2007-05-031-0/+1
* - fix compile warningfoobar2007-04-241-1/+1
* MFH: Fixed bug #40130 (TTF usage doesn't work properly under Netware).Scott MacVicar2007-04-232-5/+13
* Fix protoHannes Magnusson2007-04-171-1/+1
* - INFO_EX not INFOPierre Joye2007-04-171-1/+1
* - MFH: add imagegrabwindow and imagegrabscreen (win32 only) [DOC]Pierre Joye2007-04-173-0/+177
* - MFH: libgd #74, gdImageFilledArc, huge CPU usage with large anglesPierre Joye2007-04-141-0/+8
* - add HAVE_GD_FONTCACHESHUTDOWN to w32 build script (always here)Pierre Joye2007-04-111-0/+1
* - Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and HAVE_LIBFREETYPEPierre Joye2007-04-062-0/+3
* - reflect the "real" version to avoid confusions. Users should really usePierre Joye2007-04-051-1/+1
* MFH: fix buildAntony Dovgal2007-04-051-4/+4
* fix race condition on font cache shutdownNuno Lopes2007-04-041-2/+4
* - do not try to use the global color map when none was found (Nuno, Pierre)Pierre Joye2007-04-041-3/+10