summaryrefslogtreecommitdiffstats
path: root/src/driver/flash.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
|
* - Implemented feature #10829: Get resource from driverKore Nordmann2008-05-031-1/+15
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Fixed support for bitmaps in flash driverKore Nordmann2007-12-181-12/+23
| | | | | | | | | # - Removed exception, because scaling bimaps is possible, and we do not # need to throw an exception in this case. # - Fixed test cases, because PNGs are supported, even the documentation # says otherwise
* - It was not possible to cause this exceptionKore Nordmann2007-11-271-5/+0
|
* - Fixed issue #12064: Gradients are not rendered correctly in Flash driverKore Nordmann2007-11-261-8/+22
|
* - Fixed rendering of filled circles in flash driverKore Nordmann2007-11-261-5/+5
| | | | | | # Also fixed broken comparision image
* - Link more classesKore Nordmann2007-08-131-1/+2
|
* - Enhanced documentationKore Nordmann2007-08-101-1/+25
| | | | | | | | - Added examples to most of the classes - Fixed class descriptions - Refence options classes which may be used to configure the current chart.
* - Fixed CS.Derick Rethans2007-06-201-2/+2
|
* - More documentation fixesKore Nordmann2007-06-121-11/+13
|
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-291-17/+24
| | | | | | available
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-101-2/+16
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Implemented text rotation in flash driverKore Nordmann2007-04-051-5/+25
|
* - 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-0/+11
|
* - Correctly fixed polygon size reducementKore Nordmann2007-02-011-1/+1
|
* - Temporary removed polygon size reducement from flash driver, tooKore Nordmann2007-01-311-1/+1
|
* - Partly fixed issue #9765Kore Nordmann2007-01-241-0/+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 #9765Kore Nordmann2007-01-241-0/+7
| | | | | | | | # 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
|
* - Rosolved task #9889: Throw meaningful exception if extension needed for Kore Nordmann2007-01-041-0/+1
| | | | | | | | driver is not available. # Actually using ezcBase::checkDependency() which calls die() instead of # throwing an exception
* - CS change (automatic script)Derick Rethans2006-12-141-2/+2
|
* - Marked important classesKore Nordmann2006-12-071-1/+1
|
* - Fixed: Bug #9549 (Pie chart slices not contiguous with Ming driver)Kore Nordmann2006-11-301-6/+9
|
* - Implemented #9647 (Add render to output method)Kore Nordmann2006-11-301-0/+10
|
* - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)Kore Nordmann2006-11-301-0/+829
OpenPOWER on IntegriCloud