Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove custom test runner. | Sebastian Bergmann | 2011-10-11 | 1 | -144/+0 |
| | |||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 1 | -1/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 1 | -1/+18 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | - Implemented: #15095: Special rotated label renderer for bar charts. | Kore Nordmann | 2009-07-21 | 1 | -0/+2 |
| | |||||
* | - Added Cairo OO tests to suite | Kore Nordmann | 2009-07-21 | 1 | -0/+2 |
| | |||||
* | - Implemented: #15133: Better configurable axis spaces. | Kore Nordmann | 2009-07-21 | 1 | -0/+2 |
| | | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly. | ||||
* | - Implemented: #13341: Vertical Bar Charts | Kore Nordmann | 2009-07-14 | 1 | -0/+2 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Refactored axis space handling in a BC compatible way. Fixes division by zero | Kore Nordmann | 2009-02-03 | 1 | -0/+4 |
| | | | | | | | | | errors with axis space equals 0. Partly resolves #013631. - Added more tests for axis label renderers # Several SVGs changed because of slight reordering of SVG elements which # causes no visual differences. | ||||
* | - Fixed license tags. | Derick Rethans | 2008-05-16 | 1 | -8/+8 |
| | |||||
* | - Implemented feature #10957: Embed glyphs for exact SVG font width estimation | Kore Nordmann | 2008-05-03 | 1 | -0/+2 |
| | | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files. | ||||
* | - Completed cairo driver | Kore Nordmann | 2007-12-18 | 1 | -0/+2 |
| | |||||
* | - Forgot odometer test suite | Kore Nordmann | 2007-11-21 | 1 | -0/+2 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -2/+2 |
| | |||||
* | - Added new tests to test suite | Kore Nordmann | 2007-09-04 | 1 | -0/+2 |
| | |||||
* | - Added tests for axis in multiple directions | Kore Nordmann | 2007-05-10 | 1 | -0/+2 |
| | | | | | | | # Includes tests for issues #10745, #10744, #10747 - Added tests for different rotation axis | ||||
* | - Removed PdoDataset from Graph components | Kore Nordmann | 2007-05-03 | 1 | -2/+0 |
| | | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn | ||||
* | - First working version of radar charts | Kore Nordmann | 2007-04-26 | 1 | -0/+2 |
| | | | | | | | | | | # 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 | ||||
* | - Started implementing feature request #9404 (Rotated labels on axis) | Kore Nordmann | 2007-03-29 | 1 | -0/+2 |
| | | | | | | | # 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 | 1 | -0/+2 |
| | | | | | | transformations | ||||
* | - Added feature #9511: Added helper functions to create image maps an link SVG | Kore Nordmann | 2007-03-08 | 1 | -43/+45 |
| | | | | | | images in ezcGraphTools | ||||
* | - Implemented #9405 (PDO data set) | Kore Nordmann | 2007-02-15 | 1 | -0/+2 |
| | |||||
* | - Added simple class for 2d vectors as an extension for coordinates to | Kore Nordmann | 2007-01-25 | 1 | -0/+2 |
| | | | | | | simplify calculations. | ||||
* | - Move existing background tests to own test case | Kore Nordmann | 2007-01-24 | 1 | -0/+2 |
| | |||||
* | - Implemented feature #9402: (Numeric datasets) | Kore Nordmann | 2006-12-20 | 1 | -0/+2 |
| | |||||
* | - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component) | Kore Nordmann | 2006-11-30 | 1 | -2/+2 |
| | |||||
* | - Added logarithmical scaled numeric axis | Kore Nordmann | 2006-11-03 | 1 | -0/+2 |
| | | | | | | - Added mojor grid color in ez palettes | ||||
* | - Added tests for structs | Kore Nordmann | 2006-10-27 | 1 | -0/+2 |
| | |||||
* | - Added some more tests for read and write accesss on properties | Kore Nordmann | 2006-10-26 | 1 | -0/+4 |
| | |||||
* | - Added gradient support to ming driver | Kore Nordmann | 2006-10-19 | 1 | -2/+1 |
| | |||||
* | - Added first, not complete working, version of ming driver | Kore Nordmann | 2006-10-13 | 1 | -0/+3 |
| | | | | | | | | | # Image drawing causes not proper handled error, causing an inifinite loop in PHP # Font drawing causes Segmentation fault # Ming driver tests commented out for now in test suite | ||||
* | Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵ | Sebastian Bergmann | 2006-10-05 | 1 | -1/+1 |
| | | | | the output of the TextUI test runner. | ||||
* | - Added ezcGraphBoundings tests | Kore Nordmann | 2006-09-21 | 1 | -0/+2 |
| | |||||
* | - Fixed endless loop on string keys for datasets with average dataset | Kore Nordmann | 2006-09-18 | 1 | -0/+2 |
| | | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications | ||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -0/+2 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Added matrix and polynom classes for future use in statistical datasets | Kore Nordmann | 2006-08-16 | 1 | -0/+4 |
| | |||||
* | - Added date axis | Kore Nordmann | 2006-08-09 | 1 | -0/+2 |
| | |||||
* | - Removed factory methods and replaced them with direct class instantiation. | Kore Nordmann | 2006-08-07 | 1 | -6/+0 |
| | |||||
* | - Renamed Dataset to DataSet | Kore Nordmann | 2006-08-07 | 1 | -1/+1 |
| | |||||
* | - Added basic 3d renderer | Kore Nordmann | 2006-08-02 | 1 | -2/+2 |
| | | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer | ||||
* | - Added axis label renderer for centered labels | Kore Nordmann | 2006-07-24 | 1 | -0/+2 |
| | | | | | | - Fixed: Do not draw grids and steps on other axis | ||||
* | - Finished exact label renderer and render chart labals again | Kore Nordmann | 2006-07-24 | 1 | -2/+2 |
| | |||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -2/+4 |
| | | | | | | # Most test run again, but complete result is still errnous | ||||
* | - Added SVG driver | Kore Nordmann | 2006-06-28 | 1 | -0/+2 |
| | |||||
* | - Added tests and implementation for background images in charts | Kore Nordmann | 2006-06-12 | 1 | -0/+2 |
| | | | | | | - Fixed bug with image sizes in gd driver | ||||
* | - Added test for palettes | Kore Nordmann | 2006-06-06 | 1 | -0/+2 |
| | | | | | | | - Added basic implementatoin of palettes # Not used for automatic colorization yet | ||||
* | - Added tests and implementation for text elements eg. chart title | Kore Nordmann | 2006-06-02 | 1 | -0/+2 |
| | |||||
* | - Added tests for element based font configuration | Kore Nordmann | 2006-06-02 | 1 | -37/+3 |
| | |||||
* | - Updated class definitions for driver | Kore Nordmann | 2006-05-29 | 1 | -0/+6 |
| |