<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/CMakeLists.txt, 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>Drop "RegistryTool" which is no longer in use.</title>
<updated>2019-03-29T22:05:23+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-29T22:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=622a199a829580e3b24fef60085ec8673bb1e2dd'/>
<id>622a199a829580e3b24fef60085ec8673bb1e2dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of main.cpp using InkscapeApplication (Gtk::Application)</title>
<updated>2018-11-18T12:39:15+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-11-12T20:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=408cb49b5559a81ea803df64bf58457a5dd4bf16'/>
<id>408cb49b5559a81ea803df64bf58457a5dd4bf16</id>
<content type='text'>
Use Gio::File for accessing files.
Use Gio options to handle command line arguments.
Use Gio::Actions for some command line arguments.
Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Gio::File for accessing files.
Use Gio options to handle command line arguments.
Use Gio::Actions for some command line arguments.
Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CMakeLists for stream classes</title>
<updated>2018-11-18T12:02:09+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2018-11-18T12:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dbba7e128843cd8b40e71a424c94b959096f852a'/>
<id>dbba7e128843cd8b40e71a424c94b959096f852a</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>cleanup: remove Base64OutputStream</title>
<updated>2018-10-29T09:21:30+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2018-10-28T11:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=348271b8b0a8cdf6b57a377d565f278fae4fd3eb'/>
<id>348271b8b0a8cdf6b57a377d565f278fae4fd3eb</id>
<content type='text'>
It was only used in one place. Use "g_base64_encode" instead, like the
rest of the codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was only used in one place. Use "g_base64_encode" instead, like the
rest of the codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some files to 'io' directory.</title>
<updated>2018-10-13T07:37:26+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-10-13T07:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=faf43f2ffa88561acb95909861bb28fcdfaeb858'/>
<id>faf43f2ffa88561acb95909861bb28fcdfaeb858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new libsoup based http access with caching and async</title>
<updated>2017-07-06T04:20:19+00:00</updated>
<author>
<name>Martin Owens</name>
<email>doctormo@gmail.com</email>
</author>
<published>2017-07-06T04:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b264288033bb76311556258914f1ddc043c922e7'/>
<id>b264288033bb76311556258914f1ddc043c922e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inkview: Remove support for obsolete SVG JAR archives</title>
<updated>2016-08-25T21:40:33+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2016-08-25T21:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=caadc219ec9987f65d94a1e8f8198c9ab3c08bf5'/>
<id>caadc219ec9987f65d94a1e8f8198c9ab3c08bf5</id>
<content type='text'>
(bzr r15075)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15075)</pre>
</div>
</content>
</entry>
<entry>
<title>updates for cmake</title>
<updated>2013-09-19T21:38:24+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2013-09-19T21:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=044c350e4c0e27e97cb39dd6dbb25e7655c302d1'/>
<id>044c350e4c0e27e97cb39dd6dbb25e7655c302d1</id>
<content type='text'>
(bzr r12547)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12547)</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the "simple SAX" parser. Replace its only use (loading of unit</title>
<updated>2013-07-24T22:12:32+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2013-07-24T22:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a54cf666ee5f242b47305110e0eaa96bd282438b'/>
<id>a54cf666ee5f242b47305110e0eaa96bd282438b</id>
<content type='text'>
definitions in util/units.cpp) with Glib::Markup

(bzr r12438)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
definitions in util/units.cpp) with Glib::Markup

(bzr r12438)</pre>
</div>
</content>
</entry>
</feed>
