| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix comments. | Derick Rethans | 2008-03-25 | 1 | -2/+2 |
* | - Fixed issue #12483: Average dataset does not work with a single value. | Kore Nordmann | 2008-02-05 | 1 | -5/+11 |
* | - Doc typo. | Tobias Schlitt | 2008-02-02 | 1 | -1/+1 |
* | - Implemented feature #12382: Enhance line chart to allow invisible lines. | Kore Nordmann | 2008-01-21 | 1 | -0/+8 |
* | - Implemented feature #11979: Line width configurable per data set. | Kore Nordmann | 2008-01-21 | 2 | -1/+3 |
* | - Fixed issue #12405: Highlightfontsize reduced when padding > 0 in highlight | Kore Nordmann | 2008-01-21 | 1 | -1/+1 |
* | - Fixed issue #12377: Copyright broken in file comment. | Derick Rethans | 2008-01-11 | 11 | -11/+0 |
* | - Fixed issue #12326: Per datapoint colors not used with bar charts | Kore Nordmann | 2008-01-07 | 1 | -1/+1 |
* | - Fixed issue #11777: Optionally independent axis font configuration | Kore Nordmann | 2008-01-07 | 3 | -1/+20 |
* | - Fixed issue #12295: Broken automatic scaling with manually set min value, | Kore Nordmann | 2008-01-07 | 1 | -2/+21 |
* | - Fixed issue #12254: Bad property-check for strokeLineJoin in SVG driver | Kore Nordmann | 2008-01-07 | 1 | -2/+2 |
* | - Fixed year in autoload file. | Tobias Schlitt | 2008-01-04 | 1 | -1/+1 |
* | - Regenerated autoload file. | Tobias Schlitt | 2008-01-04 | 1 | -2/+1 |
* | - Fixed NULL -> null. | Tobias Schlitt | 2008-01-03 | 1 | -1/+1 |
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 110 | -110/+110 |
* | - Fixed support for bitmaps in flash driver | Kore Nordmann | 2007-12-18 | 3 | -48/+24 |
* | - Completed cairo driver | Kore Nordmann | 2007-12-18 | 1 | -9/+23 |
* | - Got cairo driver mostly working. | Kore Nordmann | 2007-12-17 | 3 | -0/+1072 |
* | - Fixed issue #12238: Graph doc error | Kore Nordmann | 2007-12-13 | 1 | -2/+6 |
* | - Fixed issue #12246: Graph: dataBorder doesn't works in 2d renderer for | Kore Nordmann | 2007-12-13 | 1 | -1/+1 |
* | - Test for drivers __set-method | Kore Nordmann | 2007-11-27 | 1 | -0/+2 |
* | - It was not possible to cause this exception | Kore Nordmann | 2007-11-27 | 3 | -49/+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 |
* | - WS | Kore Nordmann | 2007-11-26 | 1 | -1/+1 |
* | - Fixed doc blocks | Kore Nordmann | 2007-11-26 | 8 | -20/+17 |
* | - Fixed some first issues in Graph | Kore Nordmann | 2007-11-23 | 2 | -2/+105 |
* | - Fixed class doc block | Kore Nordmann | 2007-11-23 | 1 | -3/+3 |
* | - Show zero value by default for odometer axis | Kore Nordmann | 2007-11-21 | 1 | -0/+1 |
* | - Fixed version docblocks | Kore Nordmann | 2007-11-21 | 3 | -4/+4 |
* | - Fix docblocks. | Sebastian Bergmann | 2007-11-21 | 3 | -3/+3 |
* | - Added support for odometer charts | Kore Nordmann | 2007-11-21 | 7 | -32/+486 |
* | - Fixed RST and the like for rendering tutorials. | Derick Rethans | 2007-11-15 | 1 | -1/+0 |
* | - Better check for font min/max size values | Kore Nordmann | 2007-10-30 | 1 | -0/+21 |
* | - 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 |
* | - Fixed issue #11511: Line thickness wan't used for rendering | Kore Nordmann | 2007-10-23 | 1 | -1/+2 |
* | - Changed default value of line thickness | Kore Nordmann | 2007-10-23 | 1 | -1/+1 |
* | - Correctly use symbols for non stacked bars in 3d renderer | Kore Nordmann | 2007-10-23 | 1 | -29/+29 |
* | - Fixed issue #11509: Typo in line chart option | Kore Nordmann | 2007-10-23 | 1 | -1/+1 |
* | - Implemented feature #10978: Add support for stacked bar charts | Kore Nordmann | 2007-09-06 | 6 | -41/+348 |
* | - Restructured bar rendering code for better readability and reusability | Kore Nordmann | 2007-09-06 | 1 | -293/+407 |
* | - Restructured renderData() method for better readability | Kore Nordmann | 2007-09-05 | 1 | -93/+81 |
* | - Implemented feature #11325: Allow values of 0 to be added to pie charts, to | Kore Nordmann | 2007-09-05 | 1 | -2/+8 |
* | - Implemented feature #11247: Custom highlight values in line and bar charts. | Kore Nordmann | 2007-09-05 | 2 | -2/+4 |
* | - Implemented features #10322, #10565: Support for multiple x, y axis, | Kore Nordmann | 2007-09-04 | 8 | -27/+152 |
* | - Introduced chartPosition property | Kore Nordmann | 2007-09-04 | 1 | -0/+14 |
* | - Added dataset properties for axis assignements | Kore Nordmann | 2007-09-04 | 5 | -1/+99 |
* | - Added axis container class | Kore Nordmann | 2007-09-04 | 3 | -2/+212 |