<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/sp-pattern.cpp, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Move classes derived from SPObject to own directory.</title>
<updated>2018-01-30T08:33:01+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-01-30T08:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=267299811df952d08324a39008f52c19641de9e0'/>
<id>267299811df952d08324a39008f52c19641de9e0</id>
<content type='text'>
A lot of header clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of header clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused parameter in SPItem::doWriteTransform</title>
<updated>2017-09-24T11:26:11+00:00</updated>
<author>
<name>Stefano Facchini</name>
<email>stefano.facchini@gmail.com</email>
</author>
<published>2017-09-23T08:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6a03015b016c177e0657fc6274a571db16e48b64'/>
<id>6a03015b016c177e0657fc6274a571db16e48b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a brunch of memory leaks</title>
<updated>2017-05-18T17:58:59+00:00</updated>
<author>
<name>chr</name>
<email>chr</email>
</author>
<published>2017-05-18T17:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6c05c1c14cb8d29fb06d6779ec9817615c518ab5'/>
<id>6c05c1c14cb8d29fb06d6779ec9817615c518ab5</id>
<content type='text'>
(bzr r15698.1.2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15698.1.2)</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix crash while moving objects</title>
<updated>2017-05-18T17:58:59+00:00</updated>
<author>
<name>chr</name>
<email>chr</email>
</author>
<published>2017-05-18T17:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=66e9382175c3fb844d19b23f9d278a603f527d5e'/>
<id>66e9382175c3fb844d19b23f9d278a603f527d5e</id>
<content type='text'>
sp_svg_transform_write can return NULL and Glib::ustring blows up:

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid

 #0  0x00007fffed6ec067 in raise () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x00007fffed6ed448 in abort () from /lib/x86_64-linux-gnu/libc.so.6
 #2  0x00007fffedac2b3d in __gnu_cxx::__verbose_terminate_handler() ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #3  0x00007fffedac0bb6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #4  0x00007fffedac0c01 in std::terminate() ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #5  0x00007fffedac0e19 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #6  0x00007fffedb168b6 in std::__throw_logic_error(char const*) ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #7  0x00007ffff76e83d5 in char* std::string::_S_construct&lt;char const*&gt;(char const*, char const*, std::allocator&lt;char&gt; const&amp;, std::forward_iterator_tag) ()
    from /usr/bin/../lib/inkscape/libinkscape_base.so
 #8  0x00007fffedb22c46 in std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;::basic_string(char const*, std::allocator&lt;char&gt; const&amp;) ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #9  0x00007ffff036055e in Glib::ustring::ustring(char const*) ()
    from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
 #10 0x00007ffff75650e3 in SPPattern::transform_multiply(Geom::Affine, bool) ()
    from /usr/bin/../lib/inkscape/libinkscape_base.so
 #11 0x00007ffff753d862 in SPItem::adjust_pattern(Geom::Affine const&amp;, bool, PatternTransform) () from /usr/bin/../lib/inkscape/libinkscape_base.so
 #12 0x00007ffff7562897 in SPPath::set_transform(Geom::Affine const&amp;) ()
    from /usr/bin/../lib/inkscape/libinkscape_base.so

(bzr r15698.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sp_svg_transform_write can return NULL and Glib::ustring blows up:

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid

 #0  0x00007fffed6ec067 in raise () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x00007fffed6ed448 in abort () from /lib/x86_64-linux-gnu/libc.so.6
 #2  0x00007fffedac2b3d in __gnu_cxx::__verbose_terminate_handler() ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #3  0x00007fffedac0bb6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #4  0x00007fffedac0c01 in std::terminate() ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #5  0x00007fffedac0e19 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #6  0x00007fffedb168b6 in std::__throw_logic_error(char const*) ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #7  0x00007ffff76e83d5 in char* std::string::_S_construct&lt;char const*&gt;(char const*, char const*, std::allocator&lt;char&gt; const&amp;, std::forward_iterator_tag) ()
    from /usr/bin/../lib/inkscape/libinkscape_base.so
 #8  0x00007fffedb22c46 in std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;::basic_string(char const*, std::allocator&lt;char&gt; const&amp;) ()
    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 #9  0x00007ffff036055e in Glib::ustring::ustring(char const*) ()
    from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
 #10 0x00007ffff75650e3 in SPPattern::transform_multiply(Geom::Affine, bool) ()
    from /usr/bin/../lib/inkscape/libinkscape_base.so
 #11 0x00007ffff753d862 in SPItem::adjust_pattern(Geom::Affine const&amp;, bool, PatternTransform) () from /usr/bin/../lib/inkscape/libinkscape_base.so
 #12 0x00007ffff7562897 in SPPath::set_transform(Geom::Affine const&amp;) ()
    from /usr/bin/../lib/inkscape/libinkscape_base.so

(bzr r15698.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix C++11 errors and warnings with g++-7</title>
<updated>2017-02-05T16:04:35+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2017-02-05T16:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=349536d49558ec5841e799eb33a4cbbb3fa9722d'/>
<id>349536d49558ec5841e799eb33a4cbbb3fa9722d</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1660992

(bzr r15477)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/1660992

(bzr r15477)</pre>
</div>
</content>
</entry>
<entry>
<title>Improve pattern rendering with large pattern transform.</title>
<updated>2016-09-06T10:37:35+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2016-09-06T10:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=32e9ba119663b9d5800392ba34700053eaaa7f90'/>
<id>32e9ba119663b9d5800392ba34700053eaaa7f90</id>
<content type='text'>
Partial fix for bug #1465753.

(bzr r15108)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial fix for bug #1465753.

(bzr r15108)</pre>
</div>
</content>
</entry>
<entry>
<title>Merged trunk</title>
<updated>2016-08-03T14:56:48+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-08-03T14:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2d71db83e3fe52505116fecf024f79a9777d4ee1'/>
<id>2d71db83e3fe52505116fecf024f79a9777d4ee1</id>
<content type='text'>
(bzr r14954.1.29)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14954.1.29)</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused includes, decreased compilation time. Once again</title>
<updated>2016-08-03T13:29:38+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-08-03T13:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=35830f456cadaecf8b8e3944e3031a1a93f6cb41'/>
<id>35830f456cadaecf8b8e3944e3031a1a93f6cb41</id>
<content type='text'>
(bzr r15034)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15034)</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted changes to r15024 after many building problems</title>
<updated>2016-07-28T11:26:17+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-07-28T11:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=43b49e325db73cc19b1731db6c69545664ee8fbe'/>
<id>43b49e325db73cc19b1731db6c69545664ee8fbe</id>
<content type='text'>
(bzr r15027)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15027)</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused includes, decrease compilation time</title>
<updated>2016-07-28T10:06:06+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-07-28T10:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1'/>
<id>f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1</id>
<content type='text'>
(bzr r15025)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15025)</pre>
</div>
</content>
</entry>
</feed>
