summaryrefslogtreecommitdiffstats
path: root/src/interfaces/driver.php
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Test for drivers __set-methodKore Nordmann2007-11-271-0/+2
|
* - Update commentKore Nordmann2007-10-231-2/+3
|
* - Fixed issue #11640: Polygon size reducement failes for very thin four edgedKore Nordmann2007-10-231-12/+29
| | | | | | polygones
* - Link more classesKore Nordmann2007-08-131-1/+1
|
* - More documentation fixesKore Nordmann2007-06-121-6/+9
|
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
|
* - Fixed issue #10861 Circle sector size reducement failes for very big angles.Kore Nordmann2007-05-291-6/+25
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-291-0/+102
| | | | | | available
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-251-1/+24
| | | | | | for edges with an angle equals 0 degree.
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-101-2/+53
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Fixed CSDerick Rethans2007-05-041-3/+3
|
* - Optimized algorithm for polygon size reducementKore Nordmann2007-04-031-14/+21
|
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-291-1/+2
| | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet.
* - Implemented ellipse size reducement in flash driverKore Nordmann2007-02-081-8/+14
|
* - Calculate edge points for ellipses with reduced size correctlyKore Nordmann2007-02-071-10/+37
|
* - Removed not longer used assignementKore Nordmann2007-02-011-2/+0
|
* - Removed debug outputKore Nordmann2007-02-011-6/+0
|
* - Correctly fixed polygon size reducementKore Nordmann2007-02-011-8/+39
|
* - Added initial version for polygon and ellipse segment size reducementKore Nordmann2007-01-311-28/+115
| | | | | | # Does not work properly in all cases yet
* - Added documentation to ezcGraphDriver::reducePolygonSizeKore Nordmann2007-01-251-0/+17
|
* - Partly fixed issue #9765Kore Nordmann2007-01-241-0/+68
| | | | | | | | # 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.
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Implemented #9647 (Add render to output method)Kore Nordmann2006-11-301-0/+22
|
* - Accelerated and abstracted font size estimating in driversKore Nordmann2006-10-261-0/+86
| | | | | | | | # Ming test files are changes because of different element IDs # Few font size changes in SVG and GD test files # SVG files are all changed because of fixed text baseline
* - Added documentationKore Nordmann2006-09-211-33/+42
| | | | | | - Removed no longer used exceptions
* - Added image map supportKore Nordmann2006-09-121-1/+1
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Pimped pie chartsKore Nordmann2006-08-251-1/+1
| | | | | | | | 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
* - Moved properties to properties arrayKore Nordmann2006-08-181-21/+10
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-1/+1
| | | | | | # Most test run again, but complete result is still errnous
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-121-3/+3
|
* - Implemented circular arcs for gd driverKore Nordmann2006-05-301-11/+9
|
* - Use PHPs image type constants instead of custom onesKore Nordmann2006-05-291-4/+0
|
* - Added tests for GD driverKore Nordmann2006-05-291-0/+4
|
* - Updated class definitions for driverKore Nordmann2006-05-291-7/+88
|
* - Added basic 2d renderer testKore Nordmann2006-05-291-6/+22
| | | | | | - Implemented tested 2d renderer functions
* - Fixed version tagKore Nordmann2006-05-151-1/+1
|
* - Added more tests for ezcGraphChartKore Nordmann2006-05-091-18/+6
| | | | | | | - Implemented setting renderer and driver - Started with setting of chart options (yet incomplete)
* - Added class stubs for ezcGraphKore Nordmann2006-05-081-0/+96
OpenPOWER on IntegriCloud