summaryrefslogtreecommitdiffstats
path: root/src/exceptions
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-1227-27/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-3027-27/+486
|
* - s/2009/2010/gDerick Rethans2010-01-0827-27/+27
|
* - s/2008/2009.Derick Rethans2009-02-2327-27/+27
|
* - Fixed issue #13595: majorStep overridden if min and max are both setKore Nordmann2008-09-101-0/+32
|
* - Enhanced chart element documentationKore Nordmann2008-08-271-2/+2
|
* - Fixed typo.Derick Rethans2008-06-181-1/+1
|
* - Welcome to 2008.Derick Rethans2008-01-0226-26/+26
|
* - Fixed support for bitmaps in flash driverKore Nordmann2007-12-182-36/+1
| | | | | | | | | # - 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
* - It was not possible to cause this exceptionKore Nordmann2007-11-271-43/+0
|
* - Added dataset properties for axis assignementsKore Nordmann2007-09-041-0/+31
| | | | | | # More progress on the way to multiple axis support
* - Link more classesKore Nordmann2007-08-132-3/+3
|
* - Fixed version tag in docblocksKore Nordmann2007-06-1227-54/+54
|
* - Fixed typos in fixKore Nordmann2007-06-123-4/+4
|
* - Commented exception constructorsKore Nordmann2007-06-1226-2/+193
|
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-0/+25
|
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-101-0/+25
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException moreKore Nordmann2007-05-081-1/+1
| | | | | | descriptive
* - Removed PdoDataset from Graph componentsKore Nordmann2007-05-033-74/+0
| | | | | | | # Preparation for issue #10697: Move ezcGraphPdoDataSet to a # ezcGraphDatabaseTieIn
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-101-0/+25
| | | | | | with bar charts
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-082-0/+51
| | | | | | images in ezcGraphTools
* - Implemented #9405 (PDO data set)Kore Nordmann2007-02-153-0/+74
|
* - I missed a couple of new files.Derick Rethans2007-01-112-2/+2
|
* - Welcome to 2007.Derick Rethans2007-01-1120-20/+20
|
* - Fixed issue #9916: ArrayDataSet can handle Iterator was not documentedKore Nordmann2007-01-031-0/+26
| | | | | | - Added and test additional typecheck
* - Fixed WSKore Nordmann2007-01-031-1/+0
|
* - Fixed: Bug #9926 (Float values with date axis result in date parsing Kore Nordmann2007-01-031-0/+27
| | | | | | exception)
* - Fixed bug #9568: (Devision by zero warning)Kore Nordmann2006-11-301-0/+24
|
* - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)Kore Nordmann2006-11-302-8/+8
|
* - Finished: #9495 (Convert < and > in exception messages to ' and ' for Graph)Kore Nordmann2006-11-2114-14/+14
|
* - Added logarithmical scaled numeric axisKore Nordmann2006-11-031-0/+25
| | | | | | - Added mojor grid color in ez palettes
* - Added first, not complete working, version of ming driverKore Nordmann2006-10-133-0/+85
| | | | | | | | | # Image drawing causes not proper handled error, causing an inifinite loop in PHP # Font drawing causes Segmentation fault # Ming driver tests commented out for now in test suite
* - Added documentationKore Nordmann2006-09-2116-168/+14
| | | | | | - Removed no longer used exceptions
* - Fixed endless loop on string keys for datasets with average datasetKore Nordmann2006-09-181-0/+25
| | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications
* - Missed to commit font type exception file.Kore Nordmann2006-09-062-1/+30
| | | | | | - Added more verbose text for font rendering exception.
* - Enhanced font configurationKore Nordmann2006-09-061-0/+25
| | | | | | | | | - 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
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-162-0/+50
|
* - Forgot to add ezcGraphInvalidDisplayTypeExceptionKore Nordmann2006-08-141-0/+39
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-142-2/+1
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Added templating for SVG documentsKore Nordmann2006-08-091-0/+26
|
* - Renamed Dataset to DataSetKore Nordmann2006-08-073-6/+6
|
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-0/+25
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Fixed: Let all exceptions extend basic abstract ezcGraph exceptionKore Nordmann2006-06-2713-12/+32
|
* - Added missing exception to autoload fileKore Nordmann2006-06-121-0/+54
| | | | | | - Added test for UnsupportedImageType exception
* - Fixed CS issues in exceptionsKore Nordmann2006-06-0810-11/+11
|
* - Elaborate in exceptionsKore Nordmann2006-06-0811-0/+44
|
* - Added test for palettesKore Nordmann2006-06-061-0/+21
| | | | | | | - Added basic implementatoin of palettes # Not used for automatic colorization yet
* - Moved font configuration to elementsKore Nordmann2006-06-021-0/+21
|
* - Added tests to retrieve and set single data in datasetsKore Nordmann2006-05-103-0/+63
| | | | | | - Implemented datasets as far as tested
* - Added basic tests for dataset creationKore Nordmann2006-05-101-0/+21
|
OpenPOWER on IntegriCloud