]> gitweb.michael.orlitzky.com - libsvgtiny.git/shortlog
libsvgtiny.git
2012-06-29 Daniel SilverstoneUpdate to new NSBUILD infrastructure
2012-02-27 Vincent SandersBump version number
2011-09-28 Chris YoungDon't treat warnings as errors on AmigaOS
2011-03-21 François Revelsed in BeOS still doesn't handle -i, so use a temporary...
2011-01-02 John Mark Bells/strndup/svgtiny_strndup
2010-12-29 John Mark BellUse built-in strndup if the platform we're targetting...
2010-09-24 James BursaSplit the string for stroke-width like it's done for...
2010-01-10 James BursaAdd an example of using libsvgtiny. Displays an SVG...
2010-01-03 François RevelFor BeOS libxml2 is not part of the default devkit...
2010-01-02 François RevelMore of the C89... really do test it please!
2010-01-02 François RevelLots of C89, please test...
2010-01-02 François RevelC89: Fix for gcc2 "warning: comma at end of enumerator...
2009-11-28 James BursaRound stroke widths to nearest integer instead of down...
2009-11-28 James BursaImplement <ellipse> element. Improve error handling...
2009-11-22 Chris YoungDespite M_PI being #defined in math.h, and math.h being...
2009-11-22 Chris YoungAmigaOS4 standard library headers also create warnings
2009-11-22 James BursaChange svgtiny_display to build debug version.
2009-11-22 James BursaStart implementing arcs in paths. Fix crash when an...
2009-11-15 James BursaFix svgtiny_display script to work with new makefiles.
2009-11-06 John Mark Bell-Wextra is only understood by GCC 3.4.6 or later.
2009-09-08 John Mark BellFix colour component macros on RISC OS.
2009-08-24 John Mark BellSomething approximating a makefile for the test binary.
2009-08-24 John Mark Bellgperf -> .c rule. This isn't in the core buildsystem...
2009-08-24 John Mark BellSquash warnings
2009-08-24 John Mark BellMissed makefile
2009-08-24 John Mark BellAdd libxml2 dep
2009-08-24 John Mark BellBeginnings of port to core buildsystem
2009-02-01 John TytgatPrefix build dirs with build- and svn ignore them....
2008-09-28 John TytgatGCCSDK 4 build compatibility (not finished yet)
2008-05-04 James BursaAdd an overview of the library.
2008-05-04 James BursaFix stroke widths.
2008-03-30 James BursaAdd svgtiny_list and convert gradient plotting to use it.
2008-03-10 James BursaAdd scale argument to svgtiny_test and svgtiny_display.
2008-03-10 James BursaWork on linearGradient attributes gradientUnits and...
2008-03-09 John TytgatMake it easier compilable in GCCSDK4's Autobuilder
2008-02-19 James BursaAdd support for x1, y1, x2, y2 attributes of linearGrad...
2008-02-18 James BursaLinear gradients, part 1.
2008-02-03 James BursaScale stroke-width correctly.
2008-02-03 James BursaAdd install target.
2008-02-03 James BursaUse BBGGRR instead of RRGGBB on RISC OS.
2008-02-03 James BursaAdd support for cross-compiling to RISC OS.
2008-02-02 James BursaImplement svgtiny_free() and fix memory usage.
2008-02-02 James BursaSVG code extracted from NetSurf into a standalone library.