Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed issue #10830: Automatically shorten labels if not enough space is | Kore Nordmann | 2007-05-29 | 17 | -63/+407 |
| | | | | | | available | ||||
* | - Fixed issue #10852: Fixed radar chart documentation | Kore Nordmann | 2007-05-29 | 2 | -6/+6 |
| | |||||
* | - Fixed issue #10846: Division by zero in polygon size reducement algorithm | Kore Nordmann | 2007-05-25 | 4 | -1/+51 |
| | | | | | | for edges with an angle equals 0 degree. | ||||
* | . Forgot to commit changes in 3d renderer in last commit | Kore Nordmann | 2007-05-25 | 1 | -1/+3 |
| | |||||
* | - Fixed issue #10848: Missing pie segment labels in pie charts with 3d | Kore Nordmann | 2007-05-25 | 3 | -0/+21 |
| | | | | | | renderer | ||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 6 | -1/+92 |
| | |||||
* | - Fixed eZ Components name | Derick Rethans | 2007-05-20 | 1 | -1/+1 |
| | | | | | | - Implemented issue #10801: Add contributors to CREDITS file | ||||
* | - Fix CREDITS. | Sebastian Bergmann | 2007-05-17 | 1 | -2/+2 |
| | |||||
* | - Add myself to CREDITS (as discussed before). | Sebastian Bergmann | 2007-05-17 | 1 | -0/+1 |
| | | | | | | # Alexandru is inconsistently listed as "Alex" and "Alexandru". | ||||
* | - Fixed internal links | Kore Nordmann | 2007-05-16 | 1 | -2/+2 |
| | |||||
* | - Added radar chart examples to the tutorial | Kore Nordmann | 2007-05-16 | 5 | -0/+100 |
| | |||||
* | - Fixed issue #10748: Fix releasedates in Changelogs in trunk. | Derick Rethans | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | - Fixed broken include in tutorial | Kore Nordmann | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | - Moved tutorial examples to own directory | Kore Nordmann | 2007-05-16 | 72 | -124/+123 |
| | | | | | | - Gave examples more descriptive names | ||||
* | - Doc fixes. | Tobias Schlitt | 2007-05-10 | 7 | -7/+7 |
| | | | | | | # We abuse phpDoc here and therefore need type names without spaces. | ||||
* | - Fixed docblocks | Kore Nordmann | 2007-05-10 | 2 | -2/+2 |
| | |||||
* | - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERIC | Kore Nordmann | 2007-05-10 | 157 | -207/+225 |
| | | | | | | | # 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 | 26 | -24/+197 |
| | | | | | | | | 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 |
| | |||||
* | - Removed unusable code from radar chart | Kore Nordmann | 2007-05-10 | 1 | -16/+0 |
| | |||||
* | - Fixed issue #10759: Unset implementation broken in array access in datasets | Kore Nordmann | 2007-05-10 | 4 | -3/+166 |
| | | | | | | 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 | ||||
* | - Fixed issue #10745 (BaxedAxisLabelRenderer wrong label positions for angles: | Kore Nordmann | 2007-05-10 | 2 | -20/+45 |
| | | | | | | (135 <= $angle <= 325) | ||||
* | - Fixed issue #10747: axisLabelRotatedRenderer accesses unitialised variables | Kore Nordmann | 2007-05-10 | 2 | -0/+8 |
| | | | | | | | for Angles % 90 != 0 # Test case follows later | ||||
* | - Fixed issue #10744: ExactAxisLabelRenderer shows last value at position of | Kore Nordmann | 2007-05-10 | 2 | -5/+12 |
| | | | | | | | second last value if showLastValue is disabled # Test case for this follows in a later commit | ||||
* | - Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException more | Kore Nordmann | 2007-05-08 | 2 | -1/+7 |
| | | | | | | descriptive | ||||
* | - Fixed ChangeLogs | Derick Rethans | 2007-05-04 | 1 | -28/+32 |
| | |||||
* | - Fixed CS | Derick Rethans | 2007-05-04 | 2 | -4/+4 |
| | |||||
* | - Update autoload file for Graph, they are now sorted according to dependencies. | Derick Rethans | 2007-05-03 | 1 | -112/+100 |
| | |||||
* | - 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. | ||||
* | - Added class diagrams for every component - these are auto generated by the | Derick Rethans | 2007-05-03 | 1 | -0/+0 |
| | | | | | | | same script that also generates the autoload files. #- That script will be added soon, with updated autoload files. | ||||
* | - Removed PdoDataset from Graph components | Kore Nordmann | 2007-05-03 | 9 | -575/+1 |
| | | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn | ||||
* | - Updated changelog | Kore Nordmann | 2007-05-02 | 1 | -0/+1 |
| | | | | | | # Feature implemented in revisions #4963 #4931 #4923 | ||||
* | - Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps | Kore Nordmann | 2007-05-02 | 3 | -6/+12 |
| | | | | | | after last major steps | ||||
* | - Implemented radar label renderer for correct grid in radar charts | Kore Nordmann | 2007-05-02 | 8 | -58/+517 |
| | |||||
* | - Added tests for exception on unsupported renderer | Kore Nordmann | 2007-04-26 | 1 | -0/+21 |
| | |||||
* | - The 3d renderer is not yet able to render radar charts | Kore Nordmann | 2007-04-26 | 1 | -38/+0 |
| | |||||
* | - Created an interface ezcGraphRadarRenderer to be implemented by renderers | Kore Nordmann | 2007-04-26 | 6 | -36/+71 |
| | | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers | ||||
* | - Fixed order of points in arrow head polygons also in 3d renderer | Kore Nordmann | 2007-04-26 | 24 | -27/+30 |
| | | | | | | # No visual difference in compariosion files | ||||
* | - Fixed order of points in arrow head polygons | Kore Nordmann | 2007-04-26 | 35 | -46/+45 |
| | | | | | | | # 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 | 7 | -8/+56 |
| | |||||
* | - First working version of radar charts | Kore Nordmann | 2007-04-26 | 57 | -184/+1372 |
| | | | | | | | | | | # 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 | 2 | -5/+17 |
| | | | | | | when no t1lib is available |