Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -2/+2 |
* | Nuke unused vars | Marcus Boerger | 2003-08-10 | 1 | -1/+1 |
* | Fixed bug #23792 (8 bit graphics don't rotate properly) | Ilia Alshanetsky | 2003-07-30 | 1 | -59/+66 |
* | - Fix leak when no fill is done (ilia) | Pierre Joye | 2003-07-23 | 1 | -3/+4 |
* | - Fix #bug24594 | Pierre Joye | 2003-07-23 | 1 | -86/+181 |
* | - wrong patch applied for #23792, fixed | Pierre Joye | 2003-07-10 | 1 | -19/+31 |
* | - Fix a possible crash when invalid color index are given as background | Pierre Joye | 2003-07-09 | 1 | -0/+4 |
* | - "Fix" #23792, imagerotate returns always truecolor images now | Pierre Joye | 2003-07-09 | 1 | -15/+33 |
* | - tabs | Pierre Joye | 2003-07-02 | 1 | -6/+3 |
* | - Fix #23808 | Pierre Joye | 2003-07-02 | 1 | -3/+6 |
* | Fixed bug #24223 (missing variable initialization in bundled gd) | Ilia Alshanetsky | 2003-06-17 | 1 | -3/+8 |
* | Add ImageXBM | Marcus Boerger | 2003-06-15 | 2 | -2/+89 |
* | Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis) | Ilia Alshanetsky | 2003-06-12 | 1 | -1/+1 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | No need to dupe macro | Ilia Alshanetsky | 2003-06-04 | 1 | -4/+1 |
* | MFB: fix build | foobar | 2003-06-04 | 1 | -0/+3 |
* | GD 2.0.15 sync | Ilia Alshanetsky | 2003-06-04 | 1 | -5/+9 |
* | Syncronize bunbled GD with gd 2.0.14 | Ilia Alshanetsky | 2003-06-03 | 2 | -9/+17 |
* | Last set of integer overflow checks. | Ilia Alshanetsky | 2003-06-03 | 4 | -8/+8 |
* | Integer overflow checks. | Ilia Alshanetsky | 2003-06-03 | 2 | -5/+22 |
* | MFB | Rasmus Lerdorf | 2003-04-30 | 1 | -1/+2 |
* | Fixed compiler warning (found by Larry Rosenman <ler@lerctr.org>) | Ilia Alshanetsky | 2003-04-30 | 1 | -1/+1 |
* | Added missing bit from gd2.0.12 sync. | Ilia Alshanetsky | 2003-04-09 | 1 | -1/+2 |
* | Fix Win32 build. | Sebastian Bergmann | 2003-04-08 | 1 | -0/+4 |
* | Syncronized bunbled GD library with gd 2.0.12 | Ilia Alshanetsky | 2003-04-05 | 12 | -2580/+2966 |
* | Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). | Ilia Alshanetsky | 2003-03-30 | 1 | -77/+63 |
* | Cleanup. | Ilia Alshanetsky | 2003-03-18 | 1 | -111/+113 |
* | Whitespace fixes. | Ilia Alshanetsky | 2003-03-14 | 5 | -906/+762 |
* | Cleanup. | Ilia Alshanetsky | 2003-03-13 | 5 | -499/+358 |
* | Style fixes. | Ilia Alshanetsky | 2003-03-12 | 2 | -142/+17 |
* | Fixed bug #22613 (imagettfbox() does not add the kerning distance to the | Ilia Alshanetsky | 2003-03-10 | 1 | -287/+248 |
* | Fixing functionicalls with variable number of parameters... | Stefan Esser | 2003-03-06 | 1 | -2/+2 |
* | Fixed bug #22544 (missing fix from official gd). | Ilia Alshanetsky | 2003-03-05 | 1 | -3/+4 |
* | Fixed a crash in gdImageCopyMergeGray(). | Ilia Alshanetsky | 2003-02-25 | 1 | -58/+41 |
* | Kill some warnings | Marcus Boerger | 2003-02-09 | 1 | -6/+6 |
* | Add gdImageEllipse | Pierre Joye | 2003-02-08 | 2 | -5/+102 |
* | - new xbm support | Marcus Boerger | 2003-02-02 | 2 | -0/+152 |