<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/document-private.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 contents of document-private.h to document.h.</title>
<updated>2018-10-29T09:10:24+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-10-29T09:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b7010ffde22a6845f1ceee7d74750da69cd53149'/>
<id>b7010ffde22a6845f1ceee7d74750da69cd53149</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run clang-tidy’s modernize-deprecated-headers pass.</title>
<updated>2018-06-18T12:27:01+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-17T19:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4'/>
<id>7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4</id>
<content type='text'>
This renames most C &lt;*.h&gt; includes into C++ &lt;c*&gt; includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This renames most C &lt;*.h&gt; includes into C++ &lt;c*&gt; includes.
</pre>
</div>
</content>
</entry>
<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 regression: restore order in resources (e.g. pattern list)</title>
<updated>2016-05-21T09:58:25+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2016-05-21T09:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9e9ce2c30be9d6af144ff07f69c15c508d84e776'/>
<id>9e9ce2c30be9d6af144ff07f69c15c508d84e776</id>
<content type='text'>
(bzr r14907)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14907)</pre>
</div>
</content>
</entry>
<entry>
<title>replaced remaining GHashTable with std::map</title>
<updated>2015-12-09T00:45:44+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2015-12-09T00:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1c18349cc106bb55c7bca12fd572fb7b899ff225'/>
<id>1c18349cc106bb55c7bca12fd572fb7b899ff225</id>
<content type='text'>
(bzr r14504.1.16)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14504.1.16)</pre>
</div>
</content>
</entry>
<entry>
<title>cppification: GSList replaced by vectors (undo/redo)</title>
<updated>2015-12-08T22:18:50+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2015-12-08T22:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=cfd295134c9804bf98fba835361000a891c2fa56'/>
<id>cfd295134c9804bf98fba835361000a891c2fa56</id>
<content type='text'>
(bzr r14504.1.14)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14504.1.14)</pre>
</div>
</content>
</entry>
<entry>
<title>cppification : GHashMaps replaced by stl maps. getResouceList now gives a std::set&lt;SPObject *&gt;.</title>
<updated>2015-12-07T23:34:32+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2015-12-07T23:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=93650897c928bfa9ca9b737cfbff55c25271d5d3'/>
<id>93650897c928bfa9ca9b737cfbff55c25271d5d3</id>
<content type='text'>
Should give some performance improvements (quite a few linear lookups are now logarithmic)

(bzr r14504.1.6)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should give some performance improvements (quite a few linear lookups are now logarithmic)

(bzr r14504.1.6)</pre>
</div>
</content>
</entry>
<entry>
<title>Update to experimental r13565</title>
<updated>2014-09-27T14:17:45+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-09-27T14:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fa9bd6393f316dab9303569b28f6b5d179fedd61'/>
<id>fa9bd6393f316dab9303569b28f6b5d179fedd61</id>
<content type='text'>
(bzr r13341.5.16)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.5.16)</pre>
</div>
</content>
</entry>
<entry>
<title>2. connect signals</title>
<updated>2014-06-25T20:21:44+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-06-25T20:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=60f288cc584bf34c65698341427cf377b88c7138'/>
<id>60f288cc584bf34c65698341427cf377b88c7138</id>
<content type='text'>
(bzr r13341.5.2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.5.2)</pre>
</div>
</content>
</entry>
<entry>
<title>no need to use bitfields here. The pre-commit code also looks confusingly similar to initializer value</title>
<updated>2014-03-03T21:26:28+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2014-03-03T21:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2f9102a44d51fdbcbbaaa1c70cbf0a5cb0344ed2'/>
<id>2f9102a44d51fdbcbbaaa1c70cbf0a5cb0344ed2</id>
<content type='text'>
(bzr r13103)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13103)</pre>
</div>
</content>
</entry>
</feed>
