Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure correct locale in all tests | Kore Nordmann | 2013-12-21 | 1 | -2/+4 |
| | |||||
* | Skip strange encoding test for now | Kore Nordmann | 2012-05-21 | 1 | -0/+2 |
| | |||||
* | - 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 |
| | |||||
* | - Skip test instead of failing | Kore Nordmann | 2008-01-22 | 1 | -1/+2 |
| | |||||
* | - Welcome to 2008. | Derick Rethans | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - Better check for font min/max size values | Kore Nordmann | 2007-10-30 | 1 | -0/+44 |
| | |||||
* | - Doc fixes. | Tobias Schlitt | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | - Fixed issue #10074: Use iconv instead of mbstring | Kore Nordmann | 2007-01-24 | 1 | -3/+3 |
| | |||||
* | - Welcome to 2007. | Derick Rethans | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | - Moced compare methods to ezcGraphTestCase | Kore Nordmann | 2006-12-15 | 1 | -64/+3 |
| | |||||
* | - Forgot to covert one compare to compareSwf | Kore Nordmann | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | - Use `swftophp` to compare generated flash files | Kore Nordmann | 2006-12-15 | 1 | -1/+37 |
| | | | | | | # Hope this works a bit more system independent | ||||
* | - Mark test that uses ext/ming as skipped, if ext/ming is not loaded. | Tobias Schlitt | 2006-12-14 | 1 | -0/+5 |
| | |||||
* | - CS change (automatic script) | Derick Rethans | 2006-12-14 | 1 | -16/+16 |
| | |||||
* | - Tested and improved handling of texts with different charsets in all drivers | Kore Nordmann | 2006-12-07 | 1 | -1/+255 |
| | |||||
* | - Removed initial font path value | Kore Nordmann | 2006-11-30 | 1 | -5/+20 |
| | |||||
* | - Throw ezcBaseValueExceptions instead of typecasting | Kore Nordmann | 2006-11-02 | 1 | -0/+77 |
| | | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions | ||||
* | - Added more tests and fixed some minor setter and getter bugs | Kore Nordmann | 2006-10-27 | 1 | -0/+27 |
| | |||||
* | - Added some more tests for read and write accesss on properties | Kore Nordmann | 2006-10-26 | 1 | -1/+343 |
| | |||||
* | Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵ | Sebastian Bergmann | 2006-10-05 | 1 | -1/+1 |
| | | | | the output of the TextUI test runner. | ||||
* | Clean up setUp() and tearDown(). | Sebastian Bergmann | 2006-09-14 | 1 | -16/+1 |
| | |||||
* | - Enhanced font configuration | Kore Nordmann | 2006-09-06 | 1 | -0/+40 |
| | | | | | | | | | - 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 | ||||
* | - Started refactoring of font configuration | Kore Nordmann | 2006-08-18 | 1 | -14/+14 |
| | | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD | ||||
* | - Changed access to datasets from $chart['dataset'] to $chart->data['dataset'] | Kore Nordmann | 2006-08-15 | 1 | -1/+1 |
| | |||||
* | - Changed datsets to accept instances of ezcGraphDataSet only | Kore Nordmann | 2006-08-14 | 1 | -1/+1 |
| | | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests | ||||
* | - Removed factory methods and replaced them with direct class instantiation. | Kore Nordmann | 2006-08-07 | 1 | -4/+4 |
| | |||||
* | - Applied API change for accessing datasets to be able to distinguish easier | Kore Nordmann | 2006-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... ); | ||||
* | - Cleaned up tests | Kore Nordmann | 2006-06-07 | 1 | -42/+13 |
| | |||||
* | - Fixed issue with custom fonts for single elements | Kore Nordmann | 2006-06-02 | 1 | -4/+50 |
| | |||||
* | - Added tests for element based font configuration | Kore Nordmann | 2006-06-02 | 1 | -0/+133 |