summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Updated locale dependent test resultKore Nordmann2013-12-211-1/+1
|
* Be slightly more generous in cairo testsKore Nordmann2012-05-212-4/+4
|
* Skip strange encoding test for nowKore Nordmann2012-05-211-0/+2
|
* Remove unused test caseKore Nordmann2012-05-211-323/+0
| | | | | This test case file was not used at all until the test suite was removed.
* Mark test base class abstractKore Nordmann2012-05-211-1/+1
|
* Fix autoloading with composerBenjamin Eberlei2012-05-211-1/+1
|
* Prepare test dependencies.Benjamin Eberlei2012-05-211-0/+14
|
* - Enabled 2 test cases (22 tests) in Graph componentJames Pic2012-02-082-0/+0
|
* Remove custom test runner.Sebastian Bergmann2011-10-111-144/+0
|
* - Fixed: Added missing file level doc blocks in order to satisfy ASF licenseTobias Schlitt2011-02-012-0/+50
| | | | | | regulations.
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-1248-48/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-3048-48/+864
|
* - Clean up mock objects stored in attributes at tearDown().Sebastian Bergmann2010-01-162-0/+6
| | | | | | - Make setUp() and tearDown() protected, as they should be.
* - s/2009/2010/gDerick Rethans2010-01-0848-48/+48
|
* - Fixed #15537: Graph shows to small and truncated rotated axis labels.Kore Nordmann2009-09-292-4/+4
|
* - Fixed #15578: formatString not working with numeric axisKore Nordmann2009-09-281-0/+32
|
* - Implemented: #15095: Special rotated label renderer for bar charts.Kore Nordmann2009-07-2111-0/+308
|
* - Added Cairo OO tests to suiteKore Nordmann2009-07-211-0/+2
|
* - Implemented: #15133: Better configurable axis spaces.Kore Nordmann2009-07-21197-3/+539
| | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly.
* - Implemented: #15135: Add support for pecl/cairo's object-oriented APIKore Nordmann2009-07-141-0/+1502
| | | | | | # Thanks to Michael Maclean for the implementation
* - Implemented: #13341: Vertical Bar ChartsKore Nordmann2009-07-145-0/+104
|
* - Added delta values to all float value comparisionsKore Nordmann2009-07-041-58/+114
| | | | | | # Did not save the file, so that not all changes went into the last commit...
* - Updated binary test comparision files to work with GD in PHP 5.3Kore Nordmann2009-07-0415-2/+2
| | | | | | # Might fail for earlier versions now.
* - Added delta values to all float value comparisionsKore Nordmann2009-07-041-10/+20
|
* - Implemented: #14294: Add option for axis label rotationKore Nordmann2009-07-0424-21/+72
|
* - Fixed #14857: Highlight text misplaced in charts with multiple bar dataKore Nordmann2009-05-284-1/+63
| | | | | | sets.
* - Added test for UTF-8 umlauts in SVG driverKore Nordmann2009-05-282-0/+32
|
* - Cleaned up code of flash comparision methodKore Nordmann2009-04-281-18/+28
|
* - 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-252-1/+30
|
* - Fixed #14651: Handle floor() floating point inaccuracies in numneric axisKore Nordmann2009-03-251-0/+34
| | | | | | step evaluation
* - Implemented feature #14400: Add shortcut to set background colorKore Nordmann2009-02-253-2/+51
|
* - s/2008/2009.Derick Rethans2009-02-2344-44/+44
|
* - Tested: Setting background property in line chartKore Nordmann2009-02-041-0/+11
|
* - Tested multiple axis, when used with different axis space settings.Kore Nordmann2009-02-045-2/+75
| | | | | | - Finally fixes issue #13631: Rendering issues, when axisSpace set to 0
* - Fixed rotated axis label renderer to work with non default axis space andKore Nordmann2009-02-044-7/+69
| | | | | | zero axis space on orthogonal axis.
* - Leftover from last commitKore Nordmann2009-02-041-0/+498
|
* - Refactored axis space handling in a BC compatible way. Fixes division by zeroKore Nordmann2009-02-0373-87/+766
| | | | | | | | | errors with axis space equals 0. Partly resolves #013631. - Added more tests for axis label renderers # Several SVGs changed because of slight reordering of SVG elements which # causes no visual differences.
* - Implamented feature #14146: Add new data symbols - square and boxKore Nordmann2009-01-202-0/+68
|
* - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRendererKore Nordmann2009-01-201-0/+73
| | | | | | optional
* - Implemented feature #11980: Provide an initial array with labels for labeledKore Nordmann2009-01-201-0/+66
| | | | | | axis
* - Implemented feature #12897: Add the possibility to have a subtitle forKore Nordmann2009-01-151-0/+98
| | | | | | Graphs.
* - Resolved task #14219: Refactor grid drawing to be less susceptible toKore Nordmann2009-01-0751-51/+51
| | | | | | | | | floating point inaccuracies # Handle orthogonal axis as a special case, which fixes this for the far most # common case. # Also fixes slight grid irregularities which occurred sometimes.
* - Implemented feature #014010: Possibility to set x/y offsets forKore Nordmann2008-12-043-0/+65
| | | | | | highlightValue (Patch by Markus Lervik)
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-101-0/+70
|
* - Fixed issue #13361: Provided workaround for ext/GD bug:Kore Nordmann2008-07-182-0/+35
| | | | | | http://bugs.php.net/45552
* - Fixed issue #13253: Division by zero when trying to render stacked bars.Kore Nordmann2008-07-022-0/+33
|
* - Implemented feature #11981: Provide option for exact axis label renderer toKore Nordmann2008-06-183-1/+104
| | | | | | put last value outside of the normal label boundings
* - Implemented feature #13102: Axes not extending beyond zero in line chartsKore Nordmann2008-06-184-1/+78
|
* - Implemented feature #13103: Different axes end stylesKore Nordmann2008-06-186-0/+122
|
OpenPOWER on IntegriCloud