summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Released Graph version 1.1rc11.1rc1Derick Rethans2007-06-251-1/+1
|
* - Updated ChangeLogs.Derick Rethans2007-06-251-2/+3
|
* - Added @apichange tagsKore Nordmann2007-06-213-0/+6
|
* - Doc fixes.Tobias Schlitt2007-06-211-7/+8
|
* - Fix locale reset.Tobias Schlitt2007-06-211-0/+6
|
* - Fixed CS.Derick Rethans2007-06-202-4/+6
|
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-145-45/+99
| | | | | | ezGraphPieChart
* - Removed var_dump(), fixed docblock.Derick Rethans2007-06-141-2/+0
|
* - Fixed initialisations of struct variablesKore Nordmann2007-06-123-3/+3
| | | | | | # Detected by doc coverage
* - More documentation fixesKore Nordmann2007-06-1236-79/+239
|
* - Fixed version tag in docblocksKore Nordmann2007-06-12102-56/+136
|
* - Fixed typos in fixKore Nordmann2007-06-123-4/+4
|
* - Commented exception constructorsKore Nordmann2007-06-1226-2/+193
|
* - Fixed typoKore Nordmann2007-05-311-1/+1
|
* - Released Graph version 1.1beta21.1beta2Derick Rethans2007-05-311-1/+1
|
* - Update ChangeLogsDerick Rethans2007-05-311-3/+3
|
* - Fixed issue #10881: Wrong labeling with ezcGraphDateAxisKore Nordmann2007-05-314-5/+17
| | | | | | # Axis labels fixed in two test results, error not noticed before
* - Fixed issue #10858: Document on how to embed the SVG graphs in an HTML Kore Nordmann2007-05-312-0/+43
| | | | | | document
* - Fixed changelogs.Derick Rethans2007-05-291-17/+20
|
* - Fixed issue #10861 Circle sector size reducement failes for very big angles.Kore Nordmann2007-05-295-6/+96
|
* - 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)
OpenPOWER on IntegriCloud