Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Actually use link style property from SVG driver | Kore Nordmann | 2007-03-08 | 2 | -0/+31 | |
| | ||||||
* | - Added feature #9511: Added helper functions to create image maps an link SVG | Kore Nordmann | 2007-03-08 | 9 | -46/+433 | |
| | | | | | | images in ezcGraphTools | |||||
* | - Added visual tests for depth in 3d renderer | Kore Nordmann | 2007-03-05 | 5 | -0/+104 | |
| | ||||||
* | - Implemented #10375: Manually reduce or increase the label count on labeled ↵ | Kore Nordmann | 2007-03-05 | 4 | -0/+119 | |
| | | | | axis | |||||
* | - Fixed issue #10275: Low label count on labeled axis | Kore Nordmann | 2007-03-01 | 2 | -2/+146 | |
| | ||||||
* | - Fixed issue #10246: sprintf output modification in PHP 5.2.1 | Kore Nordmann | 2007-03-01 | 3 | -2/+182 | |
| | ||||||
* | - Implemented #10276 for boxed axis label renderer | Kore Nordmann | 2007-03-01 | 4 | -4/+4 | |
| | | | | | | - Fixed issue with boxed axis label renderer labels were not properly centered | |||||
* | - Implemented #20276 for exact axis label renderer | Kore Nordmann | 2007-02-26 | 3 | -2/+45 | |
| | ||||||
* | - Another case fixed for bug #10018. | Kore Nordmann | 2007-02-15 | 2 | -0/+27 | |
| | ||||||
* | - Implemented #9405 (PDO data set) | Kore Nordmann | 2007-02-15 | 2 | -0/+357 | |
| | ||||||
* | - Added missing text file | Kore Nordmann | 2007-02-14 | 1 | -0/+0 | |
| | ||||||
* | - Use create_function instead of custom function creation to be able to rerun | Kore Nordmann | 2007-02-08 | 1 | -5/+5 | |
| | | | | | | the tests | |||||
* | - Implemented ellipse size reducement in flash driver | Kore Nordmann | 2007-02-08 | 3 | -0/+37 | |
| | ||||||
* | - Implemented ellipse size reducement in SVG driver | Kore Nordmann | 2007-02-07 | 50 | -48/+52 | |
| | ||||||
* | - Added missing test file | Kore Nordmann | 2007-02-01 | 1 | -0/+2 | |
| | ||||||
* | - Correctly fixed polygon size reducement | Kore Nordmann | 2007-02-01 | 42 | -41/+122 | |
| | ||||||
* | . Test unify for vector with zero length | Kore Nordmann | 2007-02-01 | 1 | -0/+22 | |
| | ||||||
* | - Added and test method to receive angle between two vectors | Kore Nordmann | 2007-02-01 | 1 | -0/+26 | |
| | ||||||
* | - Renamed rotation methods | Kore Nordmann | 2007-01-31 | 1 | -0/+34 | |
| | | | | | | - Added tests for vector rotation | |||||
* | - Always return $this, to enable "fluent interfaces" | Kore Nordmann | 2007-01-25 | 1 | -6/+36 | |
| | ||||||
* | - Added simple class for 2d vectors as an extension for coordinates to | Kore Nordmann | 2007-01-25 | 2 | -0/+166 | |
| | | | | | | simplify calculations. | |||||
* | - Partly fixed issue #9765 | Kore Nordmann | 2007-01-24 | 10 | -7/+7 | |
| | | | | | | | | # Circles are now drawn at the right position. This does not resolve the # bug, because ellipses segments are still broken. # Small visual difference in some files, due to the nature of this bug. | |||||
* | - Partly fixed issue #9765 | Kore Nordmann | 2007-01-24 | 65 | -59/+59 | |
| | | | | | | | | # Polygons are now drawn at the right position. This does not resolve the # bug, because ellipses segments and circles are still broken. # Small visual difference in a lot of files, due to the nature of this bug. | |||||
* | - Fixed issue #9950: Improved ezcGraphPolynom::__toString method for more | Kore Nordmann | 2007-01-24 | 3 | -10/+60 | |
| | | | | | | | exact output # Based on a patch by Matthew Carroll | |||||
* | - Fixed issue #10056: Fixed drawing order for boxes with background and border | Kore Nordmann | 2007-01-24 | 33 | -38/+177 | |
| | | | | | | | # SVG element order changed without visual difference in comparision images # Mind, that bug #9765 hast severe effect for big borders | |||||
* | - Move existing background tests to own test case | Kore Nordmann | 2007-01-24 | 9 | -167/+219 | |
| | ||||||
* | - Fixed issue #10074: Use iconv instead of mbstring | Kore Nordmann | 2007-01-24 | 1 | -3/+3 | |
| | ||||||
* | - Missed and fixed one test case for issue #10018. | Kore Nordmann | 2007-01-18 | 2 | -0/+26 | |
| | ||||||
* | - Fixed issue #10018: axis scale incorrect when startDate != first day of month | Kore Nordmann | 2007-01-18 | 3 | -0/+52 | |
| | ||||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 29 | -29/+29 | |
| | ||||||
* | - Make renderToOutput() method available to chart | Kore Nordmann | 2007-01-04 | 4 | -0/+45 | |
| | ||||||
* | - Readded accidentally removed test case | Kore Nordmann | 2007-01-03 | 1 | -0/+17 | |
| | ||||||
* | - Fixed issue #9916: ArrayDataSet can handle Iterator was not documented | Kore Nordmann | 2007-01-03 | 1 | -2/+22 | |
| | | | | | | - Added and test additional typecheck | |||||
* | - Add one more test for labeled axis label order | Kore Nordmann | 2007-01-03 | 1 | -0/+13 | |
| | ||||||
* | - Fixed: Bug #9926 (Float values with date axis result in date parsing | Kore Nordmann | 2007-01-03 | 2 | -0/+22 | |
| | | | | | | exception) | |||||
* | - Implemented feature #9402: (Numeric datasets) | Kore Nordmann | 2006-12-20 | 3 | -0/+263 | |
| | ||||||
* | - Normalize generated PHP code from `swftophp` to make test order irrelevant | Kore Nordmann | 2006-12-15 | 1 | -0/+12 | |
| | ||||||
* | - Moced compare methods to ezcGraphTestCase | Kore Nordmann | 2006-12-15 | 12 | -353/+105 | |
| | ||||||
* | - Forgot to covert one compare to compareSwf | Kore Nordmann | 2006-12-15 | 1 | -1/+1 | |
| | ||||||
* | - Use `swftophp` to compare generated flash files | Kore Nordmann | 2006-12-15 | 2 | -53/+98 | |
| | | | | | | # Hope this works a bit more system independent | |||||
* | - Always use maximum precision of 4 in SVG output | Kore Nordmann | 2006-12-15 | 59 | -59/+59 | |
| | | | | | | # No visual difference, but of course changes in nearly every SVG files | |||||
* | - Fixed majorStep default value to be null | Kore Nordmann | 2006-12-15 | 1 | -2/+2 | |
| | ||||||
* | - Fixed: Bug #9827 (auto scaling on numeric axes inconsistent) | Kore Nordmann | 2006-12-15 | 1 | -0/+64 | |
| | ||||||
* | - Fixed: Bug #9823 (Failing tests with PHP 5.1) | Kore Nordmann | 2006-12-15 | 1 | -0/+5 | |
| | | | | | | | | | # Test failed because of # a) (string) does not call __toString (now skipped) # b) different null parameter handling between 5.1 and 5.2 in imagepng # (workaround) | |||||
* | - Mark test that uses ext/ming as skipped, if ext/ming is not loaded. | Tobias Schlitt | 2006-12-14 | 1 | -0/+5 | |
| | ||||||
* | - CS change (automatic script) | Derick Rethans | 2006-12-14 | 19 | -158/+158 | |
| | ||||||
* | - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major | Kore Nordmann | 2006-12-13 | 2 | -0/+23 | |
| | | | | | | step count) | |||||
* | - Fixed: Bug #9764 (3D Pie chart segment side polygon in front of circular arc) | Kore Nordmann | 2006-12-08 | 15 | -13/+14 | |
| | | | | | | | # Optical difference only the buggy image: # ezcGraphPieChartTest_testRender3dPieChartWithOneDataPoint.svg | |||||
* | - Tested and improved handling of texts with different charsets in all drivers | Kore Nordmann | 2006-12-07 | 7 | -1/+277 | |
| | ||||||
* | - Removed initial font path value | Kore Nordmann | 2006-11-30 | 2 | -5/+21 | |
| |