| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -4/+4 |
| | | |||||
| * | (gdImageSetPixel) Tidied 'normal' blending effect | Tim Toohey | 2004-01-17 | 1 | -41/+1 |
| | | | | | | | # libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so # gdFullAlphaBlend() and friends are no longer needed | ||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 3 | -6/+6 |
| | | |||||
| * | win32 build: | Wez Furlong | 2004-01-07 | 1 | -1/+1 |
| | | | | | | | gd should build shared by default don't use php.ini when running mkdist.php | ||||
| * | Make sure zlib.lib is found | Frank M. Kromann | 2003-12-31 | 1 | -1/+1 |
| | | |||||
| * | Replace regular malloc with safe_emalloc in several places. | Ilia Alshanetsky | 2003-12-31 | 2 | -6/+6 |
| | | |||||
| * | Last bit of CS fixes. | Ilia Alshanetsky | 2003-12-28 | 5 | -270/+236 |
| | | |||||
| * | CS fixes. | Ilia Alshanetsky | 2003-12-28 | 24 | -620/+547 |
| | | |||||
| * | Synchronized bundled GD library with GD 2.0.17 | Ilia Alshanetsky | 2003-12-25 | 12 | -83/+190 |
| | | | | | | | | | | . GD is now thread-safe thanks to wrappers around freetype library . Significant optimization to png writing code. . Miscellaneous fixes. Fixed memory leak inside php_imagettftext_common() Make ext/gd compile with GD 2.0.17+ (gdFreeFontCache() is not avaliable) | ||||
| * | For GD, build the extension as php_gd2.dll instead of php_gd.dll. | Wez Furlong | 2003-12-22 | 1 | -2/+2 |
| | | | | | | Thanks again Frank :-) | ||||
| * | be slightly nicer when defining R_OK | Wez Furlong | 2003-12-19 | 1 | -1/+3 |
| | | |||||
| * | Fix remaining gd build issue | Rasmus Lerdorf | 2003-12-18 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Revert, not needed here | Marcus Boerger | 2003-12-07 | 1 | -2/+1 |
| | | |||||
| * | tweak build so that it mirrors the source filesystem layout under the build ↵ | Wez Furlong | 2003-12-07 | 1 | -25/+29 |
| | | | | | dir. This allows GD extension to build. | ||||
| * | First attemt at win32 build with the new build system. | Edin Kadribasic | 2003-12-07 | 1 | -0/+43 |
| | | | | | | #No workie yet, the build sys needs tweaking | ||||
| * | Fix enabling shared builds. | Marcus Boerger | 2003-12-07 | 1 | -1/+2 |
| | | |||||
| * | Fixed bug #26309 (Fixed argument parsing for imageftbbox()). | Ilia Alshanetsky | 2003-11-19 | 1 | -4/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -12/+14 |
| | | | | | | - Added breaks to make sure the preferred value is used. | ||||
| * | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -6/+6 |
| | | | | | | | This may fix compilation problems with on systems with multiple copies of the same library. | ||||
| * | Bundled GD has this function | foobar | 2003-09-27 | 1 | -1/+2 |
| | | |||||
| * | FREETYPE_PATCH is not always defined. | Moriyoshi Koizumi | 2003-09-15 | 1 | -0/+4 |
| | | | | | | # will likely fix Sebastian's build :) | ||||
| * | Add an phpinfo entry showing which version of freetype is linked to gd. | Moriyoshi Koizumi | 2003-09-09 | 1 | -0/+17 |
| | | |||||
| * | Revert the JIS addition, it did not fix anything | foobar | 2003-09-08 | 1 | -2/+2 |
| | | |||||
| * | Fix build in VC++7. | Moriyoshi Koizumi | 2003-09-08 | 1 | -2/+2 |
| | | | | | | # The line didn't reflect the above comment, helly :) | ||||
| * | MFB: - Added JISX0208=1 and USE_GD_JISX0208 defines | foobar | 2003-09-08 | 1 | -2/+2 |
| | | |||||
| * | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -1/+1 |
| | | |||||
| * | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 2 | -4/+4 |
| | | |||||
| * | 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 |
| | | | | | | Patch by: pajoye@php.net | ||||
| * | - Fix leak when no fill is done (ilia) | Pierre Joye | 2003-07-23 | 1 | -3/+4 |
| | | |||||
| * | - Remove imagepng, not used in test | Pierre Joye | 2003-07-23 | 1 | -2/+1 |
| | | |||||
| * | - imagefill tests | Pierre Joye | 2003-07-23 | 1 | -0/+86 |
| | | |||||
| * | - Fix #bug24594 | Pierre Joye | 2003-07-23 | 1 | -86/+181 |
| | | | | | | | Rewrite the imagefill function (non recursive, uses of connected points algorithm) | ||||
| * | Add /libpath directives for zlib. | Sebastian Bergmann | 2003-07-16 | 1 | -2/+2 |
| | | |||||
| * | - 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 |
| | | | | | | in imagerotate, only when palette based image is used as src | ||||
| * | - "Fix" #23792, imagerotate returns always truecolor images now | Pierre Joye | 2003-07-09 | 1 | -15/+33 |
| | | | | | | | (the destination image is a truecolor, no more limited palette problems) - Clean the cast in gdImageCopyMerge | ||||
| * | - tabs | Pierre Joye | 2003-07-02 | 1 | -6/+3 |
| | | |||||
| * | - Fix #23808 | Pierre Joye | 2003-07-02 | 1 | -3/+6 |
| | | |||||
| * | Add zlib directory. | Sebastian Bergmann | 2003-06-29 | 1 | -4/+4 |
| | | |||||
| * | Fixed a crash inside php_imagettftext_common(); | Ilia Alshanetsky | 2003-06-19 | 1 | -1/+2 |
| | | |||||
| * | Fixed bug #24223 (missing variable initialization in bundled gd) | Ilia Alshanetsky | 2003-06-17 | 1 | -3/+8 |
| | | |||||
