Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | gd: fix 2 failed tests (bundled lib) due to arithmetic precision (allow ↵ | Remi Collet | 2013-05-06 | 2 | -6/+6 |
| | | | | minor diff). | ||||
* | Revert removal of overflow2 use in gd.c | Remi Collet | 2013-05-06 | 1 | -1/+0 |
| | | | | | | | | Function provided by gd_security with bundled libgd Function provided by gd_compat with system libgd This fix failed test imageloadfont_invalid.phpt This test now also pass with system libgd | ||||
* | - fix path | Pierre Joye | 2013-03-04 | 1 | -2/+2 |
| | |||||
* | - add noisy php logo for autocrop with threshold test | Pierre Joye | 2013-03-04 | 1 | -0/+0 |
| | |||||
* | - add test for imagecropauto | Pierre Joye | 2013-03-04 | 1 | -0/+82 |
| | |||||
* | - typo | Pierre Joye | 2013-02-27 | 1 | -2/+1 |
| | |||||
* | - add test | Pierre Joye | 2013-02-27 | 1 | -0/+31 |
| | |||||
* | fixed tests for gd having freetype >= 2.4.10 | Anatoliy Belsky | 2012-10-12 | 5 | -2/+145 |
| | |||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 80 | -0/+0 |
| | |||||
* | Fix bug #61480 test bug - ext/gd/tests/bug48555.phpt | Matt Ficken | 2012-04-04 | 1 | -4/+16 |
| | |||||
* | Fixed #60160 and added a test for it | Florian Anderiasch | 2011-11-01 | 1 | -0/+26 |
| | |||||
* | move it to right place | Xinchen Hui | 2011-09-06 | 6 | -435/+0 |
| | |||||
* | Adding testcases to validate imageloadfont input parameter validation, tests ↵ | Rafael Machado Dohms | 2011-05-31 | 2 | -0/+30 |
| | | | | were developed at #tek11 testfest | ||||
* | - Fix #51671, imagefill does not work correctly for small images | Pierre Joye | 2010-04-28 | 1 | -0/+24 |
| | |||||
* | Fixed bug #51263 (imagettftext and rotated text uses wrong baseline) | Takeshi Abe | 2010-03-24 | 1 | -0/+32 |
| | |||||
* | Properly skip tests that require the bundled gd lib when the external is used | Raphael Geissert | 2010-03-11 | 7 | -4/+7 |
| | |||||
* | fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon) | Takeshi Abe | 2010-01-20 | 1 | -0/+119 |
| | |||||
* | imagepolygon() and imagefilledpolygon() does not allow negative number of ↵ | Takeshi Abe | 2010-01-14 | 2 | -0/+30 |
| | | | | points causing invalid allocation | ||||
* | Bug #49600 (imageTTFText text shifted right) | Takeshi Abe | 2010-01-08 | 1 | -0/+32 |
| | | | | - fix difference of horizontal position between imagettftext() and imagettfbbox() | ||||
* | - check max colors while loading gd2 palette image (patch by Tomas Hoger) | Pierre Joye | 2009-10-12 | 2 | -0/+16 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-09-26 | 4 | -6/+5 |
| | |||||
* | Fix SKIPIF sections | andy wharmby | 2009-09-15 | 2 | -2/+2 |
| | |||||
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-28 | 9 | -0/+180 |
| | |||||
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 3 | -0/+78 |
| | |||||
* | Adding tests for imagecolorallocatealpha | Rafael Machado Dohms | 2009-08-24 | 6 | -0/+143 |
| | |||||
* | Test case for bug #42434 | Kalle Sommer Nielsen | 2009-07-30 | 1 | -0/+26 |
| | |||||
* | - Skip some tests in 32bit systems, add cleanups where missing | Jani Taskinen | 2009-07-28 | 3 | -3/+7 |
| | |||||
* | added test for #43073 | Takeshi Abe | 2009-07-27 | 1 | -0/+46 |
| | |||||
* | MFH: fixed #48732 (TTF Bounding box wrong for letters below baseline) and ↵ | Takeshi Abe | 2009-07-27 | 3 | -2/+44 |
| | | | | #48801 (Problem with imagettfbbox) | ||||
* | Adding tests for imagesetthickness, basic and errors for both params, and ↵ | Rafael Machado Dohms | 2009-07-24 | 4 | -0/+101 |
| | | | | complementing imagetruecolortopalette with out of bound params | ||||
* | Removing deprecated test replaced by individual tests for imageistruecolor ↵ | Rafael Machado Dohms | 2009-07-20 | 1 | -19/+0 |
| | | | | and imagetruecolortopalette | ||||
* | Separating and complementing imageistruecolor and imagetruecolortopalette tests | Rafael Machado Dohms | 2009-07-20 | 6 | -0/+148 |
| | |||||
* | Commiting imagecreatetruecolor tests for PHP_5_3 branch | Rafael Machado Dohms | 2009-07-19 | 4 | -0/+85 |
| | |||||
* | Fixed a stray 'in the test | Gwynne Raskind | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | - Fix test | Felipe Pena | 2009-07-01 | 1 | -0/+1 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-07-01 | 6 | -32/+46 |
| | |||||
* | - MFH: New tests (SaoPaulo UG testfest) | Felipe Pena | 2009-07-01 | 119 | -0/+2566 |
| | |||||
* | MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for ↵ | Takeshi Abe | 2009-06-21 | 2 | -0/+18 |
| | | | | texts with new lines) | ||||
* | MFH: fix test to follow #47757 | Takeshi Abe | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed libgd #186 (Tiling true colour with palette image does not work) | Takeshi Abe | 2009-03-18 | 1 | -0/+36 |
| | |||||
* | MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, ↵ | Scott MacVicar | 2009-03-17 | 2 | -2/+2 |
| | | | | this stops IE from getting confused. | ||||
* | MFH: Fixed bug #45799 (imagepng() crashes on empty image) | Takeshi Abe | 2009-03-14 | 1 | -0/+15 |
| | |||||
* | New image tests. Tested on Windows, LInux and Linux 64 bit | andy wharmby | 2009-01-22 | 13 | -0/+1333 |
| | |||||
* | MFH: fixed the bug of libgd #191 (A circle becomes square) | Takeshi Abe | 2009-01-19 | 1 | -0/+23 |
| | |||||
* | MFH: Change optional parameter for IMG_FILTER_PIXELATE to be a boolean | Kalle Sommer Nielsen | 2009-01-15 | 1 | -1/+1 |
| | | | | | Added missing NEWS log entry for the new pixelation filter | ||||
* | MFH: added pixelate filter. | Takeshi Abe | 2009-01-14 | 1 | -7/+18 |
| | |||||
* | MFH Fix segfault and potential security issue in imagerotate(). | Scott MacVicar | 2008-12-10 | 1 | -0/+32 |
| | |||||
* | enable this test on all platforms, no reason to limit it windows only | Antony Dovgal | 2008-07-30 | 1 | -2/+1 |
| | |||||
* | fix test | Antony Dovgal | 2008-07-30 | 1 | -9/+12 |
| |