Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use non-local-aware number printing everywhere | Kore Nordmann | 2013-12-21 | 2 | -4/+4 |
| | |||||
* | - 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 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 7 | -7/+7 |
| | |||||
* | - More documentation improvements | Kore Nordmann | 2008-08-20 | 5 | -2/+42 |
| | | | | | | # There is still some way to go... | ||||
* | - Started with better class level documentation. | Kore Nordmann | 2008-08-20 | 2 | -0/+38 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 7 | -7/+7 |
| | |||||
* | - Fixed initialisations of struct variables | Kore Nordmann | 2007-06-12 | 1 | -1/+1 |
| | | | | | | # Detected by doc coverage | ||||
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 4 | -4/+25 |
| | |||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 7 | -0/+7 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-05-10 | 1 | -1/+1 |
| | | | | | | # We abuse phpDoc here and therefore need type names without spaces. | ||||
* | - Fixed docblocks | Kore Nordmann | 2007-05-10 | 2 | -2/+2 |
| | |||||
* | - Started implementing feature request #9404 (Rotated labels on axis) | Kore Nordmann | 2007-03-29 | 1 | -0/+22 |
| | | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet. | ||||
* | - Added private classes for more convenient coordinate and vector | Kore Nordmann | 2007-03-27 | 4 | -0/+198 |
| | | | | | | transformations | ||||
* | - Fixed issue #10246: sprintf output modification in PHP 5.2.1 | Kore Nordmann | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | . Test unify for vector with zero length | Kore Nordmann | 2007-02-01 | 1 | -5/+11 |
| | |||||
* | - Added and test method to receive angle between two vectors | Kore Nordmann | 2007-02-01 | 1 | -0/+20 |
| | |||||
* | - Renamed rotation methods | Kore Nordmann | 2007-01-31 | 1 | -6/+6 |
| | | | | | | - Added tests for vector rotation | ||||
* | - Always return $this, to enable "fluent interfaces" | Kore Nordmann | 2007-01-25 | 1 | -0/+12 |
| | |||||
* | - Added simple class for 2d vectors as an extension for coordinates to | Kore Nordmann | 2007-01-25 | 1 | -0/+132 |
| | | | | | | simplify calculations. | ||||
* | - Fixed issue #9950: Improved ezcGraphPolynom::__toString method for more | Kore Nordmann | 2007-01-24 | 1 | -6/+48 |
| | | | | | | | exact output # Based on a patch by Matthew Carroll | ||||
* | - Made ezcGraphPolynom documentation public | Kore Nordmann | 2007-01-18 | 1 | -2/+0 |
| | | | | | | # Fixes issue #9948 | ||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 3 | -3/+3 |
| | |||||
* | - Fixed: Bug #9588 (Wrong polynoms build from data) | Kore Nordmann | 2006-11-30 | 1 | -1/+2 |
| | |||||
* | - Tabs to spaces | Derick Rethans | 2006-09-28 | 1 | -21/+21 |
| | |||||
* | - Fixed CS issues. | Derick Rethans | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | - Added and improved documentation | Kore Nordmann | 2006-09-20 | 3 | -29/+122 |
| | |||||
* | - Enhanced font configuration | Kore Nordmann | 2006-09-06 | 1 | -0/+56 |
| | | | | | | | | | - Use Free Type 2 by default now, fallback to native ttf, if not available - Use t1lib for PostScript Type1 fonts - Throw an exception, if some texts could not be rendered with minimum font size | ||||
* | - Fixed matrices to use parameter order <row>, <column> | Kore Nordmann | 2006-08-17 | 2 | -51/+222 |
| | | | | | | | | | - Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm | ||||
* | - Added transpose method to matrix class | Kore Nordmann | 2006-08-16 | 1 | -0/+25 |
| | |||||
* | - Added matrix and polynom classes for future use in statistical datasets | Kore Nordmann | 2006-08-16 | 2 | -0/+433 |