<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/xml/attribute-record.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>Refactor Util::ptr_shared</title>
<updated>2017-10-18T14:03:34+00:00</updated>
<author>
<name>Jan Lingscheid</name>
<email>jan.linscheid@auticon.de</email>
</author>
<published>2017-10-18T14:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=41b862f1c4eaea48bdd0d546e2bb31907f15857b'/>
<id>41b862f1c4eaea48bdd0d546e2bb31907f15857b</id>
<content type='text'>
Util::ptr_shared&lt;T&gt; was only used in its &lt;char&gt; specialization, so it is now refactored into a
non-template class. Using it with arbitary classes was dangerous anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Util::ptr_shared&lt;T&gt; was only used in its &lt;char&gt; specialization, so it is now refactored into a
non-template class. Using it with arbitary classes was dangerous anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename libgc/ =&gt; inkgc/ to reflect difference from Boehm GC</title>
<updated>2015-02-26T02:49:35+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2015-02-26T02:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3b0e6ebad7223a61510fad03e241ceadfae961f0'/>
<id>3b0e6ebad7223a61510fad03e241ceadfae961f0</id>
<content type='text'>
(bzr r13950)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13950)</pre>
</div>
</content>
</entry>
<entry>
<title>Isolate components of libgc</title>
<updated>2015-02-25T22:24:47+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2015-02-25T22:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18'/>
<id>5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18</id>
<content type='text'>
(bzr r13946)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13946)</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>* Lots of documentation for the Inkscape::XML namespace</title>
<updated>2008-09-23T23:34:58+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2008-09-23T23:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3547b1082098934d583f2c483c8eb5a59e9c2bbb'/>
<id>3547b1082098934d583f2c483c8eb5a59e9c2bbb</id>
<content type='text'>
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers

(bzr r6877)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers

(bzr r6877)</pre>
</div>
</content>
</entry>
<entry>
<title>shared_ptr -&gt; ptr_shared</title>
<updated>2006-03-15T03:22:23+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-03-15T03:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7663e55d418b5ea8765421c9570dba40f6bd97fd'/>
<id>7663e55d418b5ea8765421c9570dba40f6bd97fd</id>
<content type='text'>
(bzr r240)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r240)</pre>
</div>
</content>
</entry>
<entry>
<title>replace Util::SharedCStringPtr with the more general Util::shared_ptr&lt;&gt;</title>
<updated>2006-02-06T04:15:05+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-02-06T04:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4f46bb0e09ddfa540b60bd4d152385729127aceb'/>
<id>4f46bb0e09ddfa540b60bd4d152385729127aceb</id>
<content type='text'>
(bzr r87)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r87)</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>
