summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix various bugs which caused ASAN and UBSAN to be upsetDaniel Silverstone2018-07-292-3/+9
* Fix parsing of multiple vertical lineto commandsMichael Drake2017-07-241-1/+1
* Buildsystem: OpenBSD `sed` doesn't handle -i option.Michael Drake2017-04-201-2/+3
* Buildsystem: Squash "no previous declaration for 'svgtiny_color_lookup'"Michael Drake2017-04-201-0/+2
* Build: Include gperf-generated code directly.Michael Drake2017-04-204-19/+10
* Parse: Ensure consumed characters count is initiliased.Michael Drake2016-10-261-0/+1
* Parse: Make the parse state have two sets of gradient details.Michael Drake2016-10-263-113/+152
* Parse: Avoid strndup with unchecked return value.Michael Drake2016-10-261-3/+3
* Parse: Remove explicit init of gradient state; gets memset anyway.Michael Drake2016-10-261-5/+0
* prevent division by zero for gradient with no points and add testVincent Sanders2016-08-311-2/+8
* cope with lack of root svg elementVincent Sanders2016-08-241-0/+6
* Fix build with certain C libraries.Michael Drake2015-11-011-1/+1
* Fix reallocation of path buffer length to cope with differng path lengthsVincent Sanders2015-08-231-21/+41
* Ensure path generation does not overrun allocated storage.Vincent Sanders2015-01-151-6/+50
* fix parsing of whitespace in transform operatorsVincent Sanders2014-10-231-18/+18
* Fix relative move commands following a path close.Paul Mecklenburg2014-10-101-0/+7
* Hopefully silence warnings about inlines and non inlines calling oneDaniel Silverstone2014-04-261-0/+9
* Fix to use list_size accessor.Michael Drake2013-08-231-1/+1
* Minor tidyup.Michael Drake2013-08-231-10/+7
* Move gradient logging to svgtiny_gradient.c, and suppress when not debugging ...Michael Drake2013-08-232-2/+5
* Fix leak of gradient dom strings.Michael Drake2013-08-231-35/+189
* Suppress most gradient debug.Michael Drake2013-08-221-0/+18
* Explicitly check if r0 or r1 are NaN, as if they are, on x86 the function eva...Chris Young2013-01-051-1/+7
* 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-032-23/+12
* Void myself unpleasantly in order to satisfy RISC OS toolchainDaniel Silverstone2012-11-032-3/+5
* Clean up properlyDaniel Silverstone2012-11-031-1/+9
* 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
* Begin conversion to libdomDaniel Silverstone2012-11-032-44/+102
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* 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
* 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
* 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
* 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
* Beginnings of port to core buildsystemJohn Mark Bell2009-08-245-0/+2105