summaryrefslogtreecommitdiffstats
path: root/tests/driver_gd_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-211-2/+4
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - Clean up temp dirs after testKore Nordmann2009-03-261-1/+1
|
* - Fixed #14655: A full circle sector is not drawn at all in GD driver.Kore Nordmann2009-03-251-1/+30
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Fixed issue #13361: Provided workaround for ext/GD bug:Kore Nordmann2008-07-181-0/+35
| | | | | | http://bugs.php.net/45552
* - Implemented feature #10829: Get resource from driverKore Nordmann2008-05-031-0/+20
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Test for ezcGraphGdDriverUnsupportedImageTypeExceptionKore Nordmann2007-11-271-0/+23
|
* - Added test for drawing two lines with different line widthKore Nordmann2007-11-211-0/+32
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-291-1/+23
| | | | | | available
* - Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTestDerick Rethans2007-05-031-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 testsKore Nordmann2007-04-131-5/+15
| | | | | | when no t1lib is available
* - Got rotated texts working with all GD font renderersKore Nordmann2007-04-051-0/+286
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - CS change (automatic script)Derick Rethans2006-12-141-8/+8
|
* - Implemented #9647 (Add render to output method)Kore Nordmann2006-11-301-0/+59
|
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-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 propertiesKore Nordmann2006-10-261-1/+177
|
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* - Added text shadow to font optionsKore Nordmann2006-10-041-0/+61
| | | | | | - Added text shadow support in SVG and GD driver
* - Make text background working in gd driver with activated supersamplingKore Nordmann2006-10-041-0/+31
|
* - Added tests for jpeg generationKore Nordmann2006-09-211-0/+57
| | | | | | - Added tests for usage of GIF images
* - Added background and border to font configurationKore Nordmann2006-09-191-0/+156
| | | | | | - Show value for highlighted datapoints in bar and line charts
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-13/+2
|
* - Added image map supportKore Nordmann2006-09-121-7/+79
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Skip tests if extension or extension feature is not availableKore Nordmann2006-09-111-0/+41
|
* - Enhanced font configurationKore Nordmann2006-09-061-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 chartsKore Nordmann2006-08-251-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 configurationKore Nordmann2006-08-181-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 onlyKore Nordmann2006-08-141-43/+43
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Added possibility to set a background for gd driverKore Nordmann2006-08-091-1/+86
| | | | | | | | - Postprocess images in GD driver t prevent from additional resampling of images - Made used resampling function customizeable
* - Added basic 3d rendererKore Nordmann2006-08-021-1/+30
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* - Remove temp data after testKore Nordmann2006-07-111-1/+1
|
* - Fixed gd driver test cases to use assertImageSimilarKore Nordmann2006-07-111-159/+198
|
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-121-3/+3
| | | | | | - Fixed bug with image sizes in gd driver
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-121-25/+69
|
* - Added missing exception to autoload fileKore Nordmann2006-06-121-0/+21
| | | | | | - Added test for UnsupportedImageType exception
* - Forgot to reactivate tearDown methodKore Nordmann2006-06-091-1/+1
|
* - Improved supersamplingKore Nordmann2006-06-091-11/+11
|
* - Fixed axis to use axis type based labeling methods, which results in betterKore Nordmann2006-06-061-0/+36
| | | | | | labeling
* - Added supersampling for gd driverKore Nordmann2006-06-031-0/+272
|
* - Moved font configuration to elementsKore Nordmann2006-06-021-1/+1
|
* - Added tests for vertical alignementKore Nordmann2006-06-021-0/+104
| | | | | | - Added support for vertical alignement to GD driver
* - Completed GD driverKore Nordmann2006-05-311-42/+42
| | | | | | - Added font "Bitstream Vera Sans" owned by Bitstream for testing
* - Implemented circular arcs for gd driverKore Nordmann2006-05-301-12/+16
|
* - Partly implemented GD driver and updated checksums in testsKore Nordmann2006-05-291-23/+21
|
OpenPOWER on IntegriCloud