summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* 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
* - MFH: don't declare MSHUTDOWN if both cachesetup and t1lib are not usedPierre Joye2007-04-042-0/+8
* - Sync with gd 2.0.35 (bug #52, #60 and #66)Pierre Joye2007-04-042-62/+86
* - MFH:Pierre Joye2007-04-045-14/+31
* . colors allocated henceforth from the resulting image overwritePierre Joye2007-04-041-0/+1
* - MFH: CVE-2007-1001, integer overflow with invalid wbmp imagesPierre Joye2007-03-106-3/+106
* - #40764, line thickness not respected for horizontal and vertical linesPierre Joye2007-03-101-0/+31
* - #40764, line thickness not respected for horizontal and vertical linesPierre Joye2007-03-091-16/+75
* fix thread unsafety in the gif reader code (merge from libgd cvs)Nuno Lopes2007-03-081-99/+109
* fix access to non initialized memory (check valgrind reports on http://gcov.p...Nuno Lopes2007-03-021-3/+1