summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test data: Add SVG with missing stroke gradient definition.tlsa/fix-gradientsMichael Drake2016-10-261-0/+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
* add polyline test case with floating point colour percentagesVincent Sanders2016-09-111-0/+9
* SVG dictionary for use with AFL toolVincent Sanders2016-09-111-0/+170
* Add test set derived from AFLVincent Sanders2016-09-112613-0/+170475
* prevent division by zero for gradient with no points and add testVincent Sanders2016-08-312-2/+53
* improve test suite runnerVincent Sanders2016-08-311-4/+61
* add crash test generated with AFLVincent Sanders2016-08-271-0/+22
* cope with lack of root svg elementVincent Sanders2016-08-241-0/+6
* add file output to test decoderVincent Sanders2016-08-233-150/+192
* Update component version for releaserelease/0.1.4Vincent Sanders2016-01-031-2/+2
* Fix build with certain C libraries.Michael Drake2015-11-011-1/+1
* enable decode tests for svg filesVincent Sanders2015-09-0210-2/+26
* Fix reallocation of path buffer length to cope with differng path lengthsVincent Sanders2015-08-231-21/+41
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-221-2/+9
* Fix paths for Haiku.Adrien Destugues2015-03-222-2/+2
* Update the component version for releaserelease/0.1.3Vincent Sanders2015-03-081-1/+1
* Ensure path generation does not overrun allocated storage.Vincent Sanders2015-01-151-6/+50
* Update README to cover dependancies and core buildsystemVincent Sanders2014-12-073-47/+91
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-2/+2
* 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
* Add test case image for broken behaviour of relative move.Michael Drake2014-10-101-0/+8
* Update component version for releaserelease/0.1.2Vincent Sanders2014-08-261-1/+1
* Hopefully silence warnings about inlines and non inlines calling oneDaniel Silverstone2014-04-261-0/+9
* Update component version for releaserelease/0.1.1Vincent Sanders2014-04-181-1/+1
* Add support for multilibJohn-Mark Bell2014-01-132-3/+3
* 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
* update component version for releaserelease/0.1.0Vincent Sanders2013-04-191-1/+1
* add a .gitattributes so .gitignore is not exportedVincent Sanders2013-04-181-0/+2
* 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
* correct target nameChris Young2012-11-271-1/+1
* 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
* Fix up pkgconfigDaniel Silverstone2012-11-031-1/+1
* Merge branch 'dsilvers/tolibdom'Daniel Silverstone2012-11-0310-341/+1483
|\
| * 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