Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure correct locale in all tests | Kore Nordmann | 2013-12-21 | 1 | -2/+4 |
| | |||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 1 | -1/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 1 | -1/+18 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | - Clean up temp dirs after test | Kore Nordmann | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | - Fixed #14655: A full circle sector is not drawn at all in GD driver. | Kore Nordmann | 2009-03-25 | 1 | -1/+30 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Fixed issue #13361: Provided workaround for ext/GD bug: | Kore Nordmann | 2008-07-18 | 1 | -0/+35 |
| | | | | | | http://bugs.php.net/45552 | ||||
* | - Implemented feature #10829: Get resource from driver | Kore Nordmann | 2008-05-03 | 1 | -0/+20 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Test for ezcGraphGdDriverUnsupportedImageTypeException | Kore Nordmann | 2007-11-27 | 1 | -0/+23 |
| | |||||
* | - Added test for drawing two lines with different line width | Kore Nordmann | 2007-11-21 | 1 | -0/+32 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - Fixed issue #10830: Automatically shorten labels if not enough space is | Kore Nordmann | 2007-05-29 | 1 | -1/+23 |
| | | | | | | available | ||||
* | - Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTest | Derick Rethans | 2007-05-03 | 1 | -1/+1 |
| | | | | | | | | package, and not in the Image component. #- I know the change in the autoload file is not part of this, this will # follow. | ||||
* | - Fixed issue #10606: Call to undefined function imagePsLoadFont() in gd tests | Kore Nordmann | 2007-04-13 | 1 | -5/+15 |
| | | | | | | when no t1lib is available | ||||
* | - Got rotated texts working with all GD font renderers | Kore Nordmann | 2007-04-05 | 1 | -0/+286 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - CS change (automatic script) | Derick Rethans | 2006-12-14 | 1 | -8/+8 |
| | |||||
* | - Implemented #9647 (Add render to output method) | Kore Nordmann | 2006-11-30 | 1 | -0/+59 |
| | |||||
* | - Throw ezcBaseValueExceptions instead of typecasting | Kore Nordmann | 2006-11-02 | 1 | -0/+55 |
| | | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions | ||||
* | - Added some more tests for read and write accesss on properties | Kore Nordmann | 2006-10-26 | 1 | -1/+177 |
| | |||||
* | Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵ | Sebastian Bergmann | 2006-10-05 | 1 | -1/+1 |
| | | | | the output of the TextUI test runner. | ||||
* | - Added text shadow to font options | Kore Nordmann | 2006-10-04 | 1 | -0/+61 |
| | | | | | | - Added text shadow support in SVG and GD driver | ||||
* | - Make text background working in gd driver with activated supersampling | Kore Nordmann | 2006-10-04 | 1 | -0/+31 |
| | |||||
* | - Added tests for jpeg generation | Kore Nordmann | 2006-09-21 | 1 | -0/+57 |
| | | | | | | - Added tests for usage of GIF images | ||||
* | - Added background and border to font configuration | Kore Nordmann | 2006-09-19 | 1 | -0/+156 |
| | | | | | | - Show value for highlighted datapoints in bar and line charts | ||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -13/+2 |
| | |||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -7/+79 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Skip tests if extension or extension feature is not available | Kore Nordmann | 2006-09-11 | 1 | -0/+41 |
| | |||||
* | - Enhanced font configuration | Kore Nordmann | 2006-09-06 | 1 | -2/+186 |
| | | | | | | | | | - Use Free Type 2 by default now, fallback to native ttf, if not available - Use t1lib for PostScript Type1 fonts - Throw an exception, if some texts could not be rendered with minimum font size | ||||
* | - Pimped pie charts | Kore Nordmann | 2006-08-25 | 1 | -1/+34 |
| | | | | | | | | Look at Graph/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg # Caused by a 25h travel from Dortmund to Vancover and commited on an open # WLAN in Osoyoos in Okanagan Valley, Canada | ||||
* | - Started refactoring of font configuration | Kore Nordmann | 2006-08-18 | 1 | -1/+1 |
| | | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD | ||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -43/+43 |
| | | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests | ||||
* | - Added possibility to set a background for gd driver | Kore Nordmann | 2006-08-09 | 1 | -1/+86 |
| | | | | | | | | - Postprocess images in GD driver t prevent from additional resampling of images - Made used resampling function customizeable | ||||
* | - Added basic 3d renderer | Kore Nordmann | 2006-08-02 | 1 | -1/+30 |
| | | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer | ||||
* | - Remove temp data after test | Kore Nordmann | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | - Fixed gd driver test cases to use assertImageSimilar | Kore Nordmann | 2006-07-11 | 1 | -159/+198 |
| | |||||
* | - Added tests and implementation for background images in charts | Kore Nordmann | 2006-06-12 | 1 | -3/+3 |
| | | | | | | - Fixed bug with image sizes in gd driver | ||||
* | - Added tests and basic implementation for pie charts | Kore Nordmann | 2006-06-12 | 1 | -25/+69 |
| | |||||
* | - Added missing exception to autoload file | Kore Nordmann | 2006-06-12 | 1 | -0/+21 |
| | | | | | | - Added test for UnsupportedImageType exception | ||||
* | - Forgot to reactivate tearDown method | Kore Nordmann | 2006-06-09 | 1 | -1/+1 |
| | |||||
* | - Improved supersampling | Kore Nordmann | 2006-06-09 | 1 | -11/+11 |
| | |||||
* | - Fixed axis to use axis type based labeling methods, which results in better | Kore Nordmann | 2006-06-06 | 1 | -0/+36 |
| | | | | | | labeling | ||||
* | - Added supersampling for gd driver | Kore Nordmann | 2006-06-03 | 1 | -0/+272 |
| | |||||
* | - Moved font configuration to elements | Kore Nordmann | 2006-06-02 | 1 | -1/+1 |
| | |||||
* | - Added tests for vertical alignement | Kore Nordmann | 2006-06-02 | 1 | -0/+104 |
| | | | | | | - Added support for vertical alignement to GD driver | ||||
* | - Completed GD driver | Kore Nordmann | 2006-05-31 | 1 | -42/+42 |
| | | | | | | - Added font "Bitstream Vera Sans" owned by Bitstream for testing | ||||
* | - Implemented circular arcs for gd driver | Kore Nordmann | 2006-05-30 | 1 | -12/+16 |
| | |||||
* | - Partly implemented GD driver and updated checksums in tests | Kore Nordmann | 2006-05-29 | 1 | -23/+21 |
| |