<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/display/nr-filter-displacement-map.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>Remove debugging statements from displacemnet filter rendering code.</title>
<updated>2019-01-19T10:25:52+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-01-19T10:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dcb7403bc18ced055766ef1acbe4d0c8d34a9451'/>
<id>dcb7403bc18ced055766ef1acbe4d0c8d34a9451</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>Remove #include "config.h" wherever possible</title>
<updated>2018-10-01T22:50:12+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-30T23:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71f15d1e96dab3a48fd8e544561f1830795b56ed'/>
<id>71f15d1e96dab3a48fd8e544561f1830795b56ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove #include "config.h" from header files where possible</title>
<updated>2018-09-24T19:20:13+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-23T15:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4'/>
<id>7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run clang-tidy’s modernize-use-equals-default pass.</title>
<updated>2018-06-18T12:27:01+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-15T17:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=004e50d84773242a000f5cadb89466bbc793e1a8'/>
<id>004e50d84773242a000f5cadb89466bbc793e1a8</id>
<content type='text'>
This replaces empty constructors and destructors with the default
keyword.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces empty constructors and destructors with the default
keyword.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support device scale in filters.</title>
<updated>2017-11-30T10:35:36+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2017-11-30T10:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=542441374b6d6129b69470da18e5230dd421bc21'/>
<id>542441374b6d6129b69470da18e5230dd421bc21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. typos</title>
<updated>2017-11-07T18:55:26+00:00</updated>
<author>
<name>Unknown</name>
<email>kunda@scribus.net</email>
</author>
<published>2017-11-07T18:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2659ce5a325688a3db9900d6d662e92048f0539e'/>
<id>2659ce5a325688a3db9900d6d662e92048f0539e</id>
<content type='text'>
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```</pre>
</div>
</content>
</entry>
<entry>
<title>Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting primitives.</title>
<updated>2012-12-23T09:55:50+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2012-12-23T09:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d1e043d27a35b00c9e49a2deef1c2ee5bc8b2cc5'/>
<id>d1e043d27a35b00c9e49a2deef1c2ee5bc8b2cc5</id>
<content type='text'>
(bzr r11976)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11976)</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for color-interpolation-filters = linearRGB.</title>
<updated>2012-12-22T16:43:07+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2012-12-22T16:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8c4d3b68e4a5727b2205ec136d6fb5f50289d1e9'/>
<id>8c4d3b68e4a5727b2205ec136d6fb5f50289d1e9</id>
<content type='text'>
(bzr r11972)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11972)</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the formula of the displacement map so that zero alpha value</title>
<updated>2011-09-16T14:32:58+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-09-16T14:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=17f63b09c2f8746e1b65d470567eac2a18d7b2ca'/>
<id>17f63b09c2f8746e1b65d470567eac2a18d7b2ca</id>
<content type='text'>
means maximum negative displacement rather than zero displacement.
Fixes artifacts in filters.

Fixed bugs:
  - https://launchpad.net/bugs/849064

(bzr r10632)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
means maximum negative displacement rather than zero displacement.
Fixes artifacts in filters.

Fixed bugs:
  - https://launchpad.net/bugs/849064

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