<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/sp-fedisplacementmap.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>Merge from fe-moved</title>
<updated>2008-11-21T05:24:08+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2008-11-21T05:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=44a3a78fb6a3863c0c7f3c1193837337e68a67e4'/>
<id>44a3a78fb6a3863c0c7f3c1193837337e68a67e4</id>
<content type='text'>
(bzr r6891)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6891)</pre>
</div>
</content>
</entry>
<entry>
<title>plumb XML::Documents in everywhere</title>
<updated>2008-06-11T15:56:11+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2008-06-11T15:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7a9b77df373b64df154cda680152eb70a49d68b5'/>
<id>7a9b77df373b64df154cda680152eb70a49d68b5</id>
<content type='text'>
(bzr r5884)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5884)</pre>
</div>
</content>
</entry>
<entry>
<title>* use enums to deal with displacementmap channel selectors</title>
<updated>2008-02-19T20:57:06+00:00</updated>
<author>
<name>Felipe Corr??a da Silva Sanches</name>
<email>juca@members.fsf.org</email>
</author>
<published>2008-02-19T20:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3a44b1daa97af92fa1be4f7199641ae003065532'/>
<id>3a44b1daa97af92fa1be4f7199641ae003065532</id>
<content type='text'>
* set default values explicitly for all combobox filter settings at the filters dialog.

(bzr r4781)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* set default values explicitly for all combobox filter settings at the filters dialog.

(bzr r4781)</pre>
</div>
</content>
</entry>
<entry>
<title>just a tiny refactoring</title>
<updated>2008-01-16T10:50:24+00:00</updated>
<author>
<name>Felipe Corr??a da Silva Sanches</name>
<email>juca@members.fsf.org</email>
</author>
<published>2008-01-16T10:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ab851ec1f2111b2765479d6310f9e69afea460b0'/>
<id>ab851ec1f2111b2765479d6310f9e69afea460b0</id>
<content type='text'>
(bzr r4516)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4516)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed several crashes when modifying filter effect parameters with XML editor</title>
<updated>2007-12-06T19:02:55+00:00</updated>
<author>
<name>Niko Kiirala</name>
<email>niko@kiirala.com</email>
</author>
<published>2007-12-06T19:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=729a0282b156b80c8cccd0a59fea480e8bbc40bb'/>
<id>729a0282b156b80c8cccd0a59fea480e8bbc40bb</id>
<content type='text'>
(bzr r4185)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4185)</pre>
</div>
</content>
</entry>
<entry>
<title>* moved some parameter inits from nr-filter-displacement-map to sp-fedisplacementmap</title>
<updated>2007-08-13T00:48:58+00:00</updated>
<author>
<name>Felipe Corr??a da Silva Sanches</name>
<email>juca@members.fsf.org</email>
</author>
<published>2007-08-13T00:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8f6d364aa4ce5b29efdcc71b35141cfcb8731e51'/>
<id>8f6d364aa4ce5b29efdcc71b35141cfcb8731e51</id>
<content type='text'>
* fixed rederer bug on feDisplacementMap. (handling of input and output buffers with different sizes is a dificult 
task. We should find out a way of making it cleaner)

(bzr r3456)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixed rederer bug on feDisplacementMap. (handling of input and output buffers with different sizes is a dificult 
task. We should find out a way of making it cleaner)

(bzr r3456)</pre>
</div>
</content>
</entry>
<entry>
<title>DisplacementMap filter boilerplate code + renderer draft implementation.</title>
<updated>2007-07-25T07:12:49+00:00</updated>
<author>
<name>Felipe Corr??a da Silva Sanches</name>
<email>juca@members.fsf.org</email>
</author>
<published>2007-07-25T07:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4480bbed55269e9069737ac585b677149daee790'/>
<id>4480bbed55269e9069737ac585b677149daee790</id>
<content type='text'>
General setting of attributes and default values.

renderer method is still not correct. Needs some more effort.

(bzr r3293)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
General setting of attributes and default values.

renderer method is still not correct. Needs some more effort.

(bzr r3293)</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash temporarily until next refactoring phase</title>
<updated>2007-04-09T07:44:50+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2007-04-09T07:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8e54557dfbe77d5a4432c3d274a6059bfad8c0d1'/>
<id>8e54557dfbe77d5a4432c3d274a6059bfad8c0d1</id>
<content type='text'>
(bzr r2837)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2837)</pre>
</div>
</content>
</entry>
<entry>
<title>plumb XML::Document parameter into duplication, courtesy of bryce</title>
<updated>2007-03-20T22:54:29+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2007-03-20T22:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5063f31f609ad9c89e7b6d0667c39bc4fad35c27'/>
<id>5063f31f609ad9c89e7b6d0667c39bc4fad35c27</id>
<content type='text'>
(bzr r2723)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2723)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unintialized variables and minor misc warnings</title>
<updated>2007-02-19T18:10:02+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2007-02-19T18:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b0cc28bf898225878290d34dc569585847cfff48'/>
<id>b0cc28bf898225878290d34dc569585847cfff48</id>
<content type='text'>
(bzr r2398)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2398)</pre>
</div>
</content>
</entry>
</feed>
