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 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Test for drivers __set-method | Kore Nordmann | 2007-11-27 | 1 | -0/+2 |
| | |||||
* | - Update comment | Kore Nordmann | 2007-10-23 | 1 | -2/+3 |
| | |||||
* | - Fixed issue #11640: Polygon size reducement failes for very thin four edged | Kore Nordmann | 2007-10-23 | 1 | -12/+29 |
| | | | | | | polygones | ||||
* | - Link more classes | Kore Nordmann | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 1 | -6/+9 |
| | |||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 1 | -0/+1 |
| | |||||
* | - Fixed issue #10861 Circle sector size reducement failes for very big angles. | Kore Nordmann | 2007-05-29 | 1 | -6/+25 |
| | |||||
* | - Fixed issue #10830: Automatically shorten labels if not enough space is | Kore Nordmann | 2007-05-29 | 1 | -0/+102 |
| | | | | | | available | ||||
* | - Fixed issue #10846: Division by zero in polygon size reducement algorithm | Kore Nordmann | 2007-05-25 | 1 | -1/+24 |
| | | | | | | for edges with an angle equals 0 degree. | ||||
* | - Fixed issue #10746: Border size reducement algorithm fails for polygones | Kore Nordmann | 2007-05-10 | 1 | -2/+53 |
| | | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more | ||||
* | - Fixed CS | Derick Rethans | 2007-05-04 | 1 | -3/+3 |
| | |||||
* | - Optimized algorithm for polygon size reducement | Kore Nordmann | 2007-04-03 | 1 | -14/+21 |
| | |||||
* | - Started implementing feature request #9404 (Rotated labels on axis) | Kore Nordmann | 2007-03-29 | 1 | -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 driver | Kore Nordmann | 2007-02-08 | 1 | -8/+14 |
| | |||||
* | - Calculate edge points for ellipses with reduced size correctly | Kore Nordmann | 2007-02-07 | 1 | -10/+37 |
| | |||||
* | - Removed not longer used assignement | Kore Nordmann | 2007-02-01 | 1 | -2/+0 |
| | |||||
* | - Removed debug output | Kore Nordmann | 2007-02-01 | 1 | -6/+0 |
| | |||||
* | - Correctly fixed polygon size reducement | Kore Nordmann | 2007-02-01 | 1 | -8/+39 |
| | |||||
* | - Added initial version for polygon and ellipse segment size reducement | Kore Nordmann | 2007-01-31 | 1 | -28/+115 |
| | | | | | | # Does not work properly in all cases yet | ||||
* | - Added documentation to ezcGraphDriver::reducePolygonSize | Kore Nordmann | 2007-01-25 | 1 | -0/+17 |
| | |||||
* | - Partly fixed issue #9765 | Kore Nordmann | 2007-01-24 | 1 | -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 Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Implemented #9647 (Add render to output method) | Kore Nordmann | 2006-11-30 | 1 | -0/+22 |
| | |||||
* | - Accelerated and abstracted font size estimating in drivers | Kore Nordmann | 2006-10-26 | 1 | -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 documentation | Kore Nordmann | 2006-09-21 | 1 | -33/+42 |
| | | | | | | - Removed no longer used exceptions | ||||
* | - Added image map support | Kore Nordmann | 2006-09-12 | 1 | -1/+1 |
| | | | | | | # This changes all generated SVGs because each genereted element has an ID now | ||||
* | - Pimped pie charts | Kore Nordmann | 2006-08-25 | 1 | -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 array | Kore Nordmann | 2006-08-18 | 1 | -21/+10 |
| | | | | | | - Fixed bug: Legend title was rendered, even when empty | ||||
* | - Refactored ezcGraphRenderer | Kore Nordmann | 2006-07-11 | 1 | -1/+1 |
| | | | | | | # Most test run again, but complete result is still errnous | ||||
* | - Added tests and basic implementation for pie charts | Kore Nordmann | 2006-06-12 | 1 | -3/+3 |
| | |||||
* | - Implemented circular arcs for gd driver | Kore Nordmann | 2006-05-30 | 1 | -11/+9 |
| | |||||
* | - Use PHPs image type constants instead of custom ones | Kore Nordmann | 2006-05-29 | 1 | -4/+0 |
| | |||||
* | - Added tests for GD driver | Kore Nordmann | 2006-05-29 | 1 | -0/+4 |
| | |||||
* | - Updated class definitions for driver | Kore Nordmann | 2006-05-29 | 1 | -7/+88 |
| | |||||
* | - Added basic 2d renderer test | Kore Nordmann | 2006-05-29 | 1 | -6/+22 |
| | | | | | | - Implemented tested 2d renderer functions | ||||
* | - Fixed version tag | Kore Nordmann | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | - Added more tests for ezcGraphChart | Kore Nordmann | 2006-05-09 | 1 | -18/+6 |
| | | | | | | | - Implemented setting renderer and driver - Started with setting of chart options (yet incomplete) | ||||
* | - Added class stubs for ezcGraph | Kore Nordmann | 2006-05-08 | 1 | -0/+96 |