]>
gitweb.michael.orlitzky.com - libsvgtiny.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
James Bursa [Sun, 22 Nov 2009 13:32:37 +0000 (13:32 -0000)]
Start implementing arcs in paths. Fix crash when an empty path has a gradient fill.
svn path=/trunk/libsvgtiny/; revision=9682
James Bursa [Sun, 15 Nov 2009 23:02:06 +0000 (23:02 -0000)]
Fix svgtiny_display script to work with new makefiles.
svn path=/trunk/libsvgtiny/; revision=9676
John Mark Bell [Fri, 6 Nov 2009 07:05:12 +0000 (07:05 -0000)]
-Wextra is only understood by GCC 3.4.6 or later.
It is a more descriptive synonym for -W.
Use -W instead which is understood by all common versions of GCC
(i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support)
Additionally, conditionalise our -Werror usage on whether we're building for
BeOS/Haiku. On these platforms, the standard library headers result in warnings.
GCC 2 is quite happy to build this code on other platforms, so shouldn't be
the trigger for dropping -Werror (even if BeOS is the only target where GCC2 is
likely to be used).
svn path=/trunk/libsvgtiny/; revision=9670
John Mark Bell [Tue, 8 Sep 2009 10:06:33 +0000 (10:06 -0000)]
Fix colour component macros on RISC OS.
svn path=/trunk/libsvgtiny/; revision=9558
John Mark Bell [Mon, 24 Aug 2009 09:25:11 +0000 (09:25 -0000)]
Something approximating a makefile for the test binary.
pkg-config control file.
svn path=/trunk/libsvgtiny/; revision=9426
John Mark Bell [Mon, 24 Aug 2009 09:14:08 +0000 (09:14 -0000)]
gperf -> .c rule. This isn't in the core buildsystem as nothing else requires this. We can migrate it when needed.
svn path=/trunk/libsvgtiny/; revision=9425
John Mark Bell [Mon, 24 Aug 2009 08:21:22 +0000 (08:21 -0000)]
Squash warnings
svn path=/trunk/libsvgtiny/; revision=9423
John Mark Bell [Mon, 24 Aug 2009 08:10:34 +0000 (08:10 -0000)]
Missed makefile
svn path=/trunk/libsvgtiny/; revision=9422
John Mark Bell [Mon, 24 Aug 2009 08:10:18 +0000 (08:10 -0000)]
Add libxml2 dep
svn path=/trunk/libsvgtiny/; revision=9421
John Mark Bell [Mon, 24 Aug 2009 08:06:29 +0000 (08:06 -0000)]
Beginnings of port to core buildsystem
svn path=/trunk/libsvgtiny/; revision=9419
John Tytgat [Sun, 1 Feb 2009 17:57:22 +0000 (17:57 -0000)]
Prefix build dirs with build- and svn ignore them. Simplify clean rule.
svn path=/trunk/libsvgtiny/; revision=6336
John Tytgat [Sun, 28 Sep 2008 20:35:57 +0000 (20:35 -0000)]
GCCSDK 4 build compatibility (not finished yet)
svn path=/trunk/libsvgtiny/; revision=5458
James Bursa [Sun, 4 May 2008 01:59:15 +0000 (01:59 -0000)]
Add an overview of the library.
svn path=/trunk/libsvgtiny/; revision=4122
James Bursa [Sun, 4 May 2008 00:24:50 +0000 (00:24 -0000)]
Fix stroke widths.
svn path=/trunk/libsvgtiny/; revision=4121
James Bursa [Sun, 30 Mar 2008 01:14:46 +0000 (01:14 -0000)]
Add svgtiny_list and convert gradient plotting to use it.
svn path=/trunk/libsvgtiny/; revision=4062
James Bursa [Mon, 10 Mar 2008 04:45:21 +0000 (04:45 -0000)]
Add scale argument to svgtiny_test and svgtiny_display.
svn path=/trunk/libsvgtiny/; revision=3915
James Bursa [Mon, 10 Mar 2008 04:43:44 +0000 (04:43 -0000)]
Work on linearGradient attributes gradientUnits and gradientTransform. Adapt number of segment steps depending on difference in gradient.
svn path=/trunk/libsvgtiny/; revision=3914
John Tytgat [Sun, 9 Mar 2008 15:21:53 +0000 (15:21 -0000)]
Make it easier compilable in GCCSDK4's Autobuilder
svn path=/trunk/libsvgtiny/; revision=3906
James Bursa [Tue, 19 Feb 2008 01:13:11 +0000 (01:13 -0000)]
Add support for x1, y1, x2, y2 attributes of linearGradient.
svn path=/trunk/libsvgtiny/; revision=3862
James Bursa [Mon, 18 Feb 2008 20:47:03 +0000 (20:47 -0000)]
Linear gradients, part 1.
svn path=/trunk/libsvgtiny/; revision=3861
James Bursa [Sun, 3 Feb 2008 21:50:32 +0000 (21:50 -0000)]
Scale stroke-width correctly.
svn path=/trunk/libsvgtiny/; revision=3841
James Bursa [Sun, 3 Feb 2008 19:10:05 +0000 (19:10 -0000)]
Add install target.
svn path=/trunk/libsvgtiny/; revision=3836
James Bursa [Sun, 3 Feb 2008 19:09:48 +0000 (19:09 -0000)]
Use BBGGRR instead of RRGGBB on RISC OS.
svn path=/trunk/libsvgtiny/; revision=3835
James Bursa [Sun, 3 Feb 2008 18:27:57 +0000 (18:27 -0000)]
Add support for cross-compiling to RISC OS.
svn path=/trunk/libsvgtiny/; revision=3831
James Bursa [Sat, 2 Feb 2008 18:10:19 +0000 (18:10 -0000)]
Implement svgtiny_free() and fix memory usage.
svn path=/trunk/libsvgtiny/; revision=3825
James Bursa [Sat, 2 Feb 2008 17:47:18 +0000 (17:47 -0000)]
SVG code extracted from NetSurf into a standalone library.
svn path=/trunk/libsvgtiny/; revision=3824