<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/unclump.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>Clarify licenses</title>
<updated>2018-11-08T17:18:20+00:00</updated>
<author>
<name>Max Gaukler</name>
<email>development@maxgaukler.de</email>
</author>
<published>2018-09-11T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=79d82382b3ea1b7d77e3a47a96a786557588787a'/>
<id>79d82382b3ea1b7d77e3a47a96a786557588787a</id>
<content type='text'>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</pre>
</div>
</content>
</entry>
<entry>
<title>Run clang-tidy’s modernize-use-nullptr 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-15T10:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f4349fb3e45bd44cef0e2b69af4c9b4cf35dcf43'/>
<id>f4349fb3e45bd44cef0e2b69af4c9b4cf35dcf43</id>
<content type='text'>
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
</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>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>minor warning cleanup.</title>
<updated>2016-04-21T06:14:10+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2016-04-21T06:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e71c798f2fd8610baaddbb58d103b2ef44d65ccb'/>
<id>e71c798f2fd8610baaddbb58d103b2ef44d65ccb</id>
<content type='text'>
(bzr r14861)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14861)</pre>
</div>
</content>
</entry>
<entry>
<title>static code analysis</title>
<updated>2015-10-29T22:24:26+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2015-10-29T22:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fd5fce801e86b3e9ab0d56a702e89b11dbf7484e'/>
<id>fd5fce801e86b3e9ab0d56a702e89b11dbf7484e</id>
<content type='text'>
(bzr r14436)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14436)</pre>
</div>
</content>
</entry>
<entry>
<title>corrected the casts (hopefully)</title>
<updated>2015-02-27T02:10:36+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>mc@localhost.localdomain</email>
</author>
<published>2015-02-27T02:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9a7fa4d1899d30ec745107823f307b2a0bf3172f'/>
<id>9a7fa4d1899d30ec745107823f307b2a0bf3172f</id>
<content type='text'>
(bzr r13922.1.10)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13922.1.10)</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>
</feed>
