<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/sys.h, 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>Run clang-tidy’s modernize-deprecated-headers 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-17T19:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4'/>
<id>7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4</id>
<content type='text'>
This renames most C &lt;*.h&gt; includes into C++ &lt;c*&gt; includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This renames most C &lt;*.h&gt; includes into C++ &lt;c*&gt; includes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop obsolete wrapper around Glib::file_open_tmp</title>
<updated>2017-10-19T17:22:34+00:00</updated>
<author>
<name>Stefano Facchini</name>
<email>stefano.facchini@gmail.com</email>
</author>
<published>2017-10-18T20:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c419daf4e13efc020401b3bcbbe8b6116bb3cdd7'/>
<id>c419daf4e13efc020401b3bcbbe8b6116bb3cdd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for 430301 : core dump exporting to non existing folder</title>
<updated>2012-11-30T02:05:35+00:00</updated>
<author>
<name>John Smith</name>
<email>john.smith7545@yahoo.com</email>
</author>
<published>2012-11-30T02:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=91276e1763b33970684e93ef6a20cd2134a5be57'/>
<id>91276e1763b33970684e93ef6a20cd2134a5be57</id>
<content type='text'>
(bzr r11915)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11915)</pre>
</div>
</content>
</entry>
<entry>
<title>merged with trunk so I can build again...</title>
<updated>2011-12-27T21:04:47+00:00</updated>
<author>
<name>Andrew Higginson</name>
<email>at.higginson@gmail.com</email>
</author>
<published>2011-12-27T21:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=80960b623a99aae1402ab651b2974ef544ed3b03'/>
<id>80960b623a99aae1402ab651b2974ef544ed3b03</id>
<content type='text'>
(bzr r10092.1.36)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10092.1.36)</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to top-level glib headers.  Thanks to DimStar for patch</title>
<updated>2011-12-08T11:53:54+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2011-12-08T11:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4e51446f417ad82d2cdac758d0c5ce908ff88038'/>
<id>4e51446f417ad82d2cdac758d0c5ce908ff88038</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/898538

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

(bzr r10762)</pre>
</div>
</content>
</entry>
<entry>
<title>Made dialog's state persistant</title>
<updated>2011-03-24T19:14:21+00:00</updated>
<author>
<name>Andrew rugby471@gmail.com</name>
<email></email>
</author>
<published>2011-03-24T19:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=002481162f050709a125e38dc60145ef77c10c98'/>
<id>002481162f050709a125e38dc60145ef77c10c98</id>
<content type='text'>
Cleanup of code
Made download of image work
Put all images into a /tmp/openclipart directory
Use GUID for filename

(bzr r10092.1.18)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup of code
Made download of image work
Put all images into a /tmp/openclipart directory
Use GUID for filename

(bzr r10092.1.18)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix by Adib for 353847</title>
<updated>2009-09-16T02:04:50+00:00</updated>
<author>
<name>Josh Andler</name>
<email>scislac@gmail.com</email>
</author>
<published>2009-09-16T02:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1807c74cbec5204385b71b3a120ebcd40f80c18e'/>
<id>1807c74cbec5204385b71b3a120ebcd40f80c18e</id>
<content type='text'>
(bzr r8601)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r8601)</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #204779 win32 crash on help menu - win32 spawn problem</title>
<updated>2008-03-27T21:47:23+00:00</updated>
<author>
<name>Adib Taraben</name>
<email>theadib@gmail.com</email>
</author>
<published>2008-03-27T21:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0713ea3e56f2d1a6298da1a94f02f37f605052ec'/>
<id>0713ea3e56f2d1a6298da1a94f02f37f605052ec</id>
<content type='text'>
(bzr r5207)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5207)</pre>
</div>
</content>
</entry>
<entry>
<title>BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista tempfiles breaks some extensions (including Save as XAML)</title>
<updated>2008-03-13T14:24:00+00:00</updated>
<author>
<name>Albin Sunnanbo</name>
<email>albin@sunnanbo.com</email>
</author>
<published>2008-03-13T14:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=69dc47d89f6605a2d9bb7e424766c38ffcbd3e93'/>
<id>69dc47d89f6605a2d9bb7e424766c38ffcbd3e93</id>
<content type='text'>
(bzr r5082)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5082)</pre>
</div>
</content>
</entry>
</feed>
