<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/layer-fns.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>Avoid the “using std::*;” or “using namespace std;” constructs.</title>
<updated>2019-03-06T01:26:24+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2019-01-23T01:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e71e984af918104579da59e45785fe1651c5e992'/>
<id>e71e984af918104579da59e45785fe1651c5e992</id>
<content type='text'>
This makes the code a lot less readable and greppable for no reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the code a lot less readable and greppable for no reason.
</pre>
</div>
</content>
</entry>
<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>Remove #include "config.h" wherever possible</title>
<updated>2018-10-01T22:50:12+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-30T23:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71f15d1e96dab3a48fd8e544561f1830795b56ed'/>
<id>71f15d1e96dab3a48fd8e544561f1830795b56ed</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-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>Fix layer traversing</title>
<updated>2017-08-01T08:14:29+00:00</updated>
<author>
<name>Tobias Ellinghaus</name>
<email>me@houz.org</email>
</author>
<published>2017-08-01T08:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4962a2cc5221d8ae45ff10f514b7104b48747006'/>
<id>4962a2cc5221d8ae45ff10f514b7104b48747006</id>
<content type='text'>
This fixes two bugs:
- A crash when moving an object away from the root layer
- An inconsistency when going through the layers with
{ctrl,shift}-Pg{Up,Down}: Going to the previous layer worked fine while
going to the next layer only went up the hierarchy but never into sub
layers. Now both directions visit the same layers in the same (just
reversed) order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes two bugs:
- A crash when moving an object away from the root layer
- An inconsistency when going through the layers with
{ctrl,shift}-Pg{Up,Down}: Going to the previous layer worked fine while
going to the next layer only went up the hierarchy but never into sub
layers. Now both directions visit the same layers in the same (just
reversed) order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed children list in SPObject</title>
<updated>2016-07-14T11:17:21+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-07-14T11:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=24d3f50003ca3cec6a03a7f5267cc4fe5588c69f'/>
<id>24d3f50003ca3cec6a03a7f5267cc4fe5588c69f</id>
<content type='text'>
(bzr r14954.1.21)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14954.1.21)</pre>
</div>
</content>
</entry>
<entry>
<title>First part of new SPObject children list</title>
<updated>2016-07-11T12:24:52+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-07-11T12:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=058e95a59ccb2ab1748392acdfdbbffd516c9c81'/>
<id>058e95a59ccb2ab1748392acdfdbbffd516c9c81</id>
<content type='text'>
(bzr r14954.1.17)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14954.1.17)</pre>
</div>
</content>
</entry>
<entry>
<title>Janitorial tasks: get rid of deprecated repr wrapper functions</title>
<updated>2012-01-03T12:23:35+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2012-01-03T12:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fde59b9691f02d4f33a9b327b0e0fac770109854'/>
<id>fde59b9691f02d4f33a9b327b0e0fac770109854</id>
<content type='text'>
(bzr r10830)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10830)</pre>
</div>
</content>
</entry>
<entry>
<title>Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.</title>
<updated>2011-02-21T07:59:34+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2011-02-21T07:59:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ccba415bc620a21239f11361078c8c30006106c7'/>
<id>ccba415bc620a21239f11361078c8c30006106c7</id>
<content type='text'>
(bzr r10060)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10060)</pre>
</div>
</content>
</entry>
</feed>
