summaryrefslogtreecommitdiff
path: root/src/svgtiny.c
Commit message (Expand)AuthorAgeFilesLines
* Handle empty text nodes correctly.John-Mark Bell2012-12-311-3/+7
* Drop const, as this can't work with libdom.John-Mark Bell2012-12-301-6/+6
* Replace dom_string_length with dom_string_byte_length -- faster and more correctDaniel Silverstone2012-11-031-8/+8
* Void myself unpleasantly in order to satisfy RISC OS toolchainDaniel Silverstone2012-11-031-2/+3
* Clean up properlyDaniel Silverstone2012-11-031-1/+9
* The library now buildsDaniel Silverstone2012-11-031-0/+1
* More work towards libdom conversionDaniel Silverstone2012-11-031-69/+110
* Parse textDaniel Silverstone2012-11-031-19/+65
* Make more svg elements parse againDaniel Silverstone2012-11-031-57/+127
* More work to bring svgtiny into the libdom eraDaniel Silverstone2012-11-031-53/+110
* Begin conversion to libdomDaniel Silverstone2012-11-031-42/+98
* s/strndup/svgtiny_strndupJohn Mark Bell2011-01-021-1/+1
* Use built-in strndup if the platform we're targetting doesn't have oneJohn Mark Bell2010-12-291-1/+20
* Split the string for stroke-width like it's done for the other attributes so ...James Bursa2010-09-241-1/+3
* Lots of C89, please test...François Revel2010-01-021-29/+57
* 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
* Start implementing arcs in paths. Fix crash when an empty path has a gradient...James Bursa2009-11-221-2/+27
* Squash warningsJohn Mark Bell2009-08-241-1/+5
* Beginnings of port to core buildsystemJohn Mark Bell2009-08-241-0/+1079