2016-08-31 |
Vincent Sanders | improve test suite runner |
commit | commitdiff | tree | snapshot |
2016-08-27 |
Vincent Sanders | add crash test generated with AFL |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Vincent Sanders | cope with lack of root svg element |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Vincent Sanders | add file output to test decoder |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Vincent Sanders | Update component version for release |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Michael Drake | Fix build with certain C libraries. |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Vincent Sanders | enable decode tests for svg files |
commit | commitdiff | tree | snapshot |
2015-08-23 |
Vincent Sanders | Fix reallocation of path buffer length to cope with... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Vincent Sanders | Update CFLAGS to avoid deprication warning for glibc... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Adrien Destugues | Fix paths for Haiku. |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Vincent Sanders | Update the component version for release |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Vincent Sanders | Ensure path generation does not overrun allocated storage. |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Vincent Sanders | Update README to cover dependancies and core buildsystem |
commit | commitdiff | tree | snapshot |
2014-11-16 |
John-Mark Bell | Fix up for new buildsystem |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Vincent Sanders | fix parsing of whitespace in transform operators |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Paul Mecklenburg | Fix relative move commands following a path close. |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Michael Drake | Add test case image for broken behaviour of relative... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Vincent Sanders | Update component version for release |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Daniel Silverstone | Hopefully silence warnings about inlines and non inline... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Vincent Sanders | Update component version for release |
commit | commitdiff | tree | snapshot |
2014-01-13 |
John-Mark Bell | Add support for multilib |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Michael Drake | Fix to use list_size accessor. |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Michael Drake | Minor tidyup. |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Michael Drake | Move gradient logging to svgtiny_gradient.c, and suppre... |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Michael Drake | Fix leak of gradient dom strings. |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Michael Drake | Suppress most gradient debug. |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Vincent Sanders | update component version for release |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Vincent Sanders | add a .gitattributes so .gitignore is not exported |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Chris Young | Explicitly check if r0 or r1 are NaN, as if they are... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
John-Mark Bell | Handle empty text nodes correctly. |
commit | commitdiff | tree | snapshot |
2012-12-30 |
John-Mark Bell | Drop const, as this can't work with libdom. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Chris Young | correct target name |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Replace dom_string_length with dom_string_byte_length... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Void myself unpleasantly in order to satisfy RISC OS... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Clean up properly |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Fix up pkgconfig |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Merge branch 'dsilvers/tolibdom' |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Convert the last bits for libdom |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | The library now builds |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | More work towards libdom conversion |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Parse text |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Make more svg elements parse again |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | More work to bring svgtiny into the libdom era |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Ignore ~ files |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Begin conversion to libdom |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Daniel Silverstone | Add an example SVG and a gitignore |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Daniel Silverstone | Update to new NSBUILD infrastructure |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Vincent Sanders | Bump version number |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Chris Young | Don't treat warnings as errors on AmigaOS |
commit | commitdiff | tree | snapshot |
2011-03-21 |
François Revel | sed in BeOS still doesn't handle -i, so use a temporary... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
John Mark Bell | s/strndup/svgtiny_strndup |
commit | commitdiff | tree | snapshot |
2010-12-29 |
John Mark Bell | Use built-in strndup if the platform we're targetting... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
James Bursa | Split the string for stroke-width like it's done for... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
James Bursa | Add an example of using libsvgtiny. Displays an SVG... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
François Revel | For BeOS libxml2 is not part of the default devkit... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
François Revel | More of the C89... really do test it please! |
commit | commitdiff | tree | snapshot |
2010-01-02 |
François Revel | Lots of C89, please test... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
François Revel | C89: Fix for gcc2 "warning: comma at end of enumerator... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
James Bursa | Round stroke widths to nearest integer instead of down... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
James Bursa | Implement <ellipse> element. Improve error handling... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Chris Young | Despite M_PI being #defined in math.h, and math.h being... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Chris Young | AmigaOS4 standard library headers also create warnings |
commit | commitdiff | tree | snapshot |
2009-11-22 |
James Bursa | Change svgtiny_display to build debug version. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
James Bursa | Start implementing arcs in paths. Fix crash when an... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
James Bursa | Fix svgtiny_display script to work with new makefiles. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
John Mark Bell | -Wextra is only understood by GCC 3.4.6 or later. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
John Mark Bell | Fix colour component macros on RISC OS. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
John Mark Bell | Something approximating a makefile for the test binary. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
John Mark Bell | gperf -> .c rule. This isn't in the core buildsystem... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
John Mark Bell | Squash warnings |
commit | commitdiff | tree | snapshot |
2009-08-24 |
John Mark Bell | Missed makefile |
commit | commitdiff | tree | snapshot |
2009-08-24 |
John Mark Bell | Add libxml2 dep |
commit | commitdiff | tree | snapshot |
2009-08-24 |
John Mark Bell | Beginnings of port to core buildsystem |
commit | commitdiff | tree | snapshot |
2009-02-01 |
John Tytgat | Prefix build dirs with build- and svn ignore them.... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
John Tytgat | GCCSDK 4 build compatibility (not finished yet) |
commit | commitdiff | tree | snapshot |
2008-05-04 |
James Bursa | Add an overview of the library. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
James Bursa | Fix stroke widths. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
James Bursa | Add svgtiny_list and convert gradient plotting to use it. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
James Bursa | Add scale argument to svgtiny_test and svgtiny_display. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
James Bursa | Work on linearGradient attributes gradientUnits and... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
John Tytgat | Make it easier compilable in GCCSDK4's Autobuilder |
commit | commitdiff | tree | snapshot |
2008-02-19 |
James Bursa | Add support for x1, y1, x2, y2 attributes of linearGrad... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
James Bursa | Linear gradients, part 1. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
James Bursa | Scale stroke-width correctly. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
James Bursa | Add install target. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
James Bursa | Use BBGGRR instead of RRGGBB on RISC OS. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
James Bursa | Add support for cross-compiling to RISC OS. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
James Bursa | Implement svgtiny_free() and fix memory usage. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
James Bursa | SVG code extracted from NetSurf into a standalone library. |
commit | commitdiff | tree | snapshot |
|