2004-06-09 Dodji Seketeli * configure.in: several versions of libcroco can now be installed in parallel. We compile and link against the 0.6.xx serie. 2004-06-08 Caleb Moore * rsvg.c, rsvg-styles.c: made stop colours inheritable * rsvg-filter.c: made gaussian blurring better looking by weighting by alpha * rsvg-pattern.c: made patterns able to link to others 2004-06-08 Caleb Moore * rsvg.c, rsvg-paint-server.c: added pattern support * rsvg-shapes.c: return the value of the new group created when pushing defs groups * rsvg-css.c: fixed problem caused when there are multiple seperating charactors between two elements in a list * rsvg-filter.c: fixed the constant term in colour matricies. 2004-06-06 Dom Lachowicz * rsvg.c: Back out elementNs functions. They're not needed after all. * test-display.c: Save the input SVG to a file. Better printing code - scales nicely, preserves aspect-ratio 2004-06-07 Caleb Moore * rsvg-css.c: fixed css to break strings on the LAST colon rather than the fist one. This allows namespaces to work once more!!! 2004-06-06 Caleb Moore * rsvg-filter, rsvg-styles.c: added adobe blending modes, still does not work because of namespace issues * rsvg.c: got rid of the whole defs handler thing, it was unnecisarry. Now just use ctx->in_defs for everything. 2004-06-05 Caleb Moore * rsvg-filter: optimised bounding box calculation, optimised colour chanel skipping, made feTile work in some cases (when it is used after another properly modified primitive) 2004-06-01 Caleb Moore * rsvg-paint-server.c: fixed bug 139268 2004-05-28 Caleb Moore * rsvg-css.c: fixed typos in css colour definitions 2004-05-15 Caleb Moore * rsvg.c: fixed a bug causing defaults to be messed up when a radial gradient is based on a linear gradient and vice versa 2004-05-14 Dom Lachowicz * autogen.sh: Support automake 1.8 * */Makefile.am: Add VFS libs 2004-05-09 Dom Lachowicz * rsvg-text.c: Don't pollute the global namespace * rsvg-text.h: Ditto * rsvg.c: Ditto 2004-04-30 Dom Lachowicz * librsvg-2.0.pc.in: Remove bogus dependencies 2004-04-18 Dom Lachowicz * configure.in * rsvg-shapes.c: Enable loading remote images 2004-04-18 Dodji Seketeli * configure.in: use libcroco 0.6.0 * rsvg-styles.c: (ccss_property): libcroco use CRString now, no GString. 2004-04-12 Dom Lachowicz * rsvg-shapes.c, rsvg-filter.c: Support data: images in filters 2004-04-12 Ross Burton * rsvg-shapes.c: Use the correct rowstride when scaling images. 2004-03-30 Caleb Moore * rsvg-paint-server.c: made currentColor work for gradients 2004-03-27 Dom Lachowicz * moz-plugin.c: Support a few additional "mime types" for SVG. Apparently, Adobe returns image/svg-xml... 2004-03-25 Dom Lachowicz * rsvg-styles.c: bug 138084 2004-03-23 Dom Lachowicz * test-display.c: Use the current SVG as our application icon instead of that W3C logo 2004-03-23 Caleb Moore * rsvg-paint-server.c: fixed linear gradient transformations 2004-03-22 Christian Schaller * Use original SVG by Chris Lilley as rsvg-viwer logo 2004-03-21 Dom Lachowicz * configure.in: Check for GnomePrint * test-display.c: Save SVG to PNG, print SVG