summaryrefslogtreecommitdiffstats
path: root/src/driver/svg.php
Commit message (Expand)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
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-031-14/+37
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
* - Link more classesKore Nordmann2007-08-131-2/+3
* - Enhanced documentationKore Nordmann2007-08-101-0/+35
* - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are notKore Nordmann2007-08-081-0/+1
* - Fixed bug #11233: Path for circular arcs in SVG driver may break because ofKore Nordmann2007-08-071-1/+1
* - Fixed CS.Derick Rethans2007-06-201-2/+4
* - More documentation fixesKore Nordmann2007-06-121-3/+4
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-291-1/+9
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-101-39/+39
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-101-2/+14
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-291-8/+22
* - Fixed issue #10199: Use saveXML instead of save( 'php://output' ) to workKore Nordmann2007-02-191-0/+18
* - Implemented ellipse size reducement in SVG driverKore Nordmann2007-02-071-28/+63
* - Correctly fixed polygon size reducementKore Nordmann2007-02-011-1/+1
* - Commented out polygon size reducementKore Nordmann2007-01-311-1/+1
* - Use deg2rad() instead of custom calculationKore Nordmann2007-01-251-8/+8
* - Partly fixed issue #9765Kore Nordmann2007-01-241-2/+2
* - Partly fixed issue #9765Kore Nordmann2007-01-241-0/+7
* - 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
* - Always use maximum precision of 4 in SVG outputKore Nordmann2006-12-151-22/+22
* - Do not use modifier e, because it may be disabled with suhosin extensionKore Nordmann2006-12-071-1/+8
* - Marked important classesKore Nordmann2006-12-071-1/+1
* - Fixed commentKore Nordmann2006-12-071-1/+1
* - Tested and improved handling of texts with different charsets in all driversKore Nordmann2006-12-071-4/+46
* - Implemented #9647 (Add render to output method)Kore Nordmann2006-11-301-0/+10
* - Fixed: Bug #9612 (Element links for SVG image in the legend require you to Kore Nordmann2006-11-301-2/+22
* - Fixed pie charts in 3d driver with only one 100% data pointKore Nordmann2006-11-061-0/+5
* - Accelerated and abstracted font size estimating in driversKore Nordmann2006-10-261-83/+25
* - Use htmlspecialchars instead of htmlentitiesKore Nordmann2006-10-181-2/+2
* - Use htmlentities to escape texts in SVG driverKore Nordmann2006-10-181-2/+2
* - Added text shadow to font optionsKore Nordmann2006-10-041-1/+24
* - Tabs to spacesDerick Rethans2006-09-281-4/+4
* - Fixed CS issues.Derick Rethans2006-09-251-6/+7
* - Throw ezcGraphFontRenderingException on too small texts in SVG driverKore Nordmann2006-09-241-0/+5
* - Added documentationKore Nordmann2006-09-211-33/+133
* - Make better assumptions an character width in SVG driverKore Nordmann2006-09-191-6/+18
* - Added background and border to font configurationKore Nordmann2006-09-191-8/+102
* - Made id prefix for svg elements customizeableKore Nordmann2006-09-121-9/+9
* - Added image map supportKore Nordmann2006-09-121-14/+38
* - Pimped pie chartsKore Nordmann2006-08-251-118/+274
* - Started refactoring of font configurationKore Nordmann2006-08-181-2/+3
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-0/+1
OpenPOWER on IntegriCloud