<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/rdf.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>Misc. typo and whitespace fixes</title>
<updated>2018-09-16T22:45:42+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-09-16T22:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1a29e885b6e40720382f2b4d78f0a77635102cea'/>
<id>1a29e885b6e40720382f2b4d78f0a77635102cea</id>
<content type='text'>
Follow-up to #289</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to #289</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>Misc. typos</title>
<updated>2017-11-07T18:55:26+00:00</updated>
<author>
<name>Unknown</name>
<email>kunda@scribus.net</email>
</author>
<published>2017-11-07T18:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2659ce5a325688a3db9900d6d662e92048f0539e'/>
<id>2659ce5a325688a3db9900d6d662e92048f0539e</id>
<content type='text'>
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```</pre>
</div>
</content>
</entry>
<entry>
<title>Metadata. Fix for Bug #1452266 (Outdated Creative Commons licenses).</title>
<updated>2015-05-11T15:56:55+00:00</updated>
<author>
<name>Nicolas Dufour</name>
<email>nicoduf@yahoo.fr</email>
</author>
<published>2015-05-11T15:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1d290ae90c78f35b67f474d34eef6f8fbeaa248c'/>
<id>1d290ae90c78f35b67f474d34eef6f8fbeaa248c</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1452266

(bzr r14143)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/1452266

(bzr r14143)</pre>
</div>
</content>
</entry>
<entry>
<title>reduce scope of variables</title>
<updated>2013-08-03T21:30:12+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2013-08-03T21:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=013e92537296f6ba2434e29a96d18eeb353d9560'/>
<id>013e92537296f6ba2434e29a96d18eeb353d9560</id>
<content type='text'>
(bzr r12463)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12463)</pre>
</div>
</content>
</entry>
<entry>
<title>Comparison between licenses are now done by comparing the License URI.</title>
<updated>2013-07-24T07:19:34+00:00</updated>
<author>
<name>Christoffer Holmstedt</name>
<email>christoffer.holmstedt@gmail.com</email>
</author>
<published>2013-07-24T07:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dd07a328f47fc24dcf442b4b31d75e85373429fd'/>
<id>dd07a328f47fc24dcf442b4b31d75e85373429fd</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/372427

(bzr r12436)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/372427

(bzr r12436)</pre>
</div>
</content>
</entry>
<entry>
<title>Changed metadata tooltips to match the definition of Dublin Core terms.</title>
<updated>2013-07-17T13:33:46+00:00</updated>
<author>
<name>Christoffer Holmstedt</name>
<email>christoffer.holmstedt@gmail.com</email>
</author>
<published>2013-07-17T13:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5acbfb18261689068f7ad6d2a380ca97b1ff60cf'/>
<id>5acbfb18261689068f7ad6d2a380ca97b1ff60cf</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/835849

(bzr r12424)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/835849

(bzr r12424)</pre>
</div>
</content>
</entry>
<entry>
<title>Merging patch from Peter Liljenberg. License comparison is now done by comparing license URI and nothing else.</title>
<updated>2013-07-16T08:13:07+00:00</updated>
<author>
<name>Christoffer Holmstedt</name>
<email>christoffer.holmstedt@gmail.com</email>
</author>
<published>2013-07-16T08:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5dfee0e64ecd76e42e15e4538dc742da19528997'/>
<id>5dfee0e64ecd76e42e15e4538dc742da19528997</id>
<content type='text'>
(bzr r12419.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12419.1.1)</pre>
</div>
</content>
</entry>
</feed>
