| Commit message (Expand) | Author | Age | Files | Lines |
* | - drop freetype1 support | Pierre Joye | 2005-10-02 | 1 | -5/+1 |
* | - MFB: #33125, alpha emulation broken | Pierre Joye | 2005-09-30 | 1 | -3/+3 |
* | - #33220, fix infinite loop while loading invalid gif, this patch fixes | Pierre Joye | 2005-09-24 | 1 | -3/+3 |
* | Nuke EOLs from error messages | foobar | 2005-08-18 | 10 | -88/+88 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | - fix #33794 imagerotate rotates only CCW | Pierre Joye | 2005-07-23 | 1 | -4/+6 |
* | Fixed memory corruption. | Ilia Alshanetsky | 2005-06-16 | 1 | -2/+2 |
* | - MFB: #32891, init old y positions to non possible values. -1 being used | Pierre Joye | 2005-05-01 | 1 | -2/+2 |
* | I think this is a cleaner emboss filter. Less fringing. | Rasmus Lerdorf | 2005-04-16 | 1 | -0/+5 |
* | The emboss and edge detection matrices are swapped | Rasmus Lerdorf | 2005-04-16 | 1 | -6/+6 |
* | - remove "debug" code | Pierre Joye | 2005-03-28 | 1 | -1/+1 |
* | - MFB, imagerectangle draws 2x each corners (alpha channel uglyness) | Pierre Joye | 2005-03-28 | 1 | -13/+60 |
* | - allow to keep or ignore the transparent color in imagerotate (thx | Pierre Joye | 2005-03-27 | 2 | -34/+76 |
* | - Attempt to fix #28598, bug introduced in GD (around php 4.3.4) | Pierre Joye | 2004-11-20 | 1 | -1/+3 |
* | - Really fix imagefill, part of my previous (old) fix was not applied | Pierre Joye | 2004-11-17 | 1 | -0/+7 |
* | - MFB: fix #30739, imagefill did not set back alphablending mode | Pierre Joye | 2004-11-17 | 1 | -1/+4 |
* | Move global symbols defined by bundled copy of libgd into private | Joe Orton | 2004-08-31 | 3 | -0/+5 |
* | Fixed memory leak. | Ilia Alshanetsky | 2004-08-11 | 1 | -1/+2 |
* | Merge changes from GD 2.0.28 | Stefan Esser | 2004-07-22 | 3 | -1142/+2101 |
* | Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2). | Ilia Alshanetsky | 2004-06-09 | 1 | -1/+1 |
* | - Fix #28506, negative angle returns "random arcs" | Pierre Joye | 2004-05-24 | 1 | -0/+5 |
* | Missing part of the upgrade patch. | Ilia Alshanetsky | 2004-05-10 | 1 | -0/+3 |
* | Fixed bug #28304 (Missing bounds check inside imagefilter()). | Ilia Alshanetsky | 2004-05-09 | 1 | -1/+2 |
* | Fixed bug #28311 (Transparency detection code is off by 1). | Ilia Alshanetsky | 2004-05-09 | 1 | -1/+1 |
* | Upgrade bundled GD library to 2.0.23. | Ilia Alshanetsky | 2004-05-09 | 1 | -3/+17 |
* | Fixed bug #28184 (C++ comments in GD library sources). | Ilia Alshanetsky | 2004-04-27 | 1 | -1/+1 |
* | - MFB: Fixed bug #28147 (Crash with drawing anti-alised lines) | Derick Rethans | 2004-04-25 | 1 | -2/+6 |
* | - Add fontpath for win98/XP (Patch by Friedhelm Betz) | Derick Rethans | 2004-04-12 | 1 | -1/+1 |
* | Synchronized bundled GD library with GD 2.0.22. | Ilia Alshanetsky | 2004-03-29 | 19 | -41/+215 |
* | Revert patch to imagefillborder. | Ilia Alshanetsky | 2004-03-22 | 1 | -7/+55 |
* | Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stack | Ilia Alshanetsky | 2004-03-21 | 1 | -55/+7 |
* | - Fix crash when an invalid color index is used with imagecolortransparent | Pierre Joye | 2004-03-17 | 1 | -1/+1 |
* | - restore too the alphablending if we do not reach the end of the function | Pierre Joye | 2004-03-13 | 1 | -1/+3 |
* | - fix #27582 (http://bugs.php.net/bug.php?id=27582) | Pierre Joye | 2004-03-13 | 1 | -2/+11 |
* | Fixed bug #27437 (wrong freetype include inside GD library). | Ilia Alshanetsky | 2004-03-06 | 1 | -1/+1 |
* | - Fixed bug in gdImageFilledRectangle in the bundled GD library, that required | Derick Rethans | 2004-03-02 | 1 | -0/+10 |
* | (gdImageSetPixel) Tidied 'normal' blending effect | Tim Toohey | 2004-01-17 | 1 | -41/+1 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Replace regular malloc with safe_emalloc in several places. | Ilia Alshanetsky | 2003-12-31 | 2 | -6/+6 |
* | CS fixes. | Ilia Alshanetsky | 2003-12-28 | 24 | -620/+547 |
* | Synchronized bundled GD library with GD 2.0.17 | Ilia Alshanetsky | 2003-12-25 | 10 | -78/+178 |
* | be slightly nicer when defining R_OK | Wez Furlong | 2003-12-19 | 1 | -1/+3 |
* | MFB compile fix | Rasmus Lerdorf | 2003-12-17 | 1 | -1/+2 |
* | ZTS fix. | Ilia Alshanetsky | 2003-12-16 | 1 | -1/+2 |
* | Fix ZTS build. | Sebastian Bergmann | 2003-12-16 | 1 | -1/+1 |
* | Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS) | Ilia Alshanetsky | 2003-12-15 | 1 | -22/+20 |
* | Windows compile fix (patch by sfox@php.net). | Edin Kadribasic | 2003-11-13 | 1 | -4/+0 |
* | Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results). | Ilia Alshanetsky | 2003-11-04 | 1 | -1/+1 |
* | Patch by Steph to sanitize ssize_t typedef on Windows. | Sebastian Bergmann | 2003-10-26 | 1 | -4/+4 |
* | Fix build in VC++7. | Moriyoshi Koizumi | 2003-09-08 | 1 | -2/+2 |