<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/dbus/document-interface.xml, 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>fix compiling on macOS</title>
<updated>2018-11-10T13:04:01+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2018-11-10T13:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f7e658587354a38f89258dac40b6740e10be4a5f'/>
<id>f7e658587354a38f89258dac40b6740e10be4a5f</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>Fixed more trivial typos</title>
<updated>2018-03-12T18:26:47+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-03-11T12:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=86ebd332c69466f7a1badcb640cc77327727295b'/>
<id>86ebd332c69466f7a1badcb640cc77327727295b</id>
<content type='text'>
Via `codespell` and `grep`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Via `codespell` and `grep`</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. typos</title>
<updated>2018-01-08T21:50:51+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-01-08T21:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=202e75590f8200823ef0efd36cc0edbd1bf1edcc'/>
<id>202e75590f8200823ef0efd36cc0edbd1bf1edcc</id>
<content type='text'>
Found via `codespell`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell`</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>Changed dbus interface to treat 'division' like other boolops, with a new</title>
<updated>2013-07-03T22:00:06+00:00</updated>
<author>
<name>Eric Greveson</name>
<email>eric@greveson.co.uk</email>
</author>
<published>2013-07-03T22:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1c75594f5c37e86dec195ec1975254315ef180e9'/>
<id>1c75594f5c37e86dec195ec1975254315ef180e9</id>
<content type='text'>
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode.

(bzr r12387.1.5)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode.

(bzr r12387.1.5)</pre>
</div>
</content>
</entry>
<entry>
<title>DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.</title>
<updated>2011-08-21T07:42:08+00:00</updated>
<author>
<name>Nicolas Dufour</name>
<email>nicoduf@yahoo.fr</email>
</author>
<published>2011-08-21T07:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=cf0c689f665675b976215e80ec7c9acf1b2e49e6'/>
<id>cf0c689f665675b976215e80ec7c9acf1b2e49e6</id>
<content type='text'>
(bzr r10559)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10559)</pre>
</div>
</content>
</entry>
<entry>
<title>D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug #707054 and Bug #707364).</title>
<updated>2011-03-18T20:29:06+00:00</updated>
<author>
<name>Nicolas Dufour</name>
<email>nicoduf@yahoo.fr</email>
</author>
<published>2011-03-18T20:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2de761f0c46b4f3164d0dc008320da3ad0f35316'/>
<id>2de761f0c46b4f3164d0dc008320da3ad0f35316</id>
<content type='text'>
(bzr r10114)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10114)</pre>
</div>
</content>
</entry>
<entry>
<title>Added proposed interface file.</title>
<updated>2009-08-15T18:26:08+00:00</updated>
<author>
<name>Soren Berg</name>
<email>glimmer07@gmail.com</email>
</author>
<published>2009-08-15T18:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=28c0df8446a7442667b2a2a938f544f5508ef0a0'/>
<id>28c0df8446a7442667b2a2a938f544f5508ef0a0</id>
<content type='text'>
Fixed other xml files to have xml file declaration before comments.

(bzr r8254.1.27)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed other xml files to have xml file declaration before comments.

(bzr r8254.1.27)</pre>
</div>
</content>
</entry>
<entry>
<title>Made wrapper functions non static.</title>
<updated>2009-08-13T20:53:03+00:00</updated>
<author>
<name>Soren Berg</name>
<email>glimmer07@gmail.com</email>
</author>
<published>2009-08-13T20:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f49ab91f16c96e3e4ed84ea021b54946e7c08006'/>
<id>f49ab91f16c96e3e4ed84ea021b54946e7c08006</id>
<content type='text'>
Added lots of documentation.

(bzr r8254.1.24)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added lots of documentation.

(bzr r8254.1.24)</pre>
</div>
</content>
</entry>
</feed>
