summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update component version for releaseHEADrelease/0.1.8masterVincent Sanders2023-12-271-1/+1
* examples/svgtiny_display_x11.c: include the system copy of svgtiny.hMichael Orlitzky2023-08-091-1/+1
* examples/svgtiny_display_x11.c: add missing stdlib.h includeMichael Orlitzky2023-08-091-0/+1
* examples/svgtiny_display_x11.c: update LIBXML -> LIBDOMMichael Orlitzky2023-08-091-2/+2
* README: update LIBXML -> LIBDOMMichael Orlitzky2023-08-091-1/+1
* implement svg path arc correctlyVincent Sanders2020-10-032-18/+512
* Update component version for releaserelease/0.1.7Vincent Sanders2018-08-281-1/+1
* Fix various bugs which caused ASAN and UBSAN to be upsetDaniel Silverstone2018-07-292-3/+9
* Ensure we report failures betterDaniel Silverstone2018-07-291-1/+4
* Ignore the autogenerated colours fileDaniel Silverstone2018-07-291-0/+1
* Update component version for 0.1.6 releaserelease/0.1.6Vincent Sanders2017-10-131-1/+1
* 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
* Prepare for release of 0.1.5release/0.1.5Daniel Silverstone2016-11-191-1/+1
* Test data: Move file to correct place.Michael Drake2016-10-261-0/+0
* Merge branch 'tlsa/fix-gradients'Michael Drake2016-10-264-120/+165
|\
| * 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