<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/internal/svgz.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>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-redundant-void-arg pass.</title>
<updated>2018-06-19T13:55:58+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-19T13:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=884fe02952017ac219cd23f9407d27ed4d8a8620'/>
<id>884fe02952017ac219cd23f9407d27ed4d8a8620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warning cleanup</title>
<updated>2012-04-18T07:02:24+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2012-04-18T07:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=36e3c5550b49949729f2f23ab1796afdc53d6487'/>
<id>36e3c5550b49949729f2f23ab1796afdc53d6487</id>
<content type='text'>
(bzr r11265)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11265)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Andrew's new OCAL dialog and clean headers.  Please test</title>
<updated>2012-02-27T23:49:20+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2012-02-27T23:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6c5b23c3d3eff317c770c52cf47ca9955be7caba'/>
<id>6c5b23c3d3eff317c770c52cf47ca9955be7caba</id>
<content type='text'>
(bzr r11027)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11027)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some further issues with Internal extensions after the introduction of schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format.</title>
<updated>2008-04-23T15:42:42+00:00</updated>
<author>
<name>Marcin Floryan</name>
<email>mfloryan@mm.waw.pl</email>
</author>
<published>2008-04-23T15:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e769c998cf1e83400e078389eae34a283b6b300e'/>
<id>e769c998cf1e83400e078389eae34a283b6b300e</id>
<content type='text'>
(bzr r5496)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5496)</pre>
</div>
</content>
</entry>
<entry>
<title>r19076@shi:  ted | 2008-04-21 15:42:45 -0700</title>
<updated>2008-04-21T22:57:53+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2008-04-21T22:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6e412e5d2a83d5d4a835a4baa5a82514604408ac'/>
<id>6e412e5d2a83d5d4a835a4baa5a82514604408ac</id>
<content type='text'>
 Core of having a real namespace for Inkscape extensions.
 r19077@shi:  ted | 2008-04-21 15:50:12 -0700
 First layer of adding NS
 r19078@shi:  ted | 2008-04-21 15:56:03 -0700
 Whew, doing the rest of them.

(bzr r5483)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Core of having a real namespace for Inkscape extensions.
 r19077@shi:  ted | 2008-04-21 15:50:12 -0700
 First layer of adding NS
 r19078@shi:  ted | 2008-04-21 15:56:03 -0700
 Whew, doing the rest of them.

(bzr r5483)</pre>
</div>
</content>
</entry>
<entry>
<title>system clipboard support (bug #170185) from Chris Kosiński</title>
<updated>2008-03-26T03:46:52+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2008-03-26T03:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f8e238a4916b3cded2d9097f498147f9b61716fe'/>
<id>f8e238a4916b3cded2d9097f498147f9b61716fe</id>
<content type='text'>
(bzr r5190)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5190)</pre>
</div>
</content>
</entry>
<entry>
<title>r10820@tres:  ted | 2006-01-29 16:56:50 -0800</title>
<updated>2006-01-30T05:12:51+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2006-01-30T05:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d797170d50c65d8791198c709359b58af8d974fd'/>
<id>d797170d50c65d8791198c709359b58af8d974fd</id>
<content type='text'>
 Making it so all the important strings in the INX files are 
 translateable.  Also added in a 'clear-n_.h' to change the N_() macro 
 from an inline function to a pure macro.
 Lastly, added in submenus for the effects.

(bzr r55)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Making it so all the important strings in the INX files are 
 translateable.  Also added in a 'clear-n_.h' to change the N_() macro 
 from an inline function to a pure macro.
 Lastly, added in submenus for the effects.

(bzr r55)</pre>
</div>
</content>
</entry>
<entry>
<title>moving trunk for module inkscape</title>
<updated>2006-01-16T02:36:01+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-01-16T02:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=179fa413b047bede6e32109e2ce82437c5fb8d34'/>
<id>179fa413b047bede6e32109e2ce82437c5fb8d34</id>
<content type='text'>
(bzr r1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1)</pre>
</div>
</content>
</entry>
</feed>
