Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2). | Ilia Alshanetsky | 2004-06-09 | 1 | -1/+1 |
| | |||||
* | - Remove this test, it still segfaults anyway (less noise in tests :) ) | Pierre Joye | 2004-05-26 | 1 | -92/+0 |
| | | | | | Already removed in PHP_4_3 branch | ||||
* | - Fix #28506, negative angle returns "random arcs" | Pierre Joye | 2004-05-24 | 1 | -0/+5 |
| | | | | | while (angle < 0) angle += 2*M_PI is used now | ||||
* | Fixed stream leak on error. | Ilia Alshanetsky | 2004-05-20 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness). | Ilia Alshanetsky | 2004-05-09 | 1 | -93/+27 |
| | |||||
* | Upgrade bundled GD library to 2.0.23. | Ilia Alshanetsky | 2004-05-09 | 2 | -4/+18 |
| | | | | | Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2). | ||||
* | 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 | 2 | -2/+33 |
| | |||||
* | - Add fontpath for win98/XP (Patch by Friedhelm Betz) | Derick Rethans | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | - Fix test file outputs. | foobar | 2004-04-08 | 3 | -3/+4 |
| | |||||
* | Allow compilation with gdlib 1.8 | Edin Kadribasic | 2004-04-07 | 1 | -0/+2 |
| | |||||
* | Fixed a bug that prevented building of gd extension against external GD | Ilia Alshanetsky | 2004-04-04 | 1 | -0/+4 |
| | | | | | lib 1.X. | ||||
* | Synchronized bundled GD library with GD 2.0.22. | Ilia Alshanetsky | 2004-03-29 | 20 | -42/+216 |
| | |||||
* | 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 |
| | | | | | overflow. | ||||
* | - Fix the test description and $Id$ | Pierre Joye | 2004-03-18 | 1 | -2/+2 |
| | |||||
* | - Fix crash when an invalid color index is used with imagecolortransparent | Pierre Joye | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | - add a 2nd test for #27582 | Pierre Joye | 2004-03-14 | 1 | -0/+23 |
| | |||||
* | - add tests for the bug #27582 (imagefilltoborder crashes) | Pierre Joye | 2004-03-13 | 1 | -0/+92 |
| | |||||
* | - restore too the alphablending if we do not reach the end of the function | Pierre Joye | 2004-03-13 | 1 | -1/+3 |
| | | | | | | Notice: This function still crashes (stack overflow), to reproduce it see bug27582_2.phpt | ||||
* | - fix #27582 (http://bugs.php.net/bug.php?id=27582) | Pierre Joye | 2004-03-13 | 1 | -2/+11 |
| | | | | | | The problem was that the colors were changed endlessly, blending over and over. An endless loop and recursive calls filled the stack=>segfault | ||||
* | 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 |
| | | | | | x1 < x2 and y1 < y2 for coordinates. | ||||
* | wbmp conversion warning fix. | Ilia Alshanetsky | 2004-02-22 | 1 | -4/+9 |
| | |||||
* | Set correct default threshold for image2wbmp(). | Ilia Alshanetsky | 2004-02-21 | 1 | -0/+1 |
| | |||||
* | Fixed bug #27293 (two crashes inside image2wbmp()). | Ilia Alshanetsky | 2004-02-17 | 1 | -0/+8 |
| | |||||
* | Bug fix: Images would be broken on big-endian machines because the putc | Martin Kraemer | 2004-01-28 | 1 | -1/+6 |
| | | | | | | function wrote the first (instead of "the low order") byte. That resulted in unexpected zero bytes. | ||||
* | Fixed bug #27056 (ints used instead of longs inside some GD functions). | Ilia Alshanetsky | 2004-01-28 | 1 | -2/+2 |
| | |||||
* | - 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. |