summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-2917-63/+407
| | | | | | available
* - Fixed issue #10852: Fixed radar chart documentationKore Nordmann2007-05-292-6/+6
|
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-254-1/+51
| | | | | | for edges with an angle equals 0 degree.
* . Forgot to commit changes in 3d renderer in last commitKore Nordmann2007-05-251-1/+3
|
* - Fixed issue #10848: Missing pie segment labels in pie charts with 3d Kore Nordmann2007-05-253-0/+21
| | | | | | renderer
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-246-1/+92
|
* - Fixed eZ Components nameDerick Rethans2007-05-201-1/+1
| | | | | | - Implemented issue #10801: Add contributors to CREDITS file
* - Fix CREDITS.Sebastian Bergmann2007-05-171-2/+2
|
* - Add myself to CREDITS (as discussed before).Sebastian Bergmann2007-05-171-0/+1
| | | | | | # Alexandru is inconsistently listed as "Alex" and "Alexandru".
* - Fixed internal linksKore Nordmann2007-05-161-2/+2
|
* - Added radar chart examples to the tutorialKore Nordmann2007-05-165-0/+100
|
* - Fixed issue #10748: Fix releasedates in Changelogs in trunk.Derick Rethans2007-05-161-1/+1
|
* - Fixed broken include in tutorialKore Nordmann2007-05-161-1/+1
|
* - Moved tutorial examples to own directoryKore Nordmann2007-05-1672-124/+123
| | | | | | - Gave examples more descriptive names
* - Doc fixes.Tobias Schlitt2007-05-107-7/+7
| | | | | | # We abuse phpDoc here and therefore need type names without spaces.
* - Fixed docblocksKore Nordmann2007-05-102-2/+2
|
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-10157-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 Nordmann2007-05-1026-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 propertyKore Nordmann2007-05-101-3/+32
| | | | | | # Blame copy & paste
* - Added more radar chart testsKore Nordmann2007-05-103-0/+285
|
* - Added test for rendering pie chart to outputKore Nordmann2007-05-102-0/+20
|
* - Removed unusable code from radar chartKore Nordmann2007-05-101-16/+0
|
* - Fixed issue #10759: Unset implementation broken in array access in datasets Kore Nordmann2007-05-104-3/+166
| | | | | | and dataset properties
* - Added test for coordinate to string methodKore Nordmann2007-05-101-0/+62
| | | | | | - Test __setState for AxisStep struct
* - Added test for invalid multipication in reimplementaion of transformation Kore Nordmann2007-05-101-0/+20
| | | | | | matrix multiplication
* - Added one more test for invalid matrix multiplicationKore Nordmann2007-05-101-0/+24
|
* - Added test for vector angle calculation with null vectorKore Nordmann2007-05-101-0/+12
|
* - Added test for no data with line chartKore Nordmann2007-05-101-0/+19
|
* - Added tests for axis in multiple directionsKore Nordmann2007-05-109-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 Nordmann2007-05-102-20/+45
| | | | | | (135 <= $angle <= 325)
* - Fixed issue #10747: axisLabelRotatedRenderer accesses unitialised variables Kore Nordmann2007-05-102-0/+8
| | | | | | | for Angles % 90 != 0 # Test case follows later
* - Fixed issue #10744: ExactAxisLabelRenderer shows last value at position of Kore Nordmann2007-05-102-5/+12
| | | | | | | second last value if showLastValue is disabled # Test case for this follows in a later commit
* - Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException moreKore Nordmann2007-05-082-1/+7
| | | | | | descriptive
* - Fixed ChangeLogsDerick Rethans2007-05-041-28/+32
|
* - Fixed CSDerick Rethans2007-05-042-4/+4
|
* - Update autoload file for Graph, they are now sorted according to dependencies.Derick Rethans2007-05-031-112/+100
|
* - Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTestDerick Rethans2007-05-034-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 theDerick Rethans2007-05-031-0/+0
| | | | | | | same script that also generates the autoload files. #- That script will be added soon, with updated autoload files.
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-039-575/+1
| | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn
* - Updated changelogKore Nordmann2007-05-021-0/+1
| | | | | | # Feature implemented in revisions #4963 #4931 #4923
* - Fixed issue #10693: ezcGraphChartElementAxis::getSteps returns minor steps Kore Nordmann2007-05-023-6/+12
| | | | | | after last major steps
* - Implemented radar label renderer for correct grid in radar chartsKore Nordmann2007-05-028-58/+517
|
* - Added tests for exception on unsupported rendererKore Nordmann2007-04-261-0/+21
|
* - The 3d renderer is not yet able to render radar chartsKore Nordmann2007-04-261-38/+0
|
* - Created an interface ezcGraphRadarRenderer to be implemented by renderers Kore Nordmann2007-04-266-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 rendererKore Nordmann2007-04-2624-27/+30
| | | | | | # No visual difference in compariosion files
* - Fixed order of points in arrow head polygonsKore Nordmann2007-04-2635-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 smallKore Nordmann2007-04-267-8/+56
|
* - First working version of radar chartsKore Nordmann2007-04-2657-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 testsKore Nordmann2007-04-132-5/+17
| | | | | | when no t1lib is available
OpenPOWER on IntegriCloud