<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/resource-manager.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>Update pofiles</title>
<updated>2019-05-28T10:52:07+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-05-28T10:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b38dc8c2f956b367ca681dbdc8ed6ffc3c440fa1'/>
<id>b38dc8c2f956b367ca681dbdc8ed6ffc3c440fa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ResourceManager dep on Glib::object.</title>
<updated>2019-05-22T16:46:15+00:00</updated>
<author>
<name>Shlomi Fish</name>
<email>shlomif@shlomifish.org</email>
</author>
<published>2019-05-22T15:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d86d8a76f1cd6fd9f4b2eaacddfbc3f90e9a1aeb'/>
<id>d86d8a76f1cd6fd9f4b2eaacddfbc3f90e9a1aeb</id>
<content type='text'>
As suggested in
http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&amp;oldid=112116
.

Needs review but seems to work well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As suggested in
http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&amp;oldid=112116
.

Needs review but seems to work well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize document.h.</title>
<updated>2019-04-04T12:43:23+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-04-04T12:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=cb4e0f299acf0842db9c185c15158b96c1dacbd2'/>
<id>cb4e0f299acf0842db9c185c15158b96c1dacbd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make InkscapeApplication responsible for managing documents and windows.</title>
<updated>2019-03-15T14:21:30+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-03-15T14:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1602477dfd4371a17639b0b6e4f59f5a5ea9565a'/>
<id>1602477dfd4371a17639b0b6e4f59f5a5ea9565a</id>
<content type='text'>
Any change from previous behavior is a bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any change from previous behavior is a bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Give more descriptive names to document file related variables and functions.</title>
<updated>2019-02-20T09:50:38+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-02-20T09:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=774bee47ed685bd666173cb4d1664933217371c9'/>
<id>774bee47ed685bd666173cb4d1664933217371c9</id>
<content type='text'>
Makes searching through code for them easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes searching through code for them easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize loops</title>
<updated>2019-01-02T09:41:30+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-02T09:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=169dff19d4da8d76e69b8e896aa25b0013639c03'/>
<id>169dff19d4da8d76e69b8e896aa25b0013639c03</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>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>
</feed>
