<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/live_effects/lpe-extrude.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>modernize loops</title>
<updated>2019-01-02T09:41:30+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-02T09:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=169dff19d4da8d76e69b8e896aa25b0013639c03'/>
<id>169dff19d4da8d76e69b8e896aa25b0013639c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Run clang-tidy’s modernize-use-equals-default 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-15T17:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=004e50d84773242a000f5cadb89466bbc793e1a8'/>
<id>004e50d84773242a000f5cadb89466bbc793e1a8</id>
<content type='text'>
This replaces empty constructors and destructors with the default
keyword.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces empty constructors and destructors with the default
keyword.
</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>Code formating</title>
<updated>2017-04-28T20:04:47+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jtx@jtx</email>
</author>
<published>2017-04-28T20:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8f46a5b0b98499b98623370b3fa4d15e22d5cbef'/>
<id>8f46a5b0b98499b98623370b3fa4d15e22d5cbef</id>
<content type='text'>
(bzr r15649)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15649)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix headers on LPE's</title>
<updated>2016-12-10T16:15:17+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jtx@jtx</email>
</author>
<published>2016-12-10T16:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e973e1fc03c1b10c52a21af5f354f63b0f6624bd'/>
<id>e973e1fc03c1b10c52a21af5f354f63b0f6624bd</id>
<content type='text'>
(bzr r15318)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15318)</pre>
</div>
</content>
</entry>
<entry>
<title>Update to trunk</title>
<updated>2016-10-03T20:51:05+00:00</updated>
<author>
<name>Jabier Arraiza Cenoz</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2016-10-03T20:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4db35e8a6706ddece9e977e5f26d4a6867ff8cbe'/>
<id>4db35e8a6706ddece9e977e5f26d4a6867ff8cbe</id>
<content type='text'>
(bzr r15017.1.35)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15017.1.35)</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>Improvements to widget redraw</title>
<updated>2016-07-29T10:06:16+00:00</updated>
<author>
<name>Jabier Arraiza Cenoz</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2016-07-29T10:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=881b103a91e5668c1f7333ac989e4a968aa92aed'/>
<id>881b103a91e5668c1f7333ac989e4a968aa92aed</id>
<content type='text'>
(bzr r15017.1.11)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15017.1.11)</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>
</feed>
