Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also make verbose driver non local aware | Kore Nordmann | 2013-12-21 | 1 | -7/+7 |
| | |||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 7 | -7/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 7 | -7/+126 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 7 | -7/+7 |
| | |||||
* | - Implemented: #15135: Add support for pecl/cairo's object-oriented API | Kore Nordmann | 2009-07-14 | 1 | -0/+1006 |
| | | | | | | # Thanks to Michael Maclean for the implementation | ||||
* | - Fixed #14655: A full circle sector is not drawn at all in GD driver. | Kore Nordmann | 2009-03-25 | 1 | -0/+5 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 6 | -6/+6 |
| | |||||
* | - Fixed: Fallback string width calculation in svg font handler | Kore Nordmann | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | - Removed unnecessary realpath() calls, which do not work with paths using | Kore Nordmann | 2008-11-23 | 1 | -1/+0 |
| | | | | | | stream wrappers. | ||||
* | - Fixed issue #13361: Provided workaround for ext/GD bug: | Kore Nordmann | 2008-07-18 | 1 | -0/+22 |
| | | | | | | http://bugs.php.net/45552 | ||||
* | - Implemented feature #10829: Get resource from driver | Kore Nordmann | 2008-05-03 | 4 | -9/+77 |
| | |||||
* | - Speedup glyph lookup by adding a glyph cache per font | Kore Nordmann | 2008-05-03 | 1 | -3/+17 |
| | |||||
* | - Implemented feature #10957: Embed glyphs for exact SVG font width estimation | Kore Nordmann | 2008-05-03 | 2 | -14/+322 |
| | | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files. | ||||
* | - Fix comments. | Derick Rethans | 2008-03-25 | 1 | -2/+2 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 5 | -5/+5 |
| | |||||
* | - Fixed support for bitmaps in flash driver | Kore Nordmann | 2007-12-18 | 1 | -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 | ||||
* | - Completed cairo driver | Kore Nordmann | 2007-12-18 | 1 | -9/+23 |
| | |||||
* | - Got cairo driver mostly working. | Kore Nordmann | 2007-12-17 | 1 | -0/+970 |
| | | | | | | | # Only full support for rotated texts is still missing # Execute the added tutorial example to see the current result. | ||||
* | - Fixed issue #12238: Graph doc error | Kore Nordmann | 2007-12-13 | 1 | -2/+6 |
| | |||||
* | - It was not possible to cause this exception | Kore Nordmann | 2007-11-27 | 1 | -5/+0 |
| | |||||
* | - Test for ezcGraphGdDriverUnsupportedImageTypeException | Kore Nordmann | 2007-11-27 | 1 | -0/+2 |
| | |||||
* | - Fixed issue #12064: Gradients are not rendered correctly in Flash driver | Kore Nordmann | 2007-11-26 | 1 | -8/+22 |
| | |||||
* | - Fixed rendering of filled circles in flash driver | Kore Nordmann | 2007-11-26 | 1 | -5/+5 |
| | | | | | | # Also fixed broken comparision image | ||||
* | - Link more classes | Kore Nordmann | 2007-08-13 | 3 | -5/+7 |
| | |||||
* | - Enhanced documentation | Kore Nordmann | 2007-08-10 | 4 | -2/+91 |
| | | | | | | | | - Added examples to most of the classes - Fixed class descriptions - Refence options classes which may be used to configure the current chart. | ||||
* | - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are not | Kore Nordmann | 2007-08-08 | 1 | -0/+1 |
| | | | | | | | | linked. # Numeric part of IDs in SVG files changed because one element missed an ID # Also ensured mimetype 'application/octet-stream' for all SVG test files | ||||
* | - Fixed bug #11233: Path for circular arcs in SVG driver may break because of | Kore Nordmann | 2007-08-07 | 1 | -1/+1 |
| | | | | | | locale settings | ||||
* | - Fixed CS. | Derick Rethans | 2007-06-20 | 2 | -4/+6 |
| | |||||
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 4 | -21/+41 |
| | |||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 4 | -0/+4 |
| | |||||
* | - Fixed issue #10830: Automatically shorten labels if not enough space is | Kore Nordmann | 2007-05-29 | 3 | -34/+55 |
| | | | | | | available | ||||
* | - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERIC | Kore Nordmann | 2007-05-10 | 1 | -39/+39 |
| | | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences. | ||||
* | - Fixed issue #10746: Border size reducement algorithm fails for polygones | Kore Nordmann | 2007-05-10 | 2 | -4/+30 |
| | | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more | ||||
* | - Implemented text rotation in flash driver | Kore Nordmann | 2007-04-05 | 1 | -5/+25 |
| | |||||
* | - Got rotated texts working with all GD font renderers | Kore Nordmann | 2007-04-05 | 1 | -12/+66 |
| | |||||
* | - Started implementing feature request #9404 (Rotated labels on axis) | Kore Nordmann | 2007-03-29 | 4 | -11/+28 |
| | | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet. | ||||
* | - Fixed private verbose driver to implement all required methods | Kore Nordmann | 2007-03-01 | 1 | -0/+13 |
| | |||||
* | - Fixed issue #10199: Use saveXML instead of save( 'php://output' ) to work | Kore Nordmann | 2007-02-19 | 1 | -0/+18 |
| | | | | | | around PHP bug #40429 | ||||
* | - Implemented ellipse size reducement in flash driver | Kore Nordmann | 2007-02-08 | 1 | -0/+11 |
| | |||||
* | - Implemented ellipse size reducement in SVG driver | Kore Nordmann | 2007-02-07 | 1 | -28/+63 |
| | |||||
* | - Correctly fixed polygon size reducement | Kore Nordmann | 2007-02-01 | 2 | -2/+2 |
| | |||||
* | - Temporary removed polygon size reducement from flash driver, too | Kore Nordmann | 2007-01-31 | 1 | -1/+1 |
| | |||||
* | - Commented out polygon size reducement | Kore Nordmann | 2007-01-31 | 1 | -1/+1 |
| | | | | | | # Does not work properly in all cases | ||||
* | - Use deg2rad() instead of custom calculation | Kore Nordmann | 2007-01-25 | 1 | -8/+8 |
| | |||||
* | - Partly fixed issue #9765 | Kore Nordmann | 2007-01-24 | 2 | -2/+9 |
| | | | | | | | | # 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 #9765 | Kore Nordmann | 2007-01-24 | 2 | -0/+14 |
| | | | | | | | | # 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 Rethans | 2007-01-11 | 4 | -4/+4 |
| | |||||
* | - Rosolved task #9889: Throw meaningful exception if extension needed for | Kore Nordmann | 2007-01-04 | 3 | -0/+3 |
| | | | | | | | | driver is not available. # Actually using ezcBase::checkDependency() which calls die() instead of # throwing an exception | ||||
* | - Always use maximum precision of 4 in SVG output | Kore Nordmann | 2006-12-15 | 1 | -22/+22 |
| | | | | | | # No visual difference, but of course changes in nearly every SVG files | ||||
* | - Fixed: Bug #9823 (Failing tests with PHP 5.1) | Kore Nordmann | 2006-12-15 | 1 | -1/+8 |
| | | | | | | | | | # Test failed because of # a) (string) does not call __toString (now skipped) # b) different null parameter handling between 5.1 and 5.2 in imagepng # (workaround) |