summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert the last bits for libdomdsilvers/tolibdomDaniel Silverstone2012-11-032-6/+7
* The library now buildsDaniel Silverstone2012-11-035-75/+163
* More work towards libdom conversionDaniel Silverstone2012-11-034-118/+173
* Parse textDaniel Silverstone2012-11-032-19/+67
* Make more svg elements parse againDaniel Silverstone2012-11-033-59/+139
* More work to bring svgtiny into the libdom eraDaniel Silverstone2012-11-033-53/+138
* Ignore ~ filesDaniel Silverstone2012-11-031-0/+1
* Begin conversion to libdomDaniel Silverstone2012-11-034-55/+108
* Add an example SVG and a gitignoreDaniel Silverstone2012-11-032-0/+731
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-293-4/+6
* Bump version numberVincent Sanders2012-02-271-1/+1
* Don't treat warnings as errors on AmigaOSChris Young2011-09-281-1/+2
* sed in BeOS still doesn't handle -i, so use a temporary file since RiscOS doe...François Revel2011-03-211-2/+3
* s/strndup/svgtiny_strndupJohn Mark Bell2011-01-022-2/+3
* Use built-in strndup if the platform we're targetting doesn't have oneJohn Mark Bell2010-12-293-2/+26
* Split the string for stroke-width like it's done for the other attributes so ...James Bursa2010-09-241-1/+3
* Add an example of using libsvgtiny. Displays an SVG using X11 and cairo.James Bursa2010-01-101-0/+444
* For BeOS libxml2 is not part of the default devkit, try to find headers elsew...François Revel2010-01-031-0/+3
* More of the C89... really do test it please!François Revel2010-01-021-37/+59
* Lots of C89, please test...François Revel2010-01-021-29/+57
* C89: Fix for gcc2 "warning: comma at end of enumerator list".François Revel2010-01-021-2/+2
* Round stroke widths to nearest integer instead of down, and force to 1 if it ...James Bursa2009-11-281-2/+4
* Implement <ellipse> element. Improve error handling for <circle>.James Bursa2009-11-281-18/+109
* Despite M_PI being #defined in math.h, and math.h being #included, in certainChris Young2009-11-221-0/+3
* AmigaOS4 standard library headers also create warningsChris Young2009-11-221-2/+4
* Change svgtiny_display to build debug version.James Bursa2009-11-221-2/+2
* Start implementing arcs in paths. Fix crash when an empty path has a gradient...James Bursa2009-11-221-2/+27
* Fix svgtiny_display script to work with new makefiles.James Bursa2009-11-151-2/+2
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-4/+5
* Fix colour component macros on RISC OS.John Mark Bell2009-09-081-1/+1
* Something approximating a makefile for the test binary.John Mark Bell2009-08-243-0/+17
* gperf -> .c rule. This isn't in the core buildsystem as nothing else requires...John Mark Bell2009-08-241-0/+8
* Squash warningsJohn Mark Bell2009-08-243-4/+13
* Missed makefileJohn Mark Bell2009-08-241-0/+4
* Add libxml2 depJohn Mark Bell2009-08-241-0/+11
* Beginnings of port to core buildsystemJohn Mark Bell2009-08-248-70/+28
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-5/+4
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-20/+20
* Add an overview of the library.James Bursa2008-05-041-0/+149
* Fix stroke widths.James Bursa2008-05-041-2/+2
* Add svgtiny_list and convert gradient plotting to use it.James Bursa2008-03-304-35/+187
* Add scale argument to svgtiny_test and svgtiny_display.James Bursa2008-03-102-17/+27
* Work on linearGradient attributes gradientUnits and gradientTransform. Adapt ...James Bursa2008-03-103-139/+249
* Make it easier compilable in GCCSDK4's AutobuilderJohn Tytgat2008-03-091-3/+3
* Add support for x1, y1, x2, y2 attributes of linearGradient.James Bursa2008-02-193-15/+39
* Linear gradients, part 1.James Bursa2008-02-187-160/+749
* Scale stroke-width correctly.James Bursa2008-02-032-1/+3
* Add install target.James Bursa2008-02-031-0/+7
* Use BBGGRR instead of RRGGBB on RISC OS.James Bursa2008-02-031-0/+4
* Add support for cross-compiling to RISC OS.James Bursa2008-02-032-19/+49