| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). | Ilia Alshanetsky | 2003-03-30 | 1 | -77/+63 | |
| | | ||||||
| * | Eliminate TSRMLS_FETCH() call in php_find_gd_font(). | Sebastian Bergmann | 2003-03-26 | 1 | -4/+3 | |
| | | ||||||
| * | MFB: php_gd.dll is no longer bult and the bundled library is always used. | Edin Kadribasic | 2003-03-25 | 2 | -674/+479 | |
| | | ||||||
| * | CS fix | foobar | 2003-03-20 | 1 | -5/+5 | |
| | | ||||||
| * | WS & CS fixes | foobar | 2003-03-20 | 1 | -279/+344 | |
| | | ||||||
| * | Cleanup. | Ilia Alshanetsky | 2003-03-18 | 1 | -111/+113 | |
| | | ||||||
| * | * email address change | Stig Bakken | 2003-03-18 | 2 | -2/+2 | |
| | | ||||||
| * | Fixed bug #22751 (Compile error in gdcache when external libgd is used) | foobar | 2003-03-18 | 2 | -1/+2 | |
| | | ||||||
| * | fixing my proto fix :| | Hartmut Holzgraefe | 2003-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | proto fix | Hartmut Holzgraefe | 2003-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Whitespace fixes. | Ilia Alshanetsky | 2003-03-14 | 5 | -906/+762 | |
| | | ||||||
| * | Cleanup. | Ilia Alshanetsky | 2003-03-13 | 5 | -499/+358 | |
| | | ||||||
| * | Added the type constants for imagegd2() | foobar | 2003-03-12 | 1 | -0/+7 | |
| | | ||||||
| * | Fix bug #22646 | foobar | 2003-03-12 | 2 | -2/+2 | |
| | | ||||||
| * | 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 | |
| | | | | | | | running position). Fixed few possible memory leaks. | |||||
| * | - Fixed a bug in GD's truecolor TTF handling | Derick Rethans | 2003-03-08 | 1 | -2/+6 | |
| | | ||||||
| * | Fixing functionicalls with variable number of parameters... | Stefan Esser | 2003-03-06 | 1 | -2/+2 | |
| | | ||||||
| * | Added test case for bug #22544. | Ilia Alshanetsky | 2003-03-05 | 1 | -0/+26 | |
| | | ||||||
| * | Better identification of bundled GD library. | Ilia Alshanetsky | 2003-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug #22544 (missing fix from official gd). | Ilia Alshanetsky | 2003-03-05 | 1 | -3/+4 | |
| | | ||||||
| * | update credits (ilia,myself) | Pierre Joye | 2003-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>, | Pierre Joye | 2003-02-26 | 1 | -115/+137 | |
| | | | | | | 2 Pierre-Alain Joye) | |||||
| * | add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>, | Pierre Joye | 2003-02-26 | 1 | -1/+2 | |
| | | | | | | Pierre-Alain Joye) | |||||
| * | Fixed a crash in gdImageCopyMergeGray(). | Ilia Alshanetsky | 2003-02-25 | 1 | -58/+41 | |
| | | ||||||
| * | Kill some warnings | Marcus Boerger | 2003-02-09 | 1 | -6/+6 | |
| | | | | | | | | # the remainig is not easy to solve: float_var = float_cast(extpression) # This cannot be fixed by simply casting again to float because some # compilers may ignore the double casting. | |||||
| * | XBM for win | Marcus Boerger | 2003-02-09 | 1 | -2/+17 | |
| | | ||||||
| * | Syncronize with branch | Frank M. Kromann | 2003-02-09 | 2 | -4/+4 | |
| | | ||||||
| * | Add gdImageEllipse | Pierre Joye | 2003-02-08 | 2 | -5/+102 | |
| | | | | | | | | Replace gdImageFilledEllipse by a new function (backported from the new phpgd) the new gdImageFilledEllipse fix bug bug #22103 (ellipse part) | |||||
| * | - new xbm support | Marcus Boerger | 2003-02-02 | 5 | -1/+184 | |
| | | | | | | | | @Added XBM support for bundled gd library. (marcus) # It was enabled by the last commit and fixed by this one. | |||||
| * | Bundled version has XBM support as well as external. | Marcus Boerger | 2003-02-01 | 1 | -0/+1 | |
| | | | | | | # Now fix the shit behind it... | |||||
| * | Show if XPM support is available & Set availability bit only when available. | Marcus Boerger | 2003-02-01 | 1 | -1/+9 | |
| | | ||||||
| * | Feature Request #21784 Added: imagecolorallocatealpha ↵ | Sara Golemon | 2003-01-26 | 2 | -1/+23 | |
| | | | | | (pollita@php.net,jasper@pointless.net) | |||||
| * | Fixed bug #21533 (a rare condition where error can remain undefined and | Ilia Alshanetsky | 2003-01-24 | 1 | -1/+1 | |
| | | | | | | result in undefined behavior when it is used without being initialized). | |||||
| * | Fixed compile warning. | Ilia Alshanetsky | 2003-01-24 | 1 | -8/+8 | |
| | | ||||||
| * | MFB | foobar | 2003-01-23 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed a crash when invalid color is passed to imagepstext(). | Ilia Alshanetsky | 2003-01-22 | 1 | -76/+68 | |
| | | ||||||
| * | Remove the (c), in the future, can we add PHP Licence terms for the new | Pierre Joye | 2003-01-21 | 1 | -4/+0 | |
| | | | | | | functions ? | |||||
| * | Add credits to my functions (thx for the advice Wez&Ilia :) | Pierre Joye | 2003-01-21 | 1 | -0/+24 | |
| | | ||||||
| * | Add test for png.h | foobar | 2003-01-20 | 1 | -1/+5 | |
| | | ||||||
| * | Removed pointless checks of array_init() return value. | Ilia Alshanetsky | 2003-01-17 | 1 | -20/+9 | |
| | | ||||||
| * | Syncronize bundled GD library with latest GD (2.0.11). | Ilia Alshanetsky | 2003-01-17 | 5 | -1620/+1364 | |
| | | ||||||
| * | Fixed ImageRotate when rotation angle is 90 degrees, patch by | Ilia Alshanetsky | 2003-01-10 | 1 | -2/+2 | |
| | | | | | | leon@leonatkinson.com. | |||||
| * | Fixed bug #21518. | Ilia Alshanetsky | 2003-01-08 | 2 | -10/+7 | |
| | | | | | | | | Fixed memory in leak ImageCreateFromString(). Fixed a bug that prevented proper identification of WBMP images and thus prevented ImageCreateFromString() from working on those images. | |||||
| * | Fix line drawed twice (L. Atkinson) | Pierre Joye | 2003-01-07 | 1 | -2/+0 | |
| | | ||||||
| * | MFB: | Edin Kadribasic | 2003-01-06 | 1 | -2/+2 | |
| | | | | | | Fixed bug #20503 (imagesetbrush() availability on windows). | |||||
| * | Nuke warning, on Win32 build | Frank M. Kromann | 2003-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | enable imageftbbox() and imagefttext() on WIn32 | Frank M. Kromann | 2003-01-06 | 1 | -2/+2 | |
| | | ||||||
| * | Complete gif readonly support addition by adding missing gd_gif_in.c | Edin Kadribasic | 2003-01-06 | 1 | -0/+4 | |
| | | | | | | file to the project. | |||||
| * | Fixed bug #21445. | Ilia Alshanetsky | 2003-01-06 | 2 | -2/+7 | |
| | | ||||||
