commit 25d5f8b7076535fecb972d6454807ba56452991a Author: Federico Mena Quintero Date: Sat Aug 8 03:22:05 2015 -0500 Update NEWS NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit 0559382e4d8fa17ce8acef081fbc5ce1afb6ad02 Author: Matthias Clasen Date: Tue Aug 4 10:41:56 2015 -0400 Handle font-style="normal" Accept font-style="normal" ignored as an attribute of a tspan, https://bugzilla.gnome.org/show_bug.cgi?id=688689 rsvg-css.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit e3983543c98c03babe8956d7911f0bd1ec5550a9 Author: Carlos Garnacho Date: Tue Aug 4 12:45:23 2015 +0200 filter: Plug a leak https://bugzilla.gnome.org/show_bug.cgi?id=748608 rsvg-filter.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 2cb6d5189466eaf75442cd753240a0cffeb54f72 Author: Carlos Garnacho Date: Tue Aug 4 11:32:11 2015 +0200 filter: Plug gaussian convolution matrix leak The convolution matrix on the Y axis is leaked. https://bugzilla.gnome.org/show_bug.cgi?id=748608 rsvg-filter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit e9fa71c521908cb0f4a9257d0cba19e6e24a6616 Author: Carlos Garnacho Date: Tue Aug 4 11:30:11 2015 +0200 filter: Plug one more cairo context/surface leak https://bugzilla.gnome.org/show_bug.cgi?id=748608 rsvg-filter.c | 1 + 1 file changed, 1 insertion(+) commit 94c48598543518c43f0e2ee94885483ab54d2a95 Author: Carlos Garnacho Date: Sun Aug 2 22:14:46 2015 +0200 bgo#748608 - Destroy cairo_t after use Otherwise the cairo_t, and the surface it's created on are leaked. rsvg-filter.c | 1 + 1 file changed, 1 insertion(+) commit ca0ef340d8b091084deedd59e0faec7202f820d7 Author: Federico Mena Quintero Date: Thu Jul 2 19:33:53 2015 -0500 Update NEWS NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 99805d95a0459190d60339540f0fa6824d266435 Author: Menner Date: Thu Jul 2 19:30:00 2015 -0500 bgo#476507 - Marker endpoints have the wrong angle If a curveto has coincident control points at the start or end, then the angle of the marker at that endpoint is not computed correctly. This uses the next or previous control points as appropriate to compute the correct angle. rsvg-marker.c | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) commit 1ef73bd08cdfc920cf3db6f06d517dac56de1221 Author: Federico Mena Quintero Date: Thu Jul 2 19:18:39 2015 -0500 tests: New test for bug #476507 - wrong orientation of arrow markers tests/bugs/476507-ref.png | Bin 0 -> 9606 bytes tests/bugs/476507.svg | 78 ++++++++++++++++++++++++++++++++++++++++++++++ tests/rsvg-test.txt | 1 + 3 files changed, 79 insertions(+) commit 9c718ff7ac9a3f1aa37d847584a07b13ed1769f0 Author: Menner Date: Thu Jul 2 19:02:51 2015 -0500 bgo#739329 - Remove single quotes around font-family names before passing them to Pango If you have an SVG with ... our CSS-parsing code simply passes the singly-quoted string to Pango. In turn, Pango doesn't like the quotes because they are not part of the font's name. This is a simple patch to remove single quotes from *all* style attributes, not just strings (which is where the CSS spec allows them). We need a real CSS parser, not something built out of g_strsplit(). rsvg-styles.c | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) commit fdd275975abc3085340db465e9cc0a605b55a1b1 Author: Federico Mena Quintero Date: Thu Jul 2 18:45:54 2015 -0500 tests: new test for bug #739329 If we have it will fail, because the single quotes are fed into Pango. tests/bugs/739329-ref.png | Bin 0 -> 131218 bytes tests/bugs/739329.svg | 50 ++++++++++++++++++++++++++++++++++++++++++++++ tests/rsvg-test.txt | 1 + 3 files changed, 51 insertions(+) commit 091c76f96c9a8973d8a96e330d1e0f464aec4869 Author: Matthias Clasen Date: Wed Jul 1 17:03:24 2015 -0700 Fix non-srcdir build Jasper pointed out that this was broken for a while. gdk-pixbuf-loader/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit fb19e502e4c6c263c02725e1b049b3730b52ad13 Author: Federico Mena Quintero Date: Fri Apr 17 11:00:27 2015 -0500 test-display: Don't use deprecated gdk_color_parse() test-display.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 3717bbc32da2165f37213727fac4431a64507e21 Author: Federico Mena Quintero Date: Fri Apr 17 10:24:38 2015 -0500 test-display: Don't use deprecated gtk_scrolled_window_add_with_viewport() test-display.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 4b401d1e1fc774dcccbeeceafca51b67a5705149 Author: Federico Mena Quintero Date: Fri Apr 17 10:23:21 2015 -0500 Require GTK+ 3.10.0 or later I want to remove calls to deprecated functions, and this is easier if we just require a GTK+ that is like two years old instead of four years old. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f14a347421b26e2887b66b1988c700a76377f72c Author: Federico Mena Quintero Date: Fri Apr 17 10:19:40 2015 -0500 test-display: Remove dead code test-display.c | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) commit fcd51dad24dfd1125bcac96fe0feb9ec2525fdb0 Author: Federico Mena Quintero Date: Thu Apr 16 21:41:24 2015 -0500 Don't use deprecated gtk_stock test-display.c | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) commit 001fc62b8d577df42d11c9710475c3fb7fd8e408 Author: Federico Mena Quintero Date: Thu Apr 16 21:06:09 2015 -0500 Don't use deprecated pango_cairo_font_map_create_context() We already require Pango 1.32.6, and the replacement function pango_font_map_create_context() has been available since Pango 1.22. rsvg-cairo-draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 91bbe3456934bf071379977d00bde571338ba5aa Author: Federico Mena Quintero Date: Thu Apr 16 14:56:44 2015 -0500 Handle the deprecation of g_type_init() to avoid compiler warnings Maybe we should increment the glib version requirement one of these days... Makefile.am | 1 + gdk-pixbuf-loader/test.c | 4 +++- rsvg-base.c | 3 ++- rsvg-compat.h | 13 +++++++++++++ rsvg-convert.c | 3 ++- test-display.c | 5 +++-- tests/crash.c | 3 ++- tests/dimensions.c | 3 ++- tests/rsvg-test.c | 3 ++- tests/styles.c | 3 ++- tools/rsvg-dimensions.c | 3 ++- tools/rsvg-tools-main.c | 3 ++- 12 files changed, 36 insertions(+), 11 deletions(-) commit 9db05c8e736ade8c2d37249d01e4bdc20650f24c Author: Federico Mena Quintero Date: Tue Apr 14 15:54:01 2015 -0500 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)