| Commit message (Expand) | Author | Age | Files | Lines |
* | - a few more gd tests (committed on behalf of andy wharmby) | Robert Nicholson | 2008-02-01 | 6 | -0/+424 |
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -2/+4 |
* | - MFB: #43790, fix crash when no family name has been found | Pierre Joye | 2008-01-09 | 1 | -1/+2 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
* | -MFB, Right filename | Mattias Bengtsson | 2007-11-05 | 1 | -1/+1 |
* | -MFB, Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd) | Mattias Bengtsson | 2007-11-04 | 3 | -8/+37 |
* | Fixed a typo | Ilia Alshanetsky | 2007-10-26 | 1 | -1/+1 |
* | -MFB, Be paranoid and dont allow multiplication with zero | Mattias Bengtsson | 2007-10-23 | 1 | -4/+2 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | MFH: Fixed function definition | Ilia Alshanetsky | 2007-09-11 | 1 | -1/+1 |
* | - [DOC] add alpha support for imagefilter's IMG_FILTER_COLORIZE | Pierre Joye | 2007-09-11 | 2 | -11/+15 |
* | - re-add fix for libgd #106, imagerectangle draws 1x1 rectangles | Pierre Joye | 2007-09-09 | 1 | -0/+5 |
* | - gd bug #102, alternative fix when an old library is used | Pierre Joye | 2007-08-29 | 1 | -0/+10 |
* | - revert fix for #106 | Pierre Joye | 2007-08-27 | 1 | -6/+0 |
* | - MFB: gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles | Pierre Joye | 2007-08-26 | 2 | -0/+28 |
* | - libgd #101, imagecreatefromgd can crash if gdImageCreate fails | Mattias Bengtsson | 2007-08-09 | 3 | -0/+22 |
* | - libgd #94, imagecreatefromxbm can crash if gdImageCreate fails | Mattias Bengtsson | 2007-08-09 | 3 | -1/+25 |
* | - fix gd bug #102, < 0 means that no load are loaded, return false | Pierre Joye | 2007-07-30 | 1 | -1/+2 |
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -2/+2 |
* | malloc+memset == calloc (sync with libgd) | Nuno Lopes | 2007-06-17 | 1 | -2/+2 |
* | - Drop useless tests (Daniel Diaz) | Pierre Joye | 2007-06-17 | 1 | -21/+7 |
* | - MFH: #41717, imagepolygon does not respect thickness | Pierre Joye | 2007-06-17 | 1 | -65/+68 |
* | sync with libgd: improve _gdImageFillTiled() | Nuno Lopes | 2007-06-15 | 1 | -17/+11 |
* | - Fixed regression introduced by the fix for the libgd bug #74 | Pierre Joye | 2007-06-14 | 1 | -12/+22 |
* | - #41630, fix segfault when an invalid color index is present in the image | Pierre Joye | 2007-06-07 | 1 | -1/+4 |
* | MFH: fix several integer overflows in GD | Antony Dovgal | 2007-06-06 | 2 | -0/+45 |
* | - MFH: @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION | Pierre Joye | 2007-06-03 | 2 | -0/+19 |
* | - sx/sy must be > 0 and < INT_MAX | Pierre Joye | 2007-06-02 | 1 | -2/+6 |
* | - enable tests even when an external GD is used. Latest releases | Pierre Joye | 2007-06-02 | 35 | -144/+180 |
* | MFH: - Fixed bug #41555 (configure failure: regression caused by fix for #41265) | foobar | 2007-06-01 | 1 | -1/+1 |
* | MFH: fix #41442 (imagegd2() under output control) | Antony Dovgal | 2007-05-22 | 2 | -0/+53 |
* | fix test | Antony Dovgal | 2007-05-17 | 1 | -3/+3 |
* | - fix title | Pierre Joye | 2007-05-16 | 1 | -1/+1 |
* | - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix test | Pierre Joye | 2007-05-16 | 1 | -3/+3 |
* | - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c | Pierre Joye | 2007-05-16 | 3 | -1/+26 |
* | - MFH: fix build when use with a museum freetype version (1.x) | Pierre Joye | 2007-05-07 | 1 | -1/+3 |
* | MFH:- Prevent bugs like #41265 being submitted from now on. | foobar | 2007-05-04 | 1 | -4/+15 |
* | improve test | Antony Dovgal | 2007-05-03 | 1 | -0/+1 |
* | - fix compile warning | foobar | 2007-04-24 | 1 | -1/+1 |
* | MFH: Fixed bug #40130 (TTF usage doesn't work properly under Netware). | Scott MacVicar | 2007-04-23 | 2 | -5/+13 |
* | Fix proto | Hannes Magnusson | 2007-04-17 | 1 | -1/+1 |
* | - INFO_EX not INFO | Pierre Joye | 2007-04-17 | 1 | -1/+1 |
* | - MFH: add imagegrabwindow and imagegrabscreen (win32 only) [DOC] | Pierre Joye | 2007-04-17 | 3 | -0/+177 |
* | - MFH: libgd #74, gdImageFilledArc, huge CPU usage with large angles | Pierre Joye | 2007-04-14 | 1 | -0/+8 |
* | - add HAVE_GD_FONTCACHESHUTDOWN to w32 build script (always here) | Pierre Joye | 2007-04-11 | 1 | -0/+1 |
* | - Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and HAVE_LIBFREETYPE | Pierre Joye | 2007-04-06 | 2 | -0/+3 |
* | - reflect the "real" version to avoid confusions. Users should really use | Pierre Joye | 2007-04-05 | 1 | -1/+1 |
* | MFH: fix build | Antony Dovgal | 2007-04-05 | 1 | -4/+4 |
* | fix race condition on font cache shutdown | Nuno Lopes | 2007-04-04 | 1 | -2/+4 |
* | - do not try to use the global color map when none was found (Nuno, Pierre) | Pierre Joye | 2007-04-04 | 1 | -3/+10 |