<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/sp-pattern.h, 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>Fix for circular references detection in almost all cases, fixing https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates.</title>
<updated>2015-07-14T11:04:32+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2015-07-14T11:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=676707120d5527ff8c8c8c89ea33d1eadf9cf1b4'/>
<id>676707120d5527ff8c8c8c89ea33d1eadf9cf1b4</id>
<content type='text'>
This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree.

There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. 

The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway)

(bzr r14245)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree.

There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. 

The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway)

(bzr r14245)</pre>
</div>
</content>
</entry>
<entry>
<title>renamed SPPattern methods to match coding style</title>
<updated>2015-05-03T10:37:06+00:00</updated>
<author>
<name>Tomasz Boczkowski</name>
<email>penginsbacon@gmail.com</email>
</author>
<published>2015-05-03T10:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=705243e1266aec7527ae76065213ca7536ed7c41'/>
<id>705243e1266aec7527ae76065213ca7536ed7c41</id>
<content type='text'>
(bzr r14059.1.20)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14059.1.20)</pre>
</div>
</content>
</entry>
<entry>
<title>Reformatted SPPattern</title>
<updated>2015-05-03T09:53:07+00:00</updated>
<author>
<name>Tomasz Boczkowski</name>
<email>penginsbacon@gmail.com</email>
</author>
<published>2015-05-03T09:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c1165a6e6713f62f6f6442f172d7b31eae51f264'/>
<id>c1165a6e6713f62f6f6442f172d7b31eae51f264</id>
<content type='text'>
(bzr r14059.1.19)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14059.1.19)</pre>
</div>
</content>
</entry>
<entry>
<title>merge with trunk</title>
<updated>2015-05-02T09:43:24+00:00</updated>
<author>
<name>Tomasz Boczkowski</name>
<email>penginsbacon@gmail.com</email>
</author>
<published>2015-05-02T09:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4ae263b8d394775ff631efaacc835346af1ffdae'/>
<id>4ae263b8d394775ff631efaacc835346af1ffdae</id>
<content type='text'>
(bzr r14059.1.12)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14059.1.12)</pre>
</div>
</content>
</entry>
<entry>
<title>merged SPPattern c++-sification from svgpaints branch</title>
<updated>2015-04-25T12:59:51+00:00</updated>
<author>
<name>Tomasz Boczkowski</name>
<email>penginsbacon@gmail.com</email>
</author>
<published>2015-04-25T12:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3eb2b94eded9236bea634cd28eae13a3645a8cfb'/>
<id>3eb2b94eded9236bea634cd28eae13a3645a8cfb</id>
<content type='text'>
(bzr r14059.1.2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14059.1.2)</pre>
</div>
</content>
</entry>
<entry>
<title>Put a few std::vector&lt;SPitem*&gt;</title>
<updated>2015-02-19T03:25:21+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>mc</email>
</author>
<published>2015-02-19T03:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5fd00cab14d48beaf2279a2b8f3ad5b02b76c87b'/>
<id>5fd00cab14d48beaf2279a2b8f3ad5b02b76c87b</id>
<content type='text'>
(bzr r13922.1.5)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13922.1.5)</pre>
</div>
</content>
</entry>
<entry>
<title>At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"</title>
<updated>2015-02-17T02:00:37+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>mc@localhost.localdomain</email>
</author>
<published>2015-02-17T02:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a7f2b2ba3f13ceb60376802f4a31e104153839e8'/>
<id>a7f2b2ba3f13ceb60376802f4a31e104153839e8</id>
<content type='text'>
So, i tried that.
And I will continue tomorrow, and the days after, on and on.

(bzr r13922.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So, i tried that.
And I will continue tomorrow, and the days after, on and on.

(bzr r13922.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>Header cleanup: stop using Glib types where they aren't truly needed. Eases GThread deprecation errors.</title>
<updated>2014-08-31T18:17:26+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-08-31T18:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1f2d8bc4ce99e970cead4ca96c1859c383a9c043'/>
<id>1f2d8bc4ce99e970cead4ca96c1859c383a9c043</id>
<content type='text'>
(bzr r13341.1.190)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.190)</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce header bloat</title>
<updated>2014-08-30T13:00:28+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2014-08-30T13:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86'/>
<id>977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86</id>
<content type='text'>
(bzr r13341.1.184)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.184)</pre>
</div>
</content>
</entry>
</feed>
