<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/filters/componenttransfer-funcnode.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>Move classes derived from SPObject to own directory.</title>
<updated>2018-01-30T08:33:01+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-01-30T08:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=267299811df952d08324a39008f52c19641de9e0'/>
<id>267299811df952d08324a39008f52c19641de9e0</id>
<content type='text'>
A lot of header clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of header clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused includes, decreased compilation time. Once again</title>
<updated>2016-08-03T13:29:38+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-08-03T13:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=35830f456cadaecf8b8e3944e3031a1a93f6cb41'/>
<id>35830f456cadaecf8b8e3944e3031a1a93f6cb41</id>
<content type='text'>
(bzr r15034)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15034)</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted changes to r15024 after many building problems</title>
<updated>2016-07-28T11:26:17+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-07-28T11:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=43b49e325db73cc19b1731db6c69545664ee8fbe'/>
<id>43b49e325db73cc19b1731db6c69545664ee8fbe</id>
<content type='text'>
(bzr r15027)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15027)</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused includes, decrease compilation time</title>
<updated>2016-07-28T10:06:06+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-07-28T10:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1'/>
<id>f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1</id>
<content type='text'>
(bzr r15025)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15025)</pre>
</div>
</content>
</entry>
<entry>
<title>create SPObject factory</title>
<updated>2015-02-25T00:22:08+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2015-02-25T00:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=df7828a7a8ba0b7e6c2dd892ca5f0a62ef718bf0'/>
<id>df7828a7a8ba0b7e6c2dd892ca5f0a62ef718bf0</id>
<content type='text'>
(bzr r13939.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13939.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>Add GUI for feComponentTransfer filter primitive.</title>
<updated>2014-01-13T12:55:24+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2014-01-13T12:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71abe5b8c4ed9e53a6a7299e4abc0deeb2c586a7'/>
<id>71abe5b8c4ed9e53a6a7299e4abc0deeb2c586a7</id>
<content type='text'>
(bzr r12923)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12923)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed FeComponentTransfer.</title>
<updated>2013-09-23T22:53:52+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-09-23T22:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bbe5a375195443bf9235f859d58d533fe5815e00'/>
<id>bbe5a375195443bf9235f859d58d533fe5815e00</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1229326

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

(bzr r12582)</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up a bit; fixed struct vs. class forward declarations.</title>
<updated>2013-07-31T20:51:23+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-07-31T20:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=beecbea1b415d5b9536f2309c4f30fc258e346f5'/>
<id>beecbea1b415d5b9536f2309c4f30fc258e346f5</id>
<content type='text'>
(bzr r11608.1.111)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.111)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Object and subclasses. Merging of SP- and C-classes complete.</title>
<updated>2013-04-07T16:28:22+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-04-07T16:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=27e2102f96a5554bcd5310ec11435d155773b279'/>
<id>27e2102f96a5554bcd5310ec11435d155773b279</id>
<content type='text'>
(bzr r11608.1.86)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.86)</pre>
</div>
</content>
</entry>
<entry>
<title>Merged more classes.</title>
<updated>2013-04-06T20:16:05+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-04-06T20:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7b7e0294b0c06a8d3ec19b73486a91e12cf67adf'/>
<id>7b7e0294b0c06a8d3ec19b73486a91e12cf67adf</id>
<content type='text'>
(bzr r11608.1.84)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.84)</pre>
</div>
</content>
</entry>
</feed>
