summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed round rectangles to correctly scale radii. Repacked jars with differen...kitfox2008-03-051-3/+3
* Added Base64 stream codecs. Added Main-Class attribute to generated jars.kitfox2008-02-285-2/+213
* Updated color parsing to handle rgb percentageskitfox2008-02-261-5/+9
* Changed InputStream readers to handle European characters. Reorganised build...kitfox2008-02-111-9/+17
* Quick hack to allow 'currentColor' to be parsedkitfox2007-12-121-0/+6
* Added picking against bounding boxes.kitfox2007-08-215-14/+24
* Added pickng by rectangular areas. Fixed bug with picking by point.kitfox2007-08-197-25/+54
* Fixed miterlimit error.kitfox2007-07-302-4/+17
* Added parsing of gzipped svg files.kitfox2007-07-181-20/+13Star
* Partially added inflationi of zipped files.kitfox2007-07-173-17/+61
* <a> tag now takes nested elements.kitfox2007-06-241-3/+3
* Added <a> tag recognition to parser.kitfox2007-06-062-4/+103
* Restoring SVG Salamander to it's original code base, and updating build scripts.kitfox2007-05-30128-0/+24040
* reverting to original source treekitfox2007-05-299-1007/+0Star
* Switching to W3C's Java binding.kitfox2007-04-13147-6511/+0Star
* Added more interfaces.kitfox2007-04-137-0/+290
* Added filter interfaces.kitfox2007-04-1335-15/+1204
* Added text and formatting interfaces.kitfox2007-04-1322-39/+950
* Fixed bad imports.kitfox2007-04-135-12/+5Star
* Added basic shapes.kitfox2007-04-137-0/+273
* Added path definitions.kitfox2007-04-1325-35/+1001
* Testkitfox2007-04-131-1/+1
* Added Document Structure interfaceskitfox2007-04-1326-18/+822
* Pseudocode for main rendering logic. Roughing in SVG structure.kitfox2007-04-121-0/+316
* Pseudocode for main rendering logic. Roughing in SVG structure.kitfox2007-04-1252-0/+2502
* Pseudocode for main rendering logic.kitfox2007-04-121-2/+40
* Added SAX parserkitfox2007-04-113-0/+236