2009-06-01 Andre Klapper * gtk-engine/svg-render.c: Replace deprecated gdk_pixmap_unref() with g_object_unref(). Partially fixes bug #572084. 2009-06-01 Andre Klapper * configure.in: * gtk-engine/svg-render.c: * gtk-engine/svg-draw.c: Remove some deprecated gtk+ functions. Bump gtk+ requirement to 2.16. Partially fixes bug #572084. 2009-03-16 Dominic Lachowicz * configure.in: 2.26.0 2009-02-19 Christian Persch * rsvg-base.c: fails to parse SVG with parameter entities. Bug #567311 2009-02-19 Thomas Andersen * rsvg-image.c: mem leaks. Bug #444444 2009-02-19 Matthias Clasen * rsvg-filter.c: filter nodes are leaked. Bug #475851. 2009-02-19 Josselin Mouette * rsvg-path.c: Crashes on some architectures because of wrong zero check on doubles. Bug #565371 2009-02-19 Christian Persch * rsvg-base.c: better error messages. Bug #567307 2009-02-19 Thomas Andersen * rsvg-filter.c: "const static" should be "static const". Bug #570656 2009-02-19 Thomas Andersen * gtk-engine/svg-draw.c: don't use deprecated gdk_pixbuf_unref. Bug #570938 2009-02-19 liucougar * rsvg-text.c: librsvg can not render text-decoration=underline text. Bug #566365 * rsvg-cairo-draw.c: ditto 2009-02-19 Luis Menina * *: GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789 2009-02-19 Hagen Schink * rsvg-base.c: Memory leak in rsvg_handle_get_dimensions_sub(). Bug #562546 2009-02-19 Robert Staudinger * rsvg-file.c: Do not allocate RsvgState in rsvg_new_image(), use the instance that's been allocated and set up in the call to _rsvg_node_init(). Bug #557082 2009-01-09 Christian Persch * doc/rsvg-sections.txt: * librsvg.def: * rsvg-base.c: * rsvg.h: Add function to check whether the SVG document contains an element by ID. Bug #567070. 2009-01-06 Christian Persch * configure.in: * librsvg-features.h.in: Also add feature defines and check macro to librsvg-features.h.in. Bug #566701. 2009-01-06 Christian Persch * configure.in: * librsvg-2.0-uninstalled.pc.in: * librsvg-2.0.pc.in: Indicate in the .pc file whether svgz and css support is available. Bug #564616. 2008-12-15 Christian Persch * rsvg-base.c: (rsvg_handle_get_position_sub): Return TRUE on success. Bug #564522. 2008-12-12 Christian Persch * librsvg-features.h.in: Add version check macro. Bug #564226. 2008-11-27 Robert Staudinger * doc/rsvg-sections.txt: New API rsvg_handle_get_position_sub(), gets the offset of an SVG element. * librsvg.def: * rsvg-base.c (rsvg_handle_get_position_sub): * rsvg-dimensions.c (main): * rsvg.h: ditto. 2008-11-22 Dominic Lachowicz * rsvg-cairo-render.h: Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches from Hagen Schink (troja84@gmail.com) and Robert Staudinger (robert.staudinger@gmail.com) * librsvg.def: * rsvg-private.h: * ChangeLog: * rsvg-structure.c: * rsvg-base.c: * rsvg-css.c: * rsvg.h: * rsvg-dimensions.c: * Makefile.am: * rsvg-cairo-render.c: * rsvg-gobject.c: ditto 2008-11-22 Dominic Lachowicz * gdk-pixbuf-loader/Makefile.am: -I flag-ordering problem breaks build if system already has lib installed (#558040). Patch from dmacks@netspace.org * Makefile.am: ditto 2008-11-22 Dominic Lachowicz * Makefile.am: Stray Makefile variables (#558039). Patches from dmacks@netspace.org * rsvg-base.c: * gdk-pixbuf-loader/Makefile.am: * gtk-engine/Makefile.am: ditto 2008-11-22 Dominic Lachowicz * gtk-engine/svg-rc-style.c: Remove deprecated GLib symbols (#560444). Patch by Luis Menina (liberforce@freeside.fr) 2008-11-05 Kjartan Maraas * rsvg-private.h: Use G_STRFUNC as suggested by Christian Persch. 2008-11-05 Kjartan Maraas * rsvg-private.h: Don't use deprecated glib symbols. 2008-10-20 Dominic Lachowicz * rsvg-structure.c: Stop crash due to recursive references (#518640). Patch by Tom Parker * rsvg-private.h: ditto * rsvg-base.c: ditto * rsvg-cairo-render.c: ditto 2008-10-20 Dominic Lachowicz * rsvg-mask.c: another memory leak (#552919). Found by mclasen. 2008-10-20 Dominic Lachowicz * rsvg-gobject.c: gdmgreeter segfault due to libxml2 API/ABI change (#549087). Patch by Tom Parker (palfrey%40tevp.net). Untested against libxml2 >= 2.7.0, but DV says "from the distance, that patch seems to do the right thing" * rsvg-base.c: ditto 2008-10-20 Dominic Lachowicz * rsvg-convert.c: background color setting feature in rsvg_convert program (#556969). Patch inspired by harobed (stephane%40harobed.org) * librsvg.def: Export 1 function necessary for the above 2008-10-20 Dominic Lachowicz * rsvg-convert.c: command-line tools can't handle UTF-8 encoded filenames (#557036, reported by Tim Starling) * test-display.c: ditto 2008-09-23 Vincent Untz * configure.in: post-release bump to 2.22.4. ==================== 2.22.3 ==================== 2008-09-23 Vincent Untz * NEWS: * configure.in: version 2.22.3 2008-08-26 Dominic Lachowicz * rsvg-cairo.h: Make cairo render functions return a gboolean. Returns TRUE if the image can't be rendered * rsvg.c: Check && handle the return value * rsvg-cairo-render.c: Implement the above. Also, return FALSE if we're asked to render an ID that doesn't exist Collectively, fixes #540383 - rsvg_handle_render_cairo_sub - if ID not found, return an error and/or dont render whole SVG 2008-08-26 Dominic Lachowicz * rsvg-private.h: #539488 - migrate use of GMemChunk to GSlice, from Felix Riemann * rsvg-base.c: ditto * rsvg-styles.c: ditto * rsvg-cairo-render.c: ditto 2008-08-26 Dominic Lachowicz * rsvg-text.c: #524835 - nautilus crashed with SIGSEGV 2008-08-26 Dominic Lachowicz * gdk-pixbuf-loader/io-svg.c: #538149 - svg_loader.so does not set license field in GdkPixBufFormat 2008-08-26 Dominic Lachowicz * rsvg-filters.c: #548154 - Nautilus Segmentation fault when displaying SVG file 2008-08-26 Dominic Lachowicz * gdk-pixbuf-loader/io-svg.c: #549418 - build failure: test-display.c io-svg.c format not a string literal and no format arguments * test-display.c: Ditto 2008-08-25 Dominic Lachowicz * rsvg-path.c: 549256 - some arcs are not well drawn in SVG path. From Frederic Wang 2008-08-22 Dominic Lachowicz * tests/rsvg-test.c: Bug #547981 - librsvg-test.c doesn't build on x86_64 2008-08-21 Dominic Lachowicz * rsvg-path.c: Bug #548494 - bad rendering for some wacko SVG path data 2008-08-04 Simon Budig * rsvg-styles.[ch]: fix the handling of the stroke-dashoffset property. 2008-05-23 Tor Lillqvist * tests/samples/artwork.svg: Use "sans-serif" instead of "sanserif". * tests/samples/Picasso.svg: Use "sans-serif" instead of "sansserif". 2008-05-20 Tor Lillqvist * librsvg-zip.in: Package rsvg-convert.exe instead of the now nonexistent rsvg.exe. 2008-04-28 Wouter Bolsterlee * rsvg-text.c: Use #elif instead of nested #else #if. 2008-04-28 Wouter Bolsterlee * rsvg-text.c: Don't use #else if, but #else and an additional #if. Fixes the build with at least gcc 4.2.3. 2008-04-25 Hans Breuer * rsvg-css.c : use HAVE_STRINGS_H * rsvg-path.c : #include "rsvg-private.h" to get common definitions * rsvg-text.c : make the text rendering capability depend on what cairo provides. If there is no CAIRO_HAS_FT_FONT try to use CAIRO_HAS_WIN32_FONT. Makes librsvg buildable on windows without freetype dependency, bug #529889 2008-03-04 Dominic Lachowicz * rsvg-image.c: rsvg-convert crashed with SIGSEGV in _rsvg_acquire_xlink_href_resource() (#520261) 2008-02-24 Dominic Lachowicz * rsvg-text.c: * rsvg-styles.h: * rsvg-styles.c: Handle xml:space="prserve" (#353609) 2008-02-24 Dominic Lachowicz * rsvg-path.c (rsvg_parse_path_do_cmd): If a moveto is followed by multiple pairs of coordinates, the subsequent pairs are treated as implicit lineto commands. (#482787) * rsvg-structure.c (rsvg_node_draw): Handle display:none (#486377) * test-display: Make window size larger (#445870) 2008-02-20 Dominic Lachowicz * Fixes last bug @ below url. Text inside of text and tspan nodes now gets coalesced, so that we can pass it all to a single PangoLayout. This fixes some rendering bugs. 2008-02-20 Dominic Lachowicz From Behdad Esfahbod * Fixes bugs described in the following thread: http://lists.cairographics.org/archives/cairo/2008-February/013082.html 2008-02-03 Christian Persch * rsvg-gobject.c: (rsvg_ctx_free_helper): Fix mismatched allocators. Bug #514071. 2008-02-02 Dominic Lachowicz * test-display.c: Get rid of gnome print. Use gtk-print instead (#508526) 2008-02-02 Dominic Lachowicz * configure.in: Bump version #; automake warning about required AM_PROG_CC_C_O (#513858) 2008-02-02 Jan Arne Petersen * Migrate to gio (#513778) 2008-01-29 Christian Persch * test-display.c: (view_pixbuf): Add the filename to the window title. Bug #512797. 2008-01-20 Dominic Lachowicz * configure.in: Bump version #to 2.20.0 2008-01-19 Bertram Felgenhauer * Bug 500787 - translation gets ignored when rendering an svg with cairo in the context of a cairo_push_group() 2007-11-27 Dom Lachowicz * rsvg-base.c: 499386 - rsvg_handle_close leads to segfault * rsvg-private.h: Ditto 2007-09-24 Dom Lachowicz * gdk-pixbuf-loader/io-svg.c: svgz support is optional (#473836, Lucas Rocha) * rsvg-cairo-draw.c: Fix memory leak (#475841, Matthias Clasen) 2007-08-29 Dom Lachowicz * NEWS: update * configure.in: 2.18.2 2007-08-21 Emmanuel Pacaud * rsvg-styles.c: fix a typo preventing the compilation. 2007-08-20 Dom Lachowicz * NEWS: update * configure.in: 2.18.1 2007-08-20 Dom Lachowicz * rsvg-styles.c: Basic support for SVG 1.1's text-rendering and shape-rendering properties (#464599) http://www.w3.org/TR/SVG/painting.html#ShapeRenderingProperty * rsvg-styles.h: Ditto * rsvg-cairo-draw.c: Ditto 2007-07-24 Dom Lachowicz * configure.in: Bump version to 2.18.0 2007-07-20 Dom Lachowicz * rsvg-cairo-render.h: * rsvg-cairo-draw.c: * rsvg-cairo-clip.c: * rsvg-cairo-render.c: Rendering magnified SVGs with rsvg-cairo produces blurry images (#412682) From Bertram Felgenhauer 2007-07-20 Dom Lachowicz * rsvg-styles.c: Re-order how CSS styles get applied (#418823) 2007-07-20 Dom Lachowicz * rsvg-base.c: rsvg threw away nodes that it didn't understand, which caused things like not to work properly. Now, treat unknown nodes as groups (#401115) 2007-07-20 Emmanuel Pacaud * rsvg-base.c: Fix for embedded SVG position issue (#444462) 2007-07-19 Dom Lachowicz * rsvg-cairo-draw.c: Replace g_malloc with g_try_malloc. We'll need to go through the rest of the source and replace g_new with g_try_new, and fall-back gracefully. 2007-07-01 Dom Lachowicz * io-svg.c: Support compressed SVG from the GdkPixbufLoader (#452823) 2007-06-22 Emmanuel Pacaud * tests: Enable additional tests and add reference images. 2007-06-22 Emmanuel Pacaud * test-display.c: fix modeline. 2007-06-22 Emmanuel Pacaud Fix for Bug 448327 * rsvg-base.c (rsvg_path_is_uri): new. (rsvg_get_base_uri_from_filename): really return a URI. (rsvg_handle_set_base_uri): accept a non URI as parameter, converting it to local URI. * rsvg-convert.c: fix rsvg_handle_set_base_uri call. * rsvg-image.c (rsvg_get_file_path): adpat the code to the fact base_uri is now really an URI. (rsvg_acquire_file_resource): handle path==NULL. 2007-06-16 Dom Lachowicz * rsvg-structure.c: Bug 444462 - x & y attributes shouldn't affect the outermost element 2007-06-15 Dom Lachowicz * test-display.c: Bug 444443 - allow to subrender with rsvg-view. From Christian Persch. 2007-05-02 Dom Lachowicz * rsvg-base.c: Bug 435129 - crashes when using subrendering 2007-05-01 Dom Lachowicz * rsvg-base.c: mem leak in rsvg_cairo_render_sub (#409030) 2007-05-01 Dom Lachowicz * rsvg-base.c: #427031, again 2007-05-01 Emmanuel Pacaud * tests/rsvg-test.c: change generated png filename suffix from .png to -out.png. That makes thing cleaner for svn:ignore. 2007-05-01 Emmanuel Pacaud * rsvg-marker.c (rsvg_render_markers): fix marker orientation for spline paths. * tests/samples/arrows.svg, * tests/samples/arrows-ref.png: test file and reference rendering. 2007-04-23 Dom Lachowicz * rsvg-base.c: Incorrect rendering of certain SVG files because of SVG namespaces. Patch from Bertram Felgenhauer (#375649) 2007-04-12 Dom Lachowicz * rsvg-image.c: Bug 421697 - rsvg_handle_new_from_file overwrites GError 2007-04-12 Dom Lachowicz * configure.in: Bug 421710 - want a way to detect whether gnome-vfs support is enabled (Christian Perch) 2007-04-12 Dom Lachowicz * rsvg-base.c: If dst->virgin is set, dst->x, y, w and h are uninitialised. The result of the addition is already not used, but the addition itself can trigger floating point exceptions, so make sure it's not performed. Bug 427031 (Harald van Dijk) 2007-02-22 Emmanuel Pacaud Update reference files. They are generated using MS fonts. (http://corefonts.sourceforge.net/) 2007-02-21 Emmanuel Pacaud Implement letter-spacing property. http://bugzilla.gnome.org/show_bug.cgi?id=410509 * rsvg-styles.c: parse and handle letter-spacing. * rsvg-text.c (rsvg_text_create_layout): set letter spacing attribute. 2007-02-14 Dom Lachowicz * tests/Makefile.am: Bug 407230 - make check fails when builddir != srcdir in that certain headers are not found * tests/rsvg-test.c: Ditto 2007-02-12 Emmanuel Pacaud Add the W3C test files. * tests/rsvg-test.c: generates a html file with test failures. 2007-02-01 Emmanuel Pacaud * rsvg-marker.c (rsvg_marker_render): Don't clip if overflow style property is set to visible. Fix display of markers generated with inkscape. 2007-01-30 Ross Burton * rsvg-cairo-draw.c: Bug 402246 - Rsvg was leaking Pango contexts, layouts, and GList nodes. * rsvg-text.c: Ditto 2007-01-29 Dom Lachowicz * test-display.c: 402107 . rsvg_convert and rsvg_viiew crash if called without arguments * rsvg-convert.c: ditto 2007-01-27 Emmanuel Pacaud Regression test suite (use make check). * tests/rsvg-test.c: new. * tests/rsvg-test.txt: new. Contains the list of test files. * tests/bugs: directory for bug test files. * tests/samples: directory for random test files. * tests/svg1.2: directory for SVG 1.2 feature test files. 2007-01-27 Emmanuel Pacaud * rvsg-cairo-draw.c (_rsvg_cairo_set_operator): add support for 'plus' comp-op. * rsvg-styles.c (rsvg_parse_style_arg): ditto. * rsvg-styles.h: ditto. 2007-01-25 Kouhei Sutou * rsvg-cairo-clip.c: Fix clipping regression introduced by the 2006-10-13 patch (bug 388545) 2007-01-13 Emmanuel Pacaud Fix Emacs modeline. Tab is 8 characters. 2007-01-12 Emmanuel Pacaud Fix indentation of *.h files. Running indent on them was not a good idea. Also add sts setting to vim modeline. 2007-01-12 Emmanuel Pacaud Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100 2007-01-12 Emmanuel Pacaud Add support for porterduff comp-op operators and for enable-background. * rsvg-cairo-draw.c (_rsvg_cairo_set_operator): new. (rsvg_cairo_render_path): request a temporary buffer when operator is not src-over. (rsvg_cairo_render_image): set composite operator before painting. (rsvg_cairo_push_render_stack): don't exit for operator != src-over or enable-background != accumulate. (rsvg_cairo_pop_render_stack): ditto. Set composite operator. * rsvg-styles.c (rsvg_state_init): added comp_op and enable_background. (rsvg_state_inherit_run): force inherit for comp_op and enable_background. (rsvg_parse_style_arg): parse for comp_op and enable_background. * rsvg-structure.c (rsvg_node_symbol_set_atts): move rsvg_parse_style_attrs inside the conditionnal block. 2007-01-05 Christian Persch * gtk-engine/svg-draw.c: (rsvg_style_register_type): * gtk-engine/svg-rc-style.c: (rsvg_rc_style_register_type): * rsvg-gobject.c: Bug #393297: no need to make GTypeInfo static. 2006-11-10 Dom Lachowicz * rsvg-css.c: Handle absolute font sizes [ xx-small | x-small | small | medium | large | x-large | xx-large ] 2006-11-09 Tor Lillqvist * librsvg-zip.in: DLLs are always in "bin" nowadays, no need to ponder that in the script. Use pkg-config to find out gtk_binary_version to use it in the pathnames to the engine and loader DLLs. 2006-11-02 Dom Lachowicz * configure.in: 2.16.1 2006-11-02 Dom Lachowicz * rsvg-structure.c: Bug 361267 - SVGs with duplicate IDs cause Nautilus/eog to crash. Basically, a used itself, causing infinite drawing recursion. 2006-11-02 Dom Lachowicz * rsvg-gobject.c: Introduce PRIVATE API to get around bugs 357406 and 362217. IMHO, gobject's type registration and quark/error system is fundamentally broken with respect to (un)loadable modules such as GTK+ theme engines. This is the best I can do for now without breaking librsvg's API. This may cause as many headaches as it fixes, though. * rsvg-private.h: Declare new _rsvg_register_types() function * gtk-engine/svg-main.c: Invoke new type registration function * librsvg.def: export this function 2006-11-02 Dom Lachowicz * rsvg-base.c: Use g_quark_from_string() because librsvg might be used in a plugin that gets unloaded 2006-10-13 Kouhei Sutou * rsvg-cairo-clip.c: Fix bug with scaling + clipping reported on cairo-devel. 2006-09-08 Wouter Bolsterlee * configure.in: Build the mozilla plugin using libxul in addition to mozilla and firefox. 2006-08-31 Dom Lachowicz * configure.in: 2.16.0 2006-08-23 Dom Lachowicz * rsvg-text.c: Bug 344116. The 5 crashes I mentioned before aren't reproducible. I'm enabling this code, and watching out for regressions. 2006-08-23 Dom Lachowicz * configure.in: Hopefully fix --disable-gtk-doc (341421) * doc/Makefile.am: Ditto 2006-08-23 Dom Lachowicz * librsvg.def: Make export symbols work on OSX (bug 352512) * rsvg-private.h: Some preparation work for color normalization 2006-08-22 Dom Lachowicz * Bug 344116: Committed patch from Kouhei Sutou that makes librsvg use Pango-Cairo instead of PangoFT2+rendering text as a path. This patch is disabled for now, as it crashes on at least 5 known SVGs (see bug 344116) 2006-08-22 Dom Lachowicz * rsvg-base.c (rsvg_handle_write_impl): Have libxml2 replace entities for us. This fixes a bug where style definitions don't get properly expanded, but causes a (2.15.x-only feature) regression when importing external ENTITIES. 2006-07-27 Dom Lachowicz * configure.in: 2.15.90 2006-07-22 Dom Lachowicz * configure.in: Bug 348329 make gnome-print dependency optional * rsvg-text.c: Don't leak PangoFt2 fonts (bug 344235). This is a work-around for Pango bug 143542. * rsvg.c: Document _render_sub better (bug 346964) * rsvg-cairo-render.c: Ditto 2006-07-22 Dom Lachowicz * configure.in: Require cairo-png 2006-07-20 Dom Lachowicz * rsvg-text.c: Fix build breakage caused by newer freetype versions (https://sourceforge.net/project/shownotes.php?release_id=416463&group_id=3157). For some reason, they thought that breaking API compatability in such a low-level, widely-used library was ok. 2006-06-28 Dom Lachowicz * rsvg-private.h: Use G_GNUC_PRETTY_FUNCTION so as to not depend on GCC extensions (#346163) * gdk-pixbuf-loader/Makefile.am: Remove trailing slash so that install.sh works on Solaris. It seems that it doesn't like test -d dir/ 2006-05-14 Dom Lachowicz * configure.in: New better way to invoke gtk-doc (see 341421) * Makefile.am: Ditto * doc/Makefile.am: Ditto * gtk-doc.make: Removed. Auto-generated 2006-05-07 Dom Lachowicz * gdk-pixbuf-loader/io-svg.c: Fix build on GTK+ >= 2.9. (329850) 2006-05-04 Dom Lachowicz * rsvg-base.c: Fix some cast warnings (340666) 2006-05-03 Emmanuel Pacaud * rsvg-base.c: Fix rounding error in rsvg_pixbuf_from_file() (340664) 2006-05-03 Dom Lachowicz * configure.in: Require cairo 1.1.2 or better * rsvg-convert.c: Remove code made unecessary by cairo 1.1.2 2006-05-03 Paolo Borelli * rsvg-filter.c: * rsvg-marker.c: * rsvg-mask.c: * rsvg-paint-server.c: * rsvg-private.h: Factor out rsvg_get_url_string. Bug 340505. 2006-05-03 Paolo Borelli * rsvg-text.[ch]: pass the lenght to rsvg_make_valid_utf8. * rsvg-base.c: avoid some strdups and avoid a leak in the !utf8 case of rsvg_characters(). Bug 340471. 2006-05-02 Dom Lachowicz * rsvg.c: Use g_try_malloc0 so that the app doesn't abort() if we can't malloc the requested # of pixels. Part of bug 340440. 2006-04-30 Dom Lachowicz * rsvg-base.c: Implement the XInclude spec to some large-ish degree. Currently doesn't support the "xpointer" bit. * rsvg-gobject.c: Only initialize the SAX handler once (on class init) rather than at object-init 2006-04-29 Dom Lachowicz * rsvg-paint-server.c: Fix a "type-punned pointer" issue found by Thomas VS * rsvg-base.c: xmlChar vs. char (#340114) 2006-04-27 Dom Lachowicz * rsvg-base.c: Handle system, public, and unparsed entity declarations better. Probably not 100% conformant, but probably better than not doing it at all. * rsvg-styles.c: Add support for the CSS @import directive. Probably isn't 100% conformant, but probably better than not doing it at all. 2006-04-27 Dom Lachowicz * rsvg-css.c (rsvg_css_parse_xml_attribute_string): Code borrowed from Expat. Takes a XML attribute+value string and turns it into attribute+value pairs. * rsvg-base.c (rsvg_processing_instruction): Implement as best I know how. (related to #338163) 2006-04-27 Dom Lachowicz * rsvg-base.c (rsvg_processing_instruction): Stub out how to handle the processing instruction 2006-04-25 Dom Lachowicz * rsvg-image.c: Initialize node->super, to avoid a crash (#339637) 2006-04-24 Dom Lachowicz * librsvg.def: Export rsvg_error_get_type() (#339641) 2006-04-19 Dom Lachowicz * *.[ch]: Use rsvg_return_if_fail where appropriate, to make life easier for language bindings and to report errors more consistently (bug #338881) 2006-04-17 Sebastian Rittau * Update API documentation to match deprecated symbol list 2006-04-01 Dom Lachowicz * rsvg-convert.c: Ditch popt in favor of GOption (#336090) * rsvg-convert.c: Ditto * test-display.c: Ditto * test-performance.c: Ditto * configure.in: Ditto, bump version number (2.15.0) 2006-03-22 Dom Lachowicz * rsvg-base-file-util.c: rsvg_handle_set_base_uri() in rsvg_handle_new_from_file() is too late (#335450) 2006-03-19 Dom Lachowicz * rsvg-base.c: Fix a crash exposed by bug 335107 * rsvg-convert: Prevent warnings/crash after getting a null RsvgHandle back 2006-03-16 Dom Lachowicz * rsvg-convert.c: rsvg-convert 'crashes' because it calls g_error() on an error condition, instead of fprintf(stderr, ...) (#334813) ==== GNOME 2.14 release ==== 2006-03-11 Dom Lachowicz * configure.in: 2.14.2. This will go into GNOME 2.14. 2006-03-02 Dom Lachowicz * configure.in: Depend on newer libcroco for bugfix 333057 2006-02-29 Dom Lachowicz * librsvg.def: Fix bug 327855 2006-02-28 Dom Lachowicz * configure.in: 2.14.1 2006-02-28 Caleb Moore * rsvg-structure.c: Make elements parse style (bug 332700) 2006-02-27 Dom Lachowicz * rsvg-text.c: Fix C89 compile error, from Jens Granseuer (bug 332714) * rsvg.in: Bug 332798 - rsvg wrapper script doesn't escape shell metacharacters 2006-02-26 Dom Lachowicz * rsvg-styles.c (rsvg_state_inherit_run): Fix inheritence of dash arrays (bug 332699) 2006-02-25 Dom Lachowicz * configure.in: 2.14.0 2006-02-16 Dom Lachowicz * rsvg-filter.c: Fix segv when encountering feMergeNode (bug 330928) 2006-02-15 Rob Staudinger * rsvg-text.c: revert fix #168223, it causes side-effects. 2006-02-15 Caleb Moore * rsvg-text.c: made text push and pop discrete layers as appropriate - bug #331116 2006-02-10 Dom Lachowicz * rsvg-cairo.h: Add G_BEGIN/END_DECLS for C++ protection - bug 330722 2006-02-07 Rob Staudinger * rsvg-text.c: fix #168223. 2006-02-06 Dom Lachowicz * rsvg-base.c: Fix C89 conformance (bug 330151), from Jens Granseuer. * configure.in: bump version # 2006-02-05 Dom Lachowicz * rsvg.h: Export RsvgHandle and RsvgHandleClass to the outside world so you can subclass them * *.c: Changes necessary for ^^^ 2006-02-05 Dom Lachowicz * rsvg-cairo-render.c: Bug #323114; work-around for a nasty cairo bug wrt pixel dirt * rsvg.c: Ditto 2006-02-05 Dom Lachowicz * rsvg-base-file-util.c: Bug #330008 - prevent crashes and other bad behavior by checking return values. Inspired by work done by Daniel Drake (dsd@gentoo.org) * rsvg-base.c, rsvg-convert.c, rsvg-defs.c, rsvg-file-util.c, rsvg.c, test-display.c: Ditto * test-display.c: Don't show zoom buttons in the Mozilla plugin * rsvg-cairo-draw.c: Bug #330022; code computes wrong pixel values with color = 0xFF and alpha - 0xff. From Emmanuel Pacaud. 2006-02-05 Caleb Moore * rsvg.in, configure.in: committed two patches from Daniel Drake in regards to our python rsvg script. 2006-02-04 Rob Staudinger * rsvg-gobject.c: add props "width", "height", "em", "ex" (all read only) * rsvg.h: fix doc after cairo rendering renaming 2006-02-04 Dom Lachowicz * *.c: Rename rsvg_cairo_render to rsvg_handle_render_cairo, for better GObject consistency * configure.in: 2.13.91 2006-02-04 Dom Lachowicz * doc/*: Update documentation. I'm pretty happy with how things look and are arranged now. * *.c: Don't use newly deprecated functions * configure.in: 2.13.90 2006-02-04 Rob Staudinger * rsvg-gobject.c: RsvgHandle now derives from GObject. This doesn't break API/ABI. 2006-02-03 Caleb Moore * rsvg-cairo-draw.c: fixed a nasty pattern regression I made a month ago when I was cleaning up the code. 2006-02-03 Caleb Moore * rsvg-structure.c: bug #329636 2006-01-28 Dom Lachowicz * Update documentation. Should be near 100% symbol coverage. 2006-01-19 Rob Staudinger * add gtk-doc.make for doc build 2006-01-17 Rob Staudinger * configure.in: re-enable gtk-doc build * Makefile.am: dist and cvs add gtk-doc.make * doc/Makefile.am: include gtk-doc.make instead of copying the targets 2006-01-16 Rob Staudinger * test-display.c: Bug 327177 - add Zoom toolbar 2006-01-16 Dom Lachowicz * TODO: update to reflect work done and future goals 2006-01-12 Dom Lachowicz * TODO: updated our roadmap 2006-01-11 Dom Lachowicz * Bug #326485 merits a 2.13.5 release 2006-01-12 Caleb Moore * rsvg-cairo-draw.c: bug #326485, also some code cleanups 2006-01-10 Dom Lachowicz * 2.13.4 2006-01-10 Dom Lachowicz * Public functions: added g_return_XXX() sneeze-guards 2006-01-07 Dom Lachowicz * librsvg.def: List of symbols that we export * Makefile.am: Use libtool's -export-symbols to try to only export the above symbols (on platforms where it's supported). 2005-12-31 Dom Lachowicz * rsvg-cairo.h: Bug 325357 - compile fails when rsvg-cairo.h is #included. (Callum McKenzie) 2005-12-20 Dom Lachowicz * configure.in: Mozilla-config fixes so that it works with more config scripts * rsvg-convert.c: Fix some GCC 4.0 build warnings (323936) 2005-12-10 Dom Lachowicz * rsvg-cairo.c: Remove * rsvg-convert.c: New utility called 'rsvg-convert'. Can convert a SVG to a PS, PDF, or PNG. Can accept SVG input from STDIN and output to STDOUT. Has a lot more flexibility and functionality than the old 'rsvg' program. * test-rsvg.c: Remove * rsvg.in: Reimplement 'rsvg' command-line utility in terms of the newer rsvg-convert 2005-12-09 Caleb Moore * rsvg-shapes.c: don't attempt to round courners at all in a rect unless dx > 0 && dy > 0 2005-12-07 Ray Strode * rsvg-base.c: remove the push call that's more probably wrong and clean up leaked viewbox list node (bug 323436) * rsvg-shapes.c: call finalize cleanup function of node parent class in path_node and poly_node free functions (bug 323435) * rsvg-structure.c: Ditto * rsvg-structure.h: Ditto 2005-12-04 Dom Lachowicz * rsvg-defs.c: Plug a small mem leak found by Paolo Borelli (bug #322918) 2005-11-26 Dom Lachowicz * configure.in: Bump version number * *.c: C89 build fixes from jensgr@gmx.net (Jens Granseuer) - bug 322489 * rsvg-cairo-render.c, rsvg.c, rsvg.h: Make mods to Caleb's latest work. Prefer to expose a Cairo API that can render an element by id, and then go from there. * rsvg.c: No need to g_new0() data since we'll be overwriting it anyway 2005-11-26 Caleb Moore * rsvg-cairo-render.c, rsvg.c, rsvg.h: made that partial rendering api that I promised Rahga ages ago. Havn't tested yet. 2005-11-25 Dom Lachowicz * configure.in: 2.13.3 2005-11-04 Dom Lachowicz * rsvg-art-*.[ch]: Remove these files, as they've been replaced by Cairo. Libart is dead. Long live libart! 2005-10-31 Dom Lachowicz * rsvg.h: Revert API changes to make the Gimp folk happier * rsvg-base.c: Reflect that change elsewhere * test-display.c: Ditto * test-rsvg.c: Ditto * rsvg-cairo.c: Ditto 2005-10-25 Dom Lachowicz * configure.in: 2.13.2 2005-10-25 Caleb Moore * rsvg-file-util.c: Fix bug 319601, resolving relative references to an image's dependencies 2005-10-23 Caleb Moore * everywhere: use strings for RTTI, not sure about the speed hit, but allows us a lot more flexiblity * rsvg-base.c: hack char structs so that switch ignores them. 2005-10-23 Caleb Moore * rsvg-private.h: removed obsolete percentage resolution structures * rsvg-base.c: char structs are back * rsvg-text.c: rewrite, now supports DOM stuff and trefs 2005-10-22 Dom Lachowicz * rsvg-cond.c (rsvg_cond_parse_system_language): setlocale(LC_ALL) may return "C". Evaluate $LANG first, equate "C" with "en". 2005-10-22 Dom Lachowicz * gtk-engine/svg-render.c: Cache RsvgHandles rather than GByteArrays containing SVG data. Preparation for move to cairo-only theme engine. 2005-10-22 Dom Lachowicz * configure.in: Rip out libart backend; require the cairo backend, and require cairo >= 1.0.2 * Makefile.am: re-enable the gtk-engine and gdk-pixbuf-loader. Ditto, library re-org * librsvg-2.0.pc.in: Ditto * librsvg.spec.in: Ditto * rsvg.c: Ditto * gtk-engine/Makefile.am: Ditto 2005-10-22 Dom Lachowicz * test-display.c: Implement image zooming. Todo: rewrite this to use Cairo. 2005-10-21 Dom Lachowicz * rsvg-cond.c: More robust way of getting your language 2005-10-22 Caleb Moore * a_lot_of_places: implemented a system of late normalizations of lengths. Now used everywhere * rsvg-base.c: find out the size of the contents of an SVG if there is nothing else to go on. 2005-10-20 Dom Lachowicz * configure.in: Prioritize the cairo backend over the libart one; disable the libart backend until it builds again * Makefile.am: Ditto * rsvg-cairo-draw.c (rsvg_cairo_generate_mask): Fix major memleak generating a mask surface * rsvg-filter.c (rsvg_new_filter_primitive_light_source): Memleak * rsvg-mask.c (rsvg_new_clip_path): Ditto 2005-10-20 Caleb Moore * rsvg-filter.c: filters now using pre-multiplied alpha and have changable byte ordering * rsvg-cairo-draw.c: handles bounding boxes around images correctly 2005-10-19 Caleb Moore * rsvg-cairo-draw.c: series of hacks to make filters work * rsvg-filter.c: use the new bbox system used in rsvg-cairo for filters * rsvg-base.c: moved RsvgCairoBbox to RsvgBbox 2005-10-16 Dom Lachowicz * rsvg-cairo-draw.c: No need to new0() image data, it just wastes CPU since we'll be overwriting it anyway. 2005-10-13 Caleb Moore * rsvg-cairo-draw.c: made masks more efficient by not needing two textures, made patterns crisper and hopefully faster by scaling ahead of time. Still does not do full pre-transformation. * rsvg-cairo-clip.c: made clip-rule work properly 2005-10-12 Caleb Moore * rsvg-cairo-draw.c, rsvg-cairo-render.c, rsvg-cairo-render.h, rsvg-cairo-clip.h: made clip paths and masks able to use objectBoundingBox coordinates 2005-10-11 Caleb Moore * rsvg-text.c: made text not crash rsvg when used with the new switch system. I can't believe I havn't got around to rewriting the text system yet. 2005-10-10 Caleb Moore * rsvg-cairo-draw.c: patterns now transform correctly, passes all pattern tests * rsvg-cairo-draw.c: fx and fy were confused with cx and cy in the radial gradient section 2005-10-09 Caleb Moore * rsvg-structure.c: added preservation of aspect ratio to SVG elements 2005-10-08 Carl Worth * rsvg-cairo-draw.c: (_set_source_rsvg_pattern): Add preliminary support for patterns to rsvg-cairo, (doesn't do transformed patterns yet). * rsvg-cairo-draw.c: (_set_source_rsvg_paint_server), (rsvg_cairo_render_path): Pass the RsvgDrawingCtx down do the sub-functions since the pattern drawing code needs it in order to call _rsvg_node_draw_children. 2005-10-08 Carl Worth * Makefile.am: Add apparently missing POPT_LIBS flags to librsvg_2_cairo_la_LIBADD. 2005-10-08 Carl Worth * rsvg-base.c: (rsvg_entity_decl): Add some more casts to let gcc4 compile once again without errors. 2005-10-08 Dom Lachowicz * rsvg-cond.c: Fix up conditional comparisons * rsvg-base.c: Make XML entities work, thus passing a few more conformance tests. Needs libxml2 2.6.22 or better. Disable entities otherwise. 2005-10-08 Caleb Moore * rsvg-cairo-clip.c/.h: new files. Added clipping in cairo backend. * rsvg-cairo-draw.c: stopped paths from being drawn and not stroked or filled (root of the "grey box" problem) 2005-10-08 Caleb Moore * rsvg-art-paint-server.c: stopped strangely transformed gradients from getting flipped. 2005-10-07 Dom Lachowicz * rsvg.c: Hopefully get rid of "static" when rendering using the cairo backend 2005-10-07 Caleb Moore * rsvg-cairo-draw.c: made opacity work * test-display.c: changed set_default_dpi_x_y to set_default_dpi * rsvg-cairo-draw.c: put image in the right spot 2005-10-06 Dom Lachowicz * autogen.sh: Let librsvg build out of srcdir. Bug #158331 * test-display.c: Populate save dialogs with the SVG's name. Bug #318010. * configure.in: Ditto * rsvg-structure.c: Related to bug #318025, don't set has_width or has_height unless they are > 0. * rsvg.c: Bug #168567, mega hack to make multiImage sort-of work. 2005-10-04 Caleb Moore * most-cairo-related-places: added lots of stuff to do with gradients, objectBoundBox positioning and spreading. Made currentColor work with cairo. Made courners look great in cairo but crap in libart... I just can't win. 2005-10-04 Dom Lachowicz * rsvg-shapes.c: Fix problems in non-C locales. Bug #317615 2005-10-03 Caleb Moore * rsvg-paint-server.c, rsvg-art-paint-server.c: Fix bug #317871 2005-10-03 Caleb Moore * rsvg-styles.c: made a new function called rsvg_state_reconstruct that can make a style inherit from a node's ancestors rather than the drawing context. * rsvg-paint-server.c: Made stop colour inheritance and currentColor usage work. * rsvg-art-paint-server.c, rsvg-cairo-draw.c: removed redundant code in colour inheritance. * rsvg-marker.c: use the new reconstruction function 2005-10-01 Dom Lachowicz * configure.in: bug 314593, support firefox-config 2005-09-29 Dom Lachowicz * rsvg-filter.c: Fix bug #317549 2005-09-25 Dom Lachowicz * rsvg-structure.c: * rsvg-shapes.c: Bug 371148 - C89 fixes * gdk-pixbuf-loader/Makefile.am * gtk-engine/Makefile.am: Bug 316803 - Win32 mingw build fixes 2005-09-22 Rodney Dawes * configure.in: GNOME_REQUIRE_PKGCONFIG doesn't exist, so remove it so that we don't get a weird warning when running configure 2005-09-16 Dom Lachowicz * gdk-pixbuf-loader/io-svg.c: Scan the first 1024 chars for * Makefile.am, configure.in: Made compatibility librarys build only if there is a backend compiled. Made programs not require libart to build. 2005-08-08 Dom Lachowicz * rsvg.c (_rsvg_handle_get_pixbuf): Un-premultiply ARGB->RGBA instead of going through a PNG stream first * rsvg-cairo-draw.c (rsvg_cairo_get_image_of_node): Ditto 2005-08-08 Carl Worth * rsvg-cairo-draw.c: (_set_source_rsvg_linear_gradient), (_set_source_rsvg_radial_gradient): Invert matrix since cairo's pattern matrix is from user space to pattern space. 2005-08-09 Caleb Moore * rsvg-cairo-draw.c: Made inheritance work with pservers. Tried to get transforms on pservers working. 2005-08-07 Dom Lachowicz * rsvg-cairo-draw.c (rsvg_cairo_render_path): Implement line join, cap, width, dash, miter limit (rsvg_cairo_render_image): Drawing images now works (rsvg_cairo_push_discrete_layer): Largely implemented (rsvg_cairo_pop_discrete_layer): Largely implemented (_set_source_rsvg_radial_gradient): Make this work for the few tests I have * rsvg.c (rsvg_handle_get_pixbuf): Implement this in terms of libart, cairo, or nothing depending on what's enabled at configure time. Defaults to libart, simply because the cairo backend is currently immature. This will change in due time... * configure.in: Do the hackery necessary to determine what backend to use in rsvg_handle_get_pixbuf() * Makefile.am: Ditto; make sure that librsvg-2.la is always installed (though it may not always work...) 2005-08-04 Carl Worth * .cvsignore: Ignore rsvg-cairo and rsvg-view. * Makefile.am: Add new rsvg-cairo program. * rsvg-cairo-draw.c: (rsvg_cairo_render_path): Fix MOVETO and LINETO to pull the right coordinates out of the path structure so they don't always draw to (0,0). * rsvg-cairo.h: * rsvg-cairo-render.c: (rsvg_cairo_render): New header file, (intended to be public) which adds a single function for rendering with cairo: void rsvg_cairo_render (cairo_t *cr, RsvgHandle *handle); * rsvg-cairo.c: (main): Add new test program rsvg-cairo. 2005-08-03 Carl Worth * test-display.c: (print_pixbuf), (save_svg), (main): * gdk-pixbuf-loader/io-svg.c: (fill_info): * gtk-engine/svg-render.c: (svg_cache_value_new): * rsvg-art-paint-server.c: (rsvg_art_paint_server_lin_grad_render), (rsvg_art_paint_server_rad_grad_render): Add more casts to quiet the gcc4 warnings. Some of these are particularly annoying and show the dangers of API functions that use unsigned char* for character strings. We now have casts for string literals (yuck!). In a few places I was able to change the type of a buffer from char[] to unsigned char[] to avoid a cast. * doc/rsvg-sections.txt: Add all the unused declarations to this file in order to silence the compile-time warning. Most everything is added in a new Private subsection. Also add new rsvg-cairo block. 2005-08-03 Dom Lachowicz * rsvg-cairo-draw.c: Implement rsvg_cairo_get_image_of_node(). Untested, probably needs discrete layers to work first. (rsvg_cairo_push_discrete_layer): Mostly implement this function, hidden behind an #ifdef for now (rsvg_cairo_pop_discrete_layer): Implement, comment out until push_discrete_layer() works. 2005-08-03 Carl Worth * rsvg-cairo-draw.h, rsvg-cairo-render.h, rsvg-cairo-render.c: Fill in some missing pieces. Paths now render nicely. 2005-08-03 Dom Lachowicz * rsvg-file-util.c: Create 2 generic functions for loading handles from data * rsvg-art-file-util.c: Move the old rsvg-file-util.c to here * rsvg.c: Export rsvg_handle_get_dimensions() * rsvg-cairo.c: Make this compile 2005-08-03 Carl Worth * rsvg-cairo-draw.c: (_set_rsvg_affine), (rsvg_cairo_render_path): Set cairo's CTM based on state->affine so that paths are properly transformed. 2005-08-03 Carl Worth * rsvg-cairo-draw.c: (_pattern_add_rsvg_color_stops), (_set_source_rsvg_linear_gradient), (_set_source_rsvg_radial_gradient), (_set_source_rsvg_solid_colour), (_set_source_rsvg_pattern), (_set_source_rvsg_paint_server), (rsvg_cairo_render_path): Add some very preliminary code to render paths with cairo. There's code here to do solid colors as well as linear and radial gradients, (but no patterns yet). We don't yet have interfaces on top that allow any of this to be tested so it's guaranteed to be broken, (and likely is in many ways). 2005-08-02 Carl Worth * rsvg-base.c: (rsvg_desc_handler_characters), (rsvg_title_handler_characters), (rsvg_metadata_handler_characters), (rsvg_characters), (rsvg_entity_decl), (rsvg_handle_write_impl): Add casts to quiet gcc4's complaints about "pointer targets differ in signedness". Not types were changed here, only casts added. The type disagreement is with glib, string.h, and libxml2 as follows: g_strndup((char*)ch, len) strlen((char*name) entity->name = (xmlChar*)dupname entity->SystemID = (xmlChar*)g_strdup ((char*)systemId) etc. 2005-08-02 Carl Worth * .cvsignore: * doc/.cvsignore: * moz-plugin/.cvsignore: Add several generated files. 2005-07-30 Dom Lachowicz * rsvg-base.c: Comment out some of Caleb's text work for now. It seems that this breaks , and that text works fine without it at the moment. We'll look at this again later. 2005-07-30 Caleb Moore * rsvg-base.c: ignore namespaces completely, easier than fixing the problem and works pretty well. Should backport to 2.12 so we don't have people complaining about images they can't render. 2005-07-22 William Jon McCann * gdk-pixbuf-loader/io-svg.c (fill_info): Use new unanchored pattern mask if available. Fixes #311277. 2005-07-29 Caleb Moore * rsvg-filter.c, et_al: Made filters work again. * rsvg-private.c: made a new function for render thingies to implement, something that will get a node as a pixbuf. * rsvg-styles.c: made overflow into a propper CSS property 2005-07-21 Caleb Moore * Makefile.am, configure.in, rsvg.c, rsvg-base.c: further split the library into librsvg-2.so, librsvg-2-base.so and librsvg-2-libart.so. Make libart an optional dependancy. 2005-07-20 Dom Lachowicz * */Makefile.am: Update things so that we build a librsvg-2.so and librsvg-2-libart.so 2005-07-21 Caleb Moore * rsvg-art-mask.c: fixed clip paths having their transform applied twice 2005-07-20 Caleb Moore * rsvg-marker.c: made markers work again. Took me 3 minutes at most... it's funny how some things that are procratinated about turn out to be easy. 2005-07-20 Caleb Moore * rsvg.c: created a text node that isn't being used yet but is proving very useful for type checking * rsvg-structure.c: created a default node initialiser function and destructor function, now everything has a style and children whether it needs to or not, adding to the memory footprint but increasing stability * rsvg-filter.c: makeing objects safe for when their children are of the wrong type 2005-07-11 Caleb Moore * rsvg-structure.c: Bug 309885 2005-06-30 Dom Lachowicz * rsvg-image.c: Bug 309220, from joss@debian.org * rsvg-file-util.c: Bug 309233 from joss@debian.org * test-rsvg.c: Ditto * rsvg.c: Bug 309234 from joss@debian.org * rsvg-structure.c: Bug 308472, from Behdad * rsvg-text.c: Bug 303086 2005-06-24 Dom Lachowicz * *.c: Some sanity checking all over the place; fixes bug #308810 2005-06-23 Caleb Moore * rsvg.c: changed position of defs freeing, fixes bug #171281 2005-06-17 Caleb Moore * rsvg-styles.c: bug #273989 2005-06-16 Caleb Moore * rsvg.c: Make sure the size of the graphic is determined by the width and height or the viewbox or defaults, in order. * rsvg.c, rsvg-styles.c: applied patch by Ryan Lortie as given in bug #306494 2005-06-14 Tor Lillqvist * configure.in: Get CFLAGS and LIBS also for fontconfig and freetype. Don't use -Wsign-promo, gcc 3.4 says that's only for C++ and Objective-C. * Makefile.am (INCLUDES): Use LIBRSVG_DATADIR instead of just DATADIR as that clashes with some Windows header that gets dragged in into some compilations. (Not that any of the source files refer to DATADIR.) (librsvg_2_la_LIBADD): Link with freetype libs. * librsvg-zip.in: Distribute also rsvg-view.exe and rsvg.exe. Get the engine and loader DLLs from correct places. 2005-06-04 Caleb Moore * rsvg-art-paint-server.c: fixed a tiny little hard to find bug that's been making small gradients screw up for ages. 2005-06-01 Caleb Moore * rsvg-shapes.c: fixed problems with polylines by using the generic list parser 2005-05-30 Caleb Moore * rsvg-shapes.c: converted all shapes to be manipulatable * rsvg-filter.c: made transfer functions more similar to everything else 2005-05-20 Caleb Moore * rsvg-paint-server.c, rsvg-art-paint-server.c, rsvg.c: converted to use the new create->manipulate->use system. 2005-05-17 Caleb Moore * rsvg-structure.c: Fixed a problem with not working. 2005-05-17 Caleb Moore * A_whole_bunch_o'_files: Did a bit of fiddling. Now Children are stored in the RsvgNode structure, since DOM seems to mandate that everything be able to have children. I shall get rid of virtual functions for adding children soon. * rsvg-filters.c: Made merge nodes and light sources proper objects. * rsvg-marker.c: Converted markers to use the new system and broke them BADLY. * rsvg-structures.c: made structual element relating functions a bit more generic. Saves some code duplication. 2005-05-16 Caleb Moore * rsvg-filter.c, rsvg-structure.c, rsvg-mask.c, rsvg.c: more DOM stuff. Now orthodox nodes are created, then attributes are assigned then are packed onto the top of the tree. I have moved all conforming node creation bits to rsvg-filter-handler-start so I remember what's left to convert. Probably opened a few bugs, you know how it is. Theoretically, it is now possible to implement external DOM interfaces to create new nodes and add nodes to other nodes. Attributes can be edited as much as the user wants for many elements now. 2005-05-14 Dom Lachowicz * rsvg-filter.c: Bug 302905 * rsvg-text.c: Bug 170164 * rsvg-image.c: Bug 304045 2005-05-15 Caleb Moore * everwhere: misc movement towards a DOM interface 2005-03-16 Caleb Moore * everywhere: we no longer have RsvgDef* we have RsvgNode* * rsvg-defs.h, rsvg-private.h: moved RsvgNode to rsvg-private * rsvg-structure.h: get rid of RsvgDefsDrawable, integrated with RsvgNode * rsvg-private.h: store states with pointers, as per dom's suggestion * everywhere: fixed everything up to get stuff to compile. N.b. there is probably quite a few memleaks and stuff... valgrind doesn't work on my shiney new chip though. 2005-03-13 Dom Lachowicz * rsvg-art-paint-server.c: Bug 170164 * rsvg-structure.c: Ditto 2005-03-12 Dom Lachowicz * *.c: Conditional processing inside of seems to work now 2005-03-10 Caleb Moore * rsvg.c, rsvg-structure.c: Merged rsvg_start_svg and rsvg_start_sub_svg into a single cohesive thing * rsvg-private.c: removed new_width and new_height. Now on-screen dimentions are not in the handle at all, they are loaded from the callback when the pixbuf is aquired. * rsvg.c, rsvg-paint-server.c: moved paint server stuff to where you'd expect to find it. 2005-03-09 Dom Lachowicz * configure.in: Bug #169720 * moz-plugin/Makefile.am: ditto 2005-03-03 Caleb Moore * rsvg-art-composite.c: make clippaths work again * rsvg-art-draw.c, rsvg-marker.c: moved marker rendering away from the backend * rsvg-art-composite.c: simplified background composition into something a little more readable 2005-03-02 Dom Lachowicz * rsvg-image.c: Bug #169051, from Ed Catmur 2005-02-26 Dom Lachowicz * rsvg-private.h: Move M_PI's definition here * rsvg-private.h: Add rsvg_render_free () * rsvg-art-render.c: 2 implementations of ^^ * *: Changes to pass RsvgBpathDefs instead of "const char * d" to renders * TODO: update to reflect some of the work remaining 2005-02-25 Dom Lachowicz * *: Get rid of deprecated stuff. * *: Get rid of more libart data structures * configure.in: Bump version number 2005-02-25 Caleb Moore * rsvg-paint-server.c: more de-artification of the core 2005-02-23 Dom Lachowicz * rsvg-image.c: Fix bug #168182 * test-display.c: rsvg-view now can view images on any medium that gnome-vfs can see. * *: Deprecate rsvg-gz. Move its functionality directly into RsvgHandle instead. Greatly simplifies much code. * rsvg-affine.c: Steal libart's matrix affine code * *: Use above instead of libart's matrix affine functions 2005-02-23 Caleb Moore * rsvg-art-mask.c: new file with art specific masking stuff * rsvg-art-mask.h: see above * rsvg-paint-server.c: bug 155752 2005-02-18 Dom Lachowicz * rsvg-structure.c: bug #167813 2005-2-17 Caleb Moore * rsvg-paint-server.c: modified to allow patterns to be rendered on a pixbuf of the exact nessisary size. Not Cairo based I know, but it needed to be done. * rsvg-styles.c: moved pretty much all libart dependant stuff out of RsvgState * rsvg-private.c: created a new function in RsvgRender: add_clipping_rect which basically sets up a clipping viewport * rsvg-art-composite.c: broke clip paths in a hardcore way 2005-2-16 Caleb Moore * rsvg-image.c: moved much of it's functionality to rsvg-art-draw.c and rsvg-art-composite.c * rsvg-private.h: gave RsvgRender the ability to abstract the drawing of images * rsvg.c: created rsvg_render_image function 2005-2-15 Caleb Moore * rsvg-private.h: created RsvgRender structure. * rsvg.c: created functions to draw and composite that call apon the render structure. * rsvg-art-render.c: created new file to create render structure using libart based routines, created a render structure for creating outlines for use as clip paths. * everywhere: distroyed rsvg_*_draw_as_svp functions * rsvg-clip-path.c: modified to use the new RsvgArtSvpRender structure. * rsvg-private.h: moved the drawing pixbuf out of RsvgDrawingCtx 2005-2-13 Caleb Moore * rsvg-syles.c: chopped some into rsvg-art-composite.c 2005-2-12 Caleb Moore * rsvg-shapes.c chopped up into rsvg-structure.c, rsvg-marker.c, rsvg-art-draw.c, rsvg-image.c, for maintainability * rsvg-private.h et. al.: Renamed DrawingCtx to RsvgDrawingCtx 2005-2-10 Alexander McCormmach * rsvg.c, rsvg-styles.c, rsvg-private.h: Applied patch by "makingnonsense" fixing spelling 2005-2-9 Dom Lachowicz * configure.in: Bump version number 2005-2-9 Caleb Moore * rsvg-paint-server.c: fixed jimmac's gradient problem * rsvg-filter.c: fixed Uraeus' reversion 2005-2-9 Caleb Moore * rsvg-styles.c: fixed spelling mistake in visibility property causing bug 166673 2005-2-7 Caleb Moore * rsvg-styles.c: made a consistent framework for combining states * rsvg-shapes.c: subtle rewrite of to allow things to be instanced before they are actually specified. * rsvg.c: treat tag like tag for now * rsvg-styles.c: made style override any attributes, as per what the w3 guys told me to do when I asked them what had preference. Now pirate flags and stuff look right. 2005-01-28 Dom Lachowicz * moz-plugin/moz-plugin.c: Code cleanup, work toward getting the plugin to print on Unix. 2005-01-18 Dom Lachowicz * configure.in: Bump version number 2005-01-13 Dom Lachowicz * rsvg.c: bug 163886/163947, from John Spray 2005-01-11 Dom Lachowicz * configure.in: Install gtk docs in a standard place that devhelp knows about. From Stephane LOEUILLET 2004-12-22 Dom Lachowicz * moz-plugin/moz-plugin.c: Fix bug #161823 * Makefile.am: bug #158897, from 2004-11-29 Caleb Moore * rsvg-shapes.c: made markers work again and inherit from the context that they were specified in, not where they were invoked. 2004-11-18 Dom Lachowicz * test-display.c: rsvg-view now can optionally use the new GtkFileChooser instead of GtkFileSelection, depending on whether you have GTK 2.4 installed or not. 2004-11-17 Dom Lachowicz * rsvg-file-util.c: RSVG's convenience API should now be able to transparently handle remote files via gnome-vfs, if available. * rsvg.c: Some Win32/Unix path portability changes 2004-11-17 Caleb Moore * rsvg-defs.c: Interfile vfs linking now implemented. Utility api automatically gives contextual information. 2004-11-17 Dom Lachowicz * rsvg-shapes.c: Refactored the image downloading code into a generic xlink:href downloading code. Caleb can now use this for linking. 2004-11-17 Caleb Moore * rsvg-defs.c: Interfile linking now implemented. Can't yet use gnome-vfs 2004-11-17 Caleb Moore * everywhere: split RsvgHandle into two parts. * rsvg.c: made the image be rendered when get_pixbuf is actually called. * rsvg-text.c: Large number of text improvements: formatting, alignment, whitespace handling and styling. * everywhere: Number if inheritance fixes * rsvg-pservers.c: made current-color determined by context * rsvg-private.h, rsvg.c: handle percentage widths more accurately (based on viewbox) 2004-10-20 Caleb Moore * rsvg-defs.c: fixed memleak opened yesterday 2004-10-19 Caleb Moore * rsvg-defs.c: stopped passing the hash table a destroy function 2004-10-15 Dom Lachowicz * Makefile.am: bug 155530, ckelso@heliosphere.org (Chris Kelso) 2004-10-14 Dom Lachowicz * rsvg.c: Push gnome_vfs_init() up to rsvg_init() * rsvg-shapes.c: ditto, bug #155433 2004-09-29 Dom Lachowicz * moz-plugin/moz-plugin.c: Fix bug #154083 2004-09-26 Dom Lachowicz * gdk-pixbuf-loader/io-svg.c: Sanity checks 2004-09-25 Dom Lachowicz * rsvg.c Part of bug 153671 * *.c: Prepare for some gettext lovin' 2004-09-23 Caleb Moore * rsvg-shapes.c, rsvg-paint-server.c: Made objectBoundingBox for pservers to be calculated in user coordinates instead of pixel coordinates, this allows for rotation and stuff. 2004-09-14 Dom Lachowicz * io-svg.c: Only emit prepared() once, add more mime-types and file extensions, and (optionally) simulate progressive loading 2004-09-10 Dom Lachowicz * rsvg.[ch]: rsvg_init(), rsvg_term(). Cuts down on libxml2 memory leaks * test-*.c: Use above fns 2004-08-31 Caleb Moore * rsvg-text.c: made text not cause crashes 2004-08-30 Dom Lachowicz * test-display.c: Ability to copy the current SVG's URI or file path 2004-08-28 Dom Lachowicz * rsvg-css.c: Something closer to correct for ex-height 2004-08-28 Caleb Moore * rsvg-shapes.c: added an optional clippath around svg elements 2004-08-27 Caleb Moore * rsvg-shapes.c: Implemented preserveAspectRatio as per the standard * rsvg-shapes.c: Implemented s 2004-08-22 Dom Lachowicz * rsvg.c, rsvg.h, rsvg-private.h: Return metadata to caller if requested * rsvg-private.h: Compiler hints to de-bloat the RsvgState struct 2004-08-22 Caleb Moore * rsvg-shapes.c: made s able * rsvg.c, rsvg-shapes.c: I've been talking about it for a while now, but I finally got the courage to do it: librsvg now fully passes the contents of the file before it renders a single pixel. 2004-08-21 Caleb Moore * prettymuch-everywhere: made the majority compile with -ansi -pedantic * rsvg-styles.c: little hack to make background generation for filters work a little better 2004-08-13 Dom Lachowicz * rsvg-styles.c: Fix memory leak in the new "state stack thingie". * rsvg.c: Use a GMemChunk to (marginally) speed up state allocation 2004-08-13 Caleb Moore * prettymuch-everywhere: Huge number of small bugfixes * rsvg-styles.c: rewrote the whole state stack thingie 2004-07-23 Caleb Moore * rsvg-shapes.c, rsvg-mask.c: ClipPaths now partially working * rsvg-shapes.c: now keep a copy of everything in defs. * rsvg-styles.c: don't push discrete layers while in defs. 2004-07-21 Caleb Moore * rsvg-shapes.c: Bilinear interpolation for images 2004-07-19 Dom Lachowicz * test-display.c: better scroll policy, especially when used as a plugin 2004-07-18 Dom Lachowicz * configure.in: Bump version number (2.7.4) * rsvg.1: Add stuff to the man page * NEWS: Document newer developments 2004-07-19 Caleb Moore * rsvg-filter.c: made lighting work much better * rsvg-shapes.c: quit passing the gerror pointer to the image loader. It works better now with VFS now, I have no idea why though 2004-07-18 Caleb Moore * rsvg-filter.c: made feImage work better, now it transforms it better. * rsvg-shapes.c: fixed filters on images and bounding boxes on images 2004-07-17 Dom Lachowicz * rsvg.[ch]: Bug #147662 2004-07-17 Caleb Moore * rsvg-shapes.c: rewrote some of the image code so it transforms the image correctly, pitty about loosing bilinear filtering, but we can get that back I suppose 2004-07-17 Caleb Moore * rsvg-shapes.c, rsvg-styles.c, rsvg-private.h: Made it remember how bit the vboxes of discrete layers are for alpha optimisations and better filter positioning 2004-07-12 Dom Lachowicz * rsvg.1: Update documentation * configure.in: Fix build * test-rsvg.c: Refactor a bit - allow for saving to ICO or anything else that GdkPixbuf supports 2004-07-10 Dom Lachowicz * *.c: Allow for different X & Y resolutions (DPI). This needs more work; probably need to change rsvg_parse_length(). 2004-07-10 Dom Lachowicz * rsvg-styles.c: Fix bug #145477 - RSVG can now handle relative paths to image resources * rsvg-file-util.c: Ditto 2004-07-09 Dom Lachowicz * rsvg-styles.c: Fix bug #145392, by timmacfarlane@blueyonder.co.uk (Tim Macfarlane) 2004-07-09 Dom Lachowicz * rsvg-paint-server.c: Fix bug #145426 2004-06-30 Dom Lachowicz * rsvg-css.h: Fix bug #145173 * rsvg-filter.c: Ditto * rsvg-mask.c: Ditto * rsvg-private.h: Ditto * rsvg-styles.h: Ditto * test-display.c: Ditto 2004-06-29 Dom Lachowicz * rsvg-filter.c: "Fix" bug #145149 2004-06-21 Dom Lachiwicz * configure.in: Fix bug #137934 2004-06-18 Dom Lachowicz * rsvg.c: Beginnings of support * rsvg-cond.c, rsvg-private.h, rsvg-shapes.c, rsvg-styles.c, rsvg-styles.h: Ditto 2004-06-17 Dom Lachowicz * rsvg-css.c (rsvg_css_parse_list): Fix memory leak (rsvg_css_parse_aspect_ratio): Better detection code * rsvg-cond.c: New file; meant to evaluate statement conditions * rsvg-styles.c, rsvg-text.c: Work on text's unicode-bidi and direction attributes 2004-06-14 Dom Lachowicz * rsvg-text.c: Removed old text harness, replaced entirely with vector text. 2004-06-15 Caleb Moore * rsvg-text.c, rsvg-text-vectors.c: well, um, I've been doing a fair bit of tweaking. Mainly very late at night so my memory of it is far from complete. 2004-06-13 Caleb Moore * rsvg-shapes.c: Implemented markers for straight lines 2004-06-10 Dom Lachowicz * rsvg-css.c: Parse preserveAspectRatio * rsvg-shapes.c: Honor preserveAspectRatio to some extent, honor base URIs * rsvg-filter.c: Honor base URIs * moz-plugin/moz-plugin.c: Grab the SVG's URI * rsvg.[ch]: Place to hang the SVG's base URI * test-display.c: Accept the SVG's base URI as a param 2004-06-10 Caleb Moore * rsvg-filter.c: fixed overlay filter * rsvg-styles.c: reenabled a:adobe-blending-mode 2004-06-09 Dom Lachowicz * rsvg-styles.c (rsvg_viewport_percentage): Fix http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-coords-units-02-b.html * rsvg-styles.c: Disabled a:adobe-blending-mode, as it caused bug 144049. Bug 144049 still open. 2004-06-10 Caleb Moore * rsvg-paint-server.c: fixed all known pattern geometry problems 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 2004-03-21 Dom Lachowicz * TODO: update * NEWS: ditto 2004-03-21 Dom Lachowicz * rsvg-view.c: Support aspect-ratio preservation, use app icon * moz-plugin.c: Better handling of sizes * rsvg-file-util.c: Aspect-ratio preservation 2004-03-21 Christian Schaller * Add appicon for rsvg-viewer 2004-03-20 Dom Lachowicz * *.c: Better external image scaling policy (mainly for SVG images) * *.c: Modifications to the GZip SVG handle * *.c: Preparation for gettext and better error handling 2004-03-20 Dom Lachowicz * test-display.c, moz-plugin.c: Allow rsvg-view to set a bgcolor other than transparent. Make moz plugin set that color to be "white" 2004-03-20 Dom Lachowicz * *: "currentColor" and "inherit" colors mostly work. Caveat: they don't work for filters and gradients. TODO 2004-03-21 Caleb Moore * rsvg-bpath-util.c: made a little hack to allow courners to look right * rsvg-path.c: allowed relitive coordinates to be used directly after z's 2004-03-20 Dom Lachowicz * rsvg-css.c: Fix rgb percent handling for http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-color-prop-02-f.html 2004-03-20 Dom Lachowicz * autogen.sh: Downgrade libtool requirement to 1.4.2 * rsvg.c: 137765 2004-03-18 Christian Schaller * autogen.sh: Remove need for gnome-common mozilla-plugin: Remove + symbol in Makefile that made autogen barf Fix up spec file for latest changes and fix some old sins 2004-03-20 Caleb Moore * rsvg-styles.c: fixes to masks. * rsvg-filter.c: fixes to feComposite * rsvg.c: percentage based SVG dimentions work 2004-03-18 Dom Lachowicz * *: Memory leak fixes 2004-03-17 Dom Lachowicz * *: re-merge rsvg-filters branch back into HEAD 2004-03-16 Caleb Moore * rsvg-styles.c: Implemented masks. 2004-03-16 Caleb Moore * rsvg-bpath-util.c: Applied double move fix contributed by ross alexander. 2004-03-14 Dom Lachowicz * test-performance.c: Make this a useful performance tester 2004-03-12 Dom Lachowicz * rsvg-shapes.c: Allow for base64 embedded image data 2004-03-11 Dom Lachowicz * rsvg.c: Ability to scale SVGs that don't provide a width or height 2004-03-11 Dom Lachowicz * rsvg-shapes.c: Improve image scaling, translation. Rotation is still horked, though. Agree with Caleb's comments below. 2004-03-11 Caleb Moore * rsvg-shapes.c, rsvg-styles.c: added state domination, ability for a use's values to overwrite even explicitly set state variables in the symbol. * rsvg-shapes.c: Fixed image bitmap sizing, may need to give the whole system a good rewrite sometime to avoid having to use crappy libart rotation etc. and eventually make it easier to port to cairo, added ability to use filters with images. * rsvg-filter.c: Fixed arithmetic compositition. * rsvg-text.c: fixed little filter bug I opened up a few days ago * rsvg-defs.c: fixed memory leak that means unnamed defs are never freed. 2004-03-10 Caleb Moore * rsvg-shapes.c: exported drawable structures and functions * rsvg-filter.c: made feImage work for internal references (like use) * rsvg-css.c: fixed spelling of dodgerblue (was dogerblue) 2004-03-09 Caleb Moore * rsvg-shapes.c: HUUUUGE fixes to use 2004-03-09 Caleb Moore * rsvg-shapes.c: made groups "use"able * rsvg-styles.c: changed inheritance mechanism 2004-03-07 Dom Lachowicz * rsvg.c: Do something for clahey (bug 105316) 2004-03-07 Dom Lachowicz * gtk-engine/*.[ch]: Theme engine now renders SVGs at their display size, thus cutting down on a lot of nasty raster scaling 2004-03-04 Dom Lachowicz * configure.in: Forward-port things from Gman * rsvg-styles.c: Forward-port patch from Dodji * *.c: Use new RsvgPropertyBag interface 2004-03-04 Caleb Moore * rsvg-filter.c: Added final filter: feTile 2004-03-04 Caleb Moore * rsvg-filter.c: Fixed feDiffuseLighting and feSpecular lighting to scale more consistantly 2004-03-03 Caleb Moore * rsvg-filter.c: Fixed feDiffuseLighting and feSpecular lighting for small kernel length at the expense of speed, hopefully this can be optimised later. Fixed a "what the hell was I thinking?!" bug in filter dimentioning. 2004-03-02 Caleb Moore * rsvg-filter.c: Added new filters: feDiffuseLighting and feSpecular lighting 2004-02-29 Dom Lachowicz * moz-plugin/moz-plugin.c: Make Netscape/Mozilla plugin kind-of work 2004-02-29 Dom Lachowicz * configure.in: * Makefile.am: * test-display.c: Build + install 'rsvg-view' * rsvg-file-util.c: * rsvg-private.h: Export some things that I need in order to build rsvg-view 2004-02-29 Dom Lachowicz * rsvg-filter.c: Added new filter: feImage 2004-02-29 Dom Lachowicz * rsvg-filter.c: Added new filter: feTurbulence 2004-03-01 Caleb Moore * rsvg-filter.c: Implemented bi-linear filtering for displacement map. The algorithm is still pretty crap but it makes it look a lot better than it did before. 2004-02-29 Caleb Moore * rsvg-filter.c: Added new filter: feDisplacementMap 2004-02-28 Caleb Moore * rsvg-text.c: Made standard text the default. Vector text was annoying me. * rsvg-filter.c: Fixed a segfault in feComponentTransfer 2004-02-28 Caleb Moore * rsvg-styles.c: made filters render before opacity is taken care of, this seems like the official way it is done * rsvg-filter.c: fixed a few problem with coordinate units and dimentions 2004-02-27 Caleb Moore * rsvg-styles.c: implemented the "enable-background" style value. This allows backgrounds to be used by filters even when they are are based on multiple opacity levels. It also allows one to specify exactly how many levels of groups one wants to be included in the background. 2004-02-19 Caleb Moore * rsvg-styles.c, rsvg-styles.h: Changed "opacity groups" into "discrete layers" which are like opacity groups but handle filters as well as opacity groups and will eventually handle masks. This fixes bugs relating to transperency and filters being used at the same time. * rsvg-filter.c: fixed a couple of little bugs relating to gaussian blurs with a standard deviation less than 1 in an axis, it will now just ommit blurring in this axis, saving us time. Also disabled perfect blurs because they are really quite silly most of the time, Dom was right. 2004-02-18 Brian Koebbe * rsvg-css.c (rsvg_css_parse_list): fix a loop run amuck (#134801) 2004-02-17 Thomas Vander Stichele * rsvg-gz.c: (rsvg_handle_gz_close_impl): catch read error from gsf_input_read break from infinite loops that do not manage to write (#134653) 2004-02-16 Dom Lachowicz * configure.in: Fix bug #134492 2004-02-15 Dom Lachowicz * configure.in, rsvg-styles.c: Fix bug #134292 2004-02-14 Dom Lachowicz * rsvg.c: Fix bug #133947 2004-02-11 Caleb Moore * rsvg-filter.c: added feComposite filter 2004-02-07 Dom Lachowicz * rsvg-styles.[ch]: Implement get_font_size() function * rsvg-shapes.c: Use the above fn * rsvg-filter.c: Ditto 2004-02-06 Caleb Moore * rsvg-filter.c: made gassian blur use 3 box blurs (technically 6 motion blurs) when the geometric mean of the standard deviations of the filter is over two. Misc enhancements in feConvolveMatrix 2004-02-05 Caleb Moore * rsvg-filter.c: Made colormatrix a lot safer, added checking to make sure colvolvematrix doesn't segfault, fixed embarrasing little buglet in feOffset. * rsvg-filter.c: fixed table in feComponantTransfer, I won't pretend to know how I did it. It truely is an aweful hack, but its the best we have and it seems to work as per the examples 2004-02-04 Dom Lachowicz * rsvg-filter.c: Fix bug in pixbuf_get_alpha(), speed up pixbuf_new_cleared(), be more paranoid in ComponentTransfer 2004-02-04 Caleb Moore * rsvg-filter.c: Implemented the feMorphology filter 2004-02-04 Caleb Moore * rsvg-filter.c: Implemented the ComponentTransfer filter, it works properly now 2004-02-03 Dom Lachowicz * rsvg-filter.[ch]: Start implementing ComponentTransfer filter Indent, make code ansi-compliant. * rsvg-css.[ch]: Tweak VBOX parsing, free unused string array properly 2004-02-03 Caleb Moore * rsvg-filter.c: Implemented ColorMatrix filter, Made GaussianBlur scaled according to the current coordinate system * rsvg-css.c: Added \n to the types of whitespace that splits arguments in list 2004-02-02 Caleb Moore * rsvg-filter.c: Implemented Merge filter, implemented Offset filter 2004-02-01 Caleb Moore * rsvg-filter.c: Implemented ConvolveMatrix filter 2004-02-01 Caleb Moore * rsvg-syles.c: implemented filter groups using the same code as the opacity grops * rsvg-private.h: added a current filter pointer for loading primitives in context * rsvg-defs.c: added new def type: filter * rsvg.c: allowed filters and filter primitives to be specified in file, also added the ability for a group to use a filter if neccisary * rsvg-shapes.c: added the ability for a shape to use a filter if it needs to * rsvg-text.c: added the ability for text to use a filter if it needs to * rsvg-filter.c: added new file * rsvg-filter.h: added new file 2004-01-29 Dom Lachowicz * configure.in: bug #132569 2004-01-15 Dom Lachowicz * rsvg-css.c: * test-rsvg.c: Fix bug #131644 2004-01-12 Dom Lachowicz * rsvg-shapes.c: Fix bug #124075 2004-01-06 Dom Lachowicz * Makefile.am: Fix bug #130687 2004-01-05 Dom Lachowicz * rsvg-text.c: * rsvg-text-vectors.c: Factor out bitmap vs. vector text routines 2004-01-04 Dom Lachowicz * rsvg-text-vectors.c: Start of work toward representing text as vector paths. Mad props go to the boys @ the Gimp for pointing me in the right direction here (bug #107668). 2003-12-13 Caleb Moore * rsvg-bpath-util.c: Fixed double move bug in path 2003-12-10 Federico Mena Quintero * rsvg-defs.c: #include 2003-12-09 Dom Lachowicz * rsvg-defs.c (rsvg_defs_set): Bug 128690 2003-12-07 Dom Lachowicz * configure.in: Bump version number 2003-12-07 Dom Lachowicz * rsvg.c: * rsvg-paint-server.c: Fix userspace gradients (Caleb Moore) 2003-11-27 Caleb Moore * *: Implement bounding box based gradients 2003-11-25 Caleb Moore * rsvg-styles.c: Fix opacity inheritance. Fixes a few bugs 2003-11-25 Dom Lachowicz * moz-plugin/*: Start of work on a RSVG Mozilla/Netscape plugin. Doesn't work quite yet - needs some help along. 2003-11-24 Dom Lachowicz * rsvg-styles.c * rsvg-styles.h * rsvg-shape.c: Fix Sodipodi flags, implement fill rules. From "Caleb Moore" 2003-10-16 Sven Neumann * rsvg.c: fixed inline docs. * doc/Makefile.am: ignore internal header files. * doc/rsvg-sections.txt * doc/tmpl/rsvg.sgml: added new functions. 2003-09-23 Sven Neumann * rsvg.c (rsvg_start_svg): respect viewBox offsets by applying an appropriate translation. 2003-09-21 Tor Lillqvist * librsvg-zip.in: New file. * configure.in: Check for Win32, set OS_WIN32 automake variable. Check for strtok_r. Expand librsvg-zip. * Makefile.am: Use -lm only on Unix. Add LIBGSF_LIBS and LIBCROCO_LIBS to librsvg_2_la_LIBADD. Distribute librsvg-zip.in. * rsvg-css.c: Use G_PI instead of M_PI. (strtok_r): Implement strtok_r here if not available. (Very suboptimal implementation.) 2003-09-19 Sven Neumann * rsvg-file-util.c: implemented missing GError handling for file operations. 2003-09-18 Sven Neumann * Makefile.am * configure.in * gimp-plugin/Makefile.am * gimp-plugin/svg.c: removed GIMP plug-in; it now lives in the GIMP source tree. Thanks a lot for the nice work you've done! 2003-09-12 Sven Neumann * configure.in * rsvg-styles.c (rsvg_real_parse_cssbuffer): removed the #warning here and instead output it when configure is run (bug #122119). 2003-09-12 Sven Neumann * configure.in: depend on Pango version 1.2.0 or newer. * rsvg-text.c (rsvg_text_handler_characters): don't use pango_ft2_get_context() which is deprecated in Pango HEAD, but create the Pango context from the fontmap instead (bug #122121). * rsvg-path.c (rsvg_parse_path_do_cmd): fixed storage of reflection point in Q command which caused the next T command to create a wrong stroke (bug #122118). 2003-09-11 Sven Neumann * gimp-plugin/svg.c: Sprinkled the code with const qualifiers. Fixed transfer of pixel data from pixbuf to pixel region. The old code was wrong for pixbufs with rowstride != width * bpp. == librsvg 2.4.0 == 2003-09-08 Alexander Larsson * configure.in: * NEWS: version 2.4.0 2003-08-27 Dom Lachowicz * gdk-pixbuf-loader/io-svg.c: bug 120825 2003-06-20 Dom Lachowicz * rsvg.c: Add support for and elements 2003-04-08 Dom Lachowicz * configure.in: enable librsvg to be built w/o gtk+ * Makefile.am: ditto 2003-04-08 Alex Duggan * configure.in: print out a summary displaying what parts of librsvg are to be built. 2003-04-08 Alex Duggan * doc/.cvsignore: * gimp-plugin/.cvsignore: create .cvsignore files for these two directories. == librsvg 2.3.0 == 2003-04-07 Dom Lachowicz * gtk-engine/Makefile.am: let load when building with croco * gdk-pixbuf-loader/Makefile.am: ditto 2003-04-03 Dom Lachowicz * configure.in: Fixes so that we link and build a DLL on Cygwin. Adapted from work by Masahiro Sakai (http://web.sfc.keio.ac.jp/~s01397ms/cygwin/librsvg-2.2.3-1.patch) * Makefile.am: Ditto * gtk-engine/Makefile.am: Ditto * gimp-plugin/Makefile.am: Ditto 2003-04-02 Frederic Crozat * configure.in: use correct name for libcroco in .pc file 2003-03-25 Dom Lachowicz * rsvg-styles.c: Support text directions (bidi) * rsvg-text.c: Ditto 2003-03-25 Dom Lachowicz * rsvg-shapes.c: Support style information inside of defs paths 2003-03-25 Dom Lachowicz * rsvg.c: Support for