Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #11207: Missing URL property for legend, or missing legend, may | Kore Nordmann | 2007-08-01 | 5 | -0/+117 |
| | | | | | | cause PHP notice | ||||
* | - Fixed SVG test results to include correct decimal point | Kore Nordmann | 2007-08-01 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #11107: Floating point inaccuracies caused missing grid in line | Kore Nordmann | 2007-08-01 | 6 | -4/+26 |
| | | | | | | chart | ||||
* | - Use PHPUnits XML diffing to compare SVG files | Kore Nordmann | 2007-07-03 | 1 | -15/+3 |
| | | | | | | | # Only works with PHPUnit >= 3.1.2 or PHPUnit 3.1.1 including changesets # #733 and #737 | ||||
* | - PHPUnit 3.1 Migration | Sebastian Bergmann | 2007-07-02 | 9 | -41/+32 |
| | | | | | | | | | | | - Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required. | ||||
* | - Fix locale reset. | Tobias Schlitt | 2007-06-21 | 1 | -0/+6 |
| | |||||
* | - Fixed issue #10828: PHP error when overwriting renderer in extended | Kore Nordmann | 2007-06-14 | 3 | -3/+57 |
| | | | | | | ezGraphPieChart | ||||
* | - Fixed issue #10881: Wrong labeling with ezcGraphDateAxis | Kore Nordmann | 2007-05-31 | 2 | -2/+2 |
| | | | | | | # Axis labels fixed in two test results, error not noticed before | ||||
* | - Fixed issue #10861 Circle sector size reducement failes for very big angles. | Kore Nordmann | 2007-05-29 | 3 | -0/+70 |
| | |||||
* | - Fixed issue #10830: Automatically shorten labels if not enough space is | Kore Nordmann | 2007-05-29 | 11 | -29/+228 |
| | | | | | | available | ||||
* | - Fixed issue #10846: Division by zero in polygon size reducement algorithm | Kore Nordmann | 2007-05-25 | 2 | -0/+25 |
| | | | | | | for edges with an angle equals 0 degree. | ||||
* | - Fixed issue #10848: Missing pie segment labels in pie charts with 3d | Kore Nordmann | 2007-05-25 | 2 | -0/+19 |
| | | | | | | renderer | ||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 1 | -0/+48 |
| | |||||
* | - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERIC | Kore Nordmann | 2007-05-10 | 155 | -167/+185 |
| | | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences. | ||||
* | - Fixed issue #10746: Border size reducement algorithm fails for polygones | Kore Nordmann | 2007-05-10 | 20 | -18/+86 |
| | | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more | ||||
* | - Fixed element option tests to test the right property | Kore Nordmann | 2007-05-10 | 1 | -3/+32 |
| | | | | | | # Blame copy & paste | ||||
* | - Added more radar chart tests | Kore Nordmann | 2007-05-10 | 3 | -0/+285 |
| | |||||
* | - Added test for rendering pie chart to output | Kore Nordmann | 2007-05-10 | 2 | -0/+20 |
| | |||||
* | - Fixed issue #10759: Unset implementation broken in array access in datasets | Kore Nordmann | 2007-05-10 | 1 | -0/+160 |
| | | | | | | and dataset properties | ||||
* | - Added test for coordinate to string method | Kore Nordmann | 2007-05-10 | 1 | -0/+62 |
| | | | | | | - Test __setState for AxisStep struct | ||||
* | - Added test for invalid multipication in reimplementaion of transformation | Kore Nordmann | 2007-05-10 | 1 | -0/+20 |
| | | | | | | matrix multiplication | ||||
* | - Added one more test for invalid matrix multiplication | Kore Nordmann | 2007-05-10 | 1 | -0/+24 |
| | |||||
* | - Added test for vector angle calculation with null vector | Kore Nordmann | 2007-05-10 | 1 | -0/+12 |
| | |||||
* | - Added test for no data with line chart | Kore Nordmann | 2007-05-10 | 1 | -0/+19 |
| | |||||
* | - Added tests for axis in multiple directions | Kore Nordmann | 2007-05-10 | 9 | -0/+225 |
| | | | | | | | # Includes tests for issues #10745, #10744, #10747 - Added tests for different rotation axis | ||||
* | - Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTest | Derick Rethans | 2007-05-03 | 4 | -4/+4 |
| | | | | | | | | package, and not in the Image component. #- I know the change in the autoload file is not part of this, this will # follow. | ||||
* | - Removed PdoDataset from Graph components | Kore Nordmann | 2007-05-03 | 2 | -357/+0 |
| | | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn | ||||
* | - Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps | Kore Nordmann | 2007-05-02 | 1 | -5/+8 |
| | | | | | | after last major steps | ||||
* | - Implemented radar label renderer for correct grid in radar charts | Kore Nordmann | 2007-05-02 | 5 | -2/+89 |
| | |||||
* | - Added tests for exception on unsupported renderer | Kore Nordmann | 2007-04-26 | 1 | -0/+21 |
| | |||||
* | - Fixed order of points in arrow head polygons also in 3d renderer | Kore Nordmann | 2007-04-26 | 23 | -23/+23 |
| | | | | | | # No visual difference in compariosion files | ||||
* | - Fixed order of points in arrow head polygons | Kore Nordmann | 2007-04-26 | 33 | -34/+34 |
| | | | | | | | # No visual difference in compariosion files - Fixes arrow heads in rotated axis in radar charts | ||||
* | - Fixes issue #10675: Arrow heads on axis too small | Kore Nordmann | 2007-04-26 | 3 | -2/+31 |
| | |||||
* | - First working version of radar charts | Kore Nordmann | 2007-04-26 | 47 | -39/+462 |
| | | | | | | | | | | # Still marked private because of: # - Slightly wrong axis arrows # - Axis grid needs some love - Some fixes for axis label renderers to work with random directions # Results in some non visual changes in comparision files | ||||
* | - Fixed issue #10606: Call to undefined function imagePsLoadFont() in gd tests | Kore Nordmann | 2007-04-13 | 1 | -5/+15 |
| | | | | | | when no t1lib is available | ||||
* | - Added feature #10017: Plot whole months on date axis respecting their | Kore Nordmann | 2007-04-12 | 3 | -3/+3 |
| | | | | | | different length | ||||
* | - Added feature #10470: Add support for format callback functions on all axis | Kore Nordmann | 2007-04-12 | 5 | -0/+303 |
| | |||||
* | - Fixed issue #10599: Pie chart label formattig callback only accepts callback | Kore Nordmann | 2007-04-12 | 1 | -2/+8 |
| | | | | | | functions but neither static nor non static methods. | ||||
* | - Fixed testRenderBarChartWithMoreBarsThenMajorSteps for 3D renderer | Kore Nordmann | 2007-04-12 | 2 | -1/+4 |
| | |||||
* | - Implemented @TODO: Throw exception when axis with unregular steps is used | Kore Nordmann | 2007-04-10 | 2 | -4/+25 |
| | | | | | | with bar charts | ||||
* | - Fixed issue #10536: Bar side polygones are drawn at the wrong side. | Kore Nordmann | 2007-04-10 | 2 | -2/+4 |
| | |||||
* | - Added missing file for rotated label test cases | Kore Nordmann | 2007-04-10 | 1 | -0/+2 |
| | |||||
* | - Removed debugging output | Kore Nordmann | 2007-04-10 | 1 | -24/+24 |
| | | | | | | | #Shame on me! - Fixed testcases accordingly to latest additions | ||||
* | - Added automatic detection of optimal rotation when using the axis rotated | Kore Nordmann | 2007-04-10 | 8 | -7/+69 |
| | | | | | | | label renderer - Enhanced positioning of rotated lables | ||||
* | - Fixed rotation center when using the 3d renderer | Kore Nordmann | 2007-04-05 | 1 | -0/+2 |
| | |||||
* | - Fixed rotation based label width reducement on rotated axis | Kore Nordmann | 2007-04-05 | 5 | -5/+147 |
| | |||||
* | - Implemented text rotation in flash driver | Kore Nordmann | 2007-04-05 | 5 | -0/+89 |
| | |||||
* | - Got rotated texts working with all GD font renderers | Kore Nordmann | 2007-04-05 | 11 | -0/+286 |
| | |||||
* | - Started implementing feature request #9404 (Rotated labels on axis) | Kore Nordmann | 2007-03-29 | 11 | -0/+338 |
| | | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet. | ||||
* | - Added private classes for more convenient coordinate and vector | Kore Nordmann | 2007-03-27 | 3 | -0/+165 |
| | | | | | | transformations |