Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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/+1 |
| | |||||
* | - Implemented: #15135: Add support for pecl/cairo's object-oriented API | Kore Nordmann | 2009-07-14 | 1 | -0/+1 |
| | | | | | | # Thanks to Michael Maclean for the implementation | ||||
* | - Implemented: #13341: Vertical Bar Charts | Kore Nordmann | 2009-07-14 | 1 | -7/+10 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Fixed issue #13595: majorStep overridden if min and max are both set | Kore Nordmann | 2008-09-10 | 1 | -0/+1 |
| | |||||
* | - Implemented feature #10957: Embed glyphs for exact SVG font width estimation | Kore Nordmann | 2008-05-03 | 1 | -0/+1 |
| | | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files. | ||||
* | - Fixed year in autoload file. | Tobias Schlitt | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | - Regenerated autoload file. | Tobias Schlitt | 2008-01-04 | 1 | -2/+1 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Got cairo driver mostly working. | Kore Nordmann | 2007-12-17 | 1 | -0/+2 |
| | | | | | | | # Only full support for rotated texts is still missing # Execute the added tutorial example to see the current result. | ||||
* | - It was not possible to cause this exception | Kore Nordmann | 2007-11-27 | 1 | -1/+0 |
| | |||||
* | - Fixed some first issues in Graph | Kore Nordmann | 2007-11-23 | 1 | -1/+0 |
| | |||||
* | - Added support for odometer charts | Kore Nordmann | 2007-11-21 | 1 | -0/+3 |
| | | | | | | # Thanks to Lars Jankowski from Oxid esales for the initial patch. | ||||
* | - Implemented feature #10978: Add support for stacked bar charts | Kore Nordmann | 2007-09-06 | 1 | -0/+1 |
| | |||||
* | - Added dataset properties for axis assignements | Kore Nordmann | 2007-09-04 | 1 | -0/+2 |
| | | | | | | # More progress on the way to multiple axis support | ||||
* | - Added axis container class | Kore Nordmann | 2007-09-04 | 1 | -2/+4 |
| | | | | | | # First step to support multiple axis | ||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 1 | -0/+1 |
| | |||||
* | - Fixed issue #10746: Border size reducement algorithm fails for polygones | Kore Nordmann | 2007-05-10 | 1 | -0/+1 |
| | | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more | ||||
* | - Update autoload file for Graph, they are now sorted according to dependencies. | Derick Rethans | 2007-05-03 | 1 | -112/+100 |
| | |||||
* | - Removed PdoDataset from Graph components | Kore Nordmann | 2007-05-03 | 1 | -4/+0 |
| | | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn | ||||
* | - Implemented radar label renderer for correct grid in radar charts | Kore Nordmann | 2007-05-02 | 1 | -0/+1 |
| | |||||
* | - Created an interface ezcGraphRadarRenderer to be implemented by renderers | Kore Nordmann | 2007-04-26 | 1 | -0/+1 |
| | | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers | ||||
* | - 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 | ||||
* | - Implemented @TODO: Throw exception when axis with unregular steps is used | Kore Nordmann | 2007-04-10 | 1 | -0/+1 |
| | | | | | | with bar charts | ||||
* | - Added private classes for more convenient coordinate and vector | Kore Nordmann | 2007-03-27 | 1 | -0/+4 |
| | | | | | | transformations | ||||
* | - Added feature #9511: Added helper functions to create image maps an link SVG | Kore Nordmann | 2007-03-08 | 1 | -0/+3 |
| | | | | | | images in ezcGraphTools | ||||
* | - Implemented #20276 for centered axis label renderer | Kore Nordmann | 2007-02-26 | 1 | -0/+1 |
| | |||||
* | - Implemented #9405 (PDO data set) | Kore Nordmann | 2007-02-15 | 1 | -0/+4 |
| | |||||
* | - Added simple class for 2d vectors as an extension for coordinates to | Kore Nordmann | 2007-01-25 | 1 | -0/+1 |
| | | | | | | simplify calculations. | ||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Fixed issue #9916: ArrayDataSet can handle Iterator was not documented | Kore Nordmann | 2007-01-03 | 1 | -0/+1 |
| | | | | | | - Added and test additional typecheck | ||||
* | - Fixed: Bug #9926 (Float values with date axis result in date parsing | Kore Nordmann | 2007-01-03 | 1 | -0/+1 |
| | | | | | | exception) | ||||
* | - Implemented feature #9402: (Numeric datasets) | Kore Nordmann | 2006-12-20 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #9568: (Devision by zero warning) | Kore Nordmann | 2006-11-30 | 1 | -0/+1 |
| | |||||
* | - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component) | Kore Nordmann | 2006-11-30 | 1 | -4/+4 |
| | |||||
* | - Added logarithmical scaled numeric axis | Kore Nordmann | 2006-11-03 | 1 | -0/+2 |
| | | | | | | - Added mojor grid color in ez palettes | ||||
* | - Added two new palettes (ezGreen and ezRed) | Kore Nordmann | 2006-10-26 | 1 | -0/+2 |
| | | | | | | - Added more examples for newsletter | ||||
* | - Added first, not complete working, version of ming driver | Kore Nordmann | 2006-10-13 | 1 | -0/+5 |
| | | | | | | | | | # 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 | ||||
* | - Added documentation | Kore Nordmann | 2006-09-21 | 1 | -6/+0 |
| | | | | | | - Removed no longer used exceptions | ||||
* | - Added two small test for palettes ez and ezBlue | Kore Nordmann | 2006-09-20 | 1 | -0/+1 |
| | | | | | | | - Fixes shadows in 3d renderer - Added ez palette | ||||
* | - Fixed endless loop on string keys for datasets with average dataset | Kore Nordmann | 2006-09-18 | 1 | -0/+1 |
| | | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications | ||||
* | - Added ez blue palette | Kore Nordmann | 2006-09-12 | 1 | -0/+1 |
| | |||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -0/+1 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Enhanced font configuration | Kore Nordmann | 2006-09-06 | 1 | -1/+3 |
| | | | | | | | | | - Use Free Type 2 by default now, fallback to native ttf, if not available - Use t1lib for PostScript Type1 fonts - Throw an exception, if some texts could not be rendered with minimum font size | ||||
* | - Pimped pie charts | Kore Nordmann | 2006-08-25 | 1 | -1/+3 |
| | | | | | | | | Look at Graph/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg # Caused by a 25h travel from Dortmund to Vancover and commited on an open # WLAN in Osoyoos in Okanagan Valley, Canada | ||||
* | - Fixed matrices to use parameter order <row>, <column> | Kore Nordmann | 2006-08-17 | 1 | -1/+1 |
| | | | | | | | | | - Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm | ||||
* | - Added matrix and polynom classes for future use in statistical datasets | Kore Nordmann | 2006-08-16 | 1 | -0/+5 |
| |