commit a35216a93b1db4973056426edc282c4decc2538a Author: Suzuki Toshiya Date: Sun Aug 17 18:41:54 2014 +0200 all: Add flag to keep image data And use it when converting to a PDF in rsvg-convert. https://bugzilla.gnome.org/show_bug.cgi?id=721354 rsvg-convert.c | 12 ++++++++++++ rsvg-image.c | 56 +++++++++++++++++++++++++++++++++++--------------------- rsvg.h | 9 +++++++-- 3 files changed, 54 insertions(+), 23 deletions(-) commit 6873a0a18f66ef488e536c4b349ea694e8764d13 Author: Andre Klapper Date: Thu Jul 31 21:39:52 2014 +0200 doap: add librsvg.doap | 1 + 1 file changed, 1 insertion(+) commit 49cdc0cc677af0c036846fec18d5fdf9da5845ea Author: Olav Vitters Date: Wed Jul 30 20:32:04 2014 +0200 doap category core librsvg.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa1f447e2741d7b5c399ec1f8bf9cfdce81d5506 Author: Christian Persch Date: Wed Jun 18 20:08:34 2014 +0200 all: Add option to parse huge SVG XML files For security reasons, newer libxml versions applies limits that huge SVG files exceed and thus fail parsing. Add an RSVG_HANDLE_FLAG_UNLIMITED flag that uses XML_PARSE_HUGE to allow parsing these files again. Note: for security reasons, this flag should ONLY be used on trusted input! https://bugzilla.gnome.org/show_bug.cgi?id=710310 Makefile.am | 5 ++-- configure.in | 2 ++ rsvg-base.c | 23 +++++++++++++++--- rsvg-convert.c | 76 +++++++++++++++++++++------------------------------------- rsvg-css.h | 12 ++++++++-- rsvg.h | 6 ++++- test-display.c | 10 +++++++- 7 files changed, 75 insertions(+), 59 deletions(-) commit bed3f143b64ad865c9cab0acbc9e8f461ac143cd Author: Evan Nemerson Date: Tue Jun 3 14:58:01 2014 -0700 introspection: add many missing nullable annotations https://bugzilla.gnome.org/show_bug.cgi?id=731182 rsvg-base.c | 15 ++++++++------- rsvg-cairo-render.c | 6 +++--- rsvg-filter.c | 8 ++++---- rsvg-paint-server.c | 3 ++- rsvg-styles.c | 4 ++-- rsvg.c | 10 +++++----- 6 files changed, 24 insertions(+), 22 deletions(-) commit 794c95b26244ef995e9b8d6d475fc9149edeffe2 Author: Evan Nemerson Date: Tue Jun 3 14:34:58 2014 -0700 docs: Assorted fixes and additions to reduce gtk-doc warnings https://bugzilla.gnome.org/show_bug.cgi?id=731182 rsvg-styles.c | 5 +++-- rsvg.h | 26 +++++++++++++++++++------- 2 files changed, 22 insertions(+), 9 deletions(-) commit 59592914f2250b5419b782d77f0359021dae1e86 Author: Evan Nemerson Date: Tue Jun 3 13:52:57 2014 -0700 docs: use %, #, and @ more consistently for contants, types, and args https://bugzilla.gnome.org/show_bug.cgi?id=731182 rsvg-base-file-util.c | 10 +++++----- rsvg-base.c | 28 ++++++++++++++-------------- rsvg-cairo-render.c | 4 ++-- rsvg-filter.c | 4 ++-- rsvg-gobject.c | 2 +- rsvg-paint-server.c | 2 +- rsvg.c | 8 ++++---- rsvg.h | 4 ++-- 8 files changed, 31 insertions(+), 31 deletions(-) commit 63925d7db803162fbd2c27065a57d13e409f5ac6 Author: Christian Persch Date: Mon Mar 17 19:48:49 2014 +0100 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)