<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/live_effects/lpe-envelope.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>Avoid the “using std::*;” or “using namespace std;” constructs.</title>
<updated>2019-03-06T01:26:24+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2019-01-23T01:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e71e984af918104579da59e45785fe1651c5e992'/>
<id>e71e984af918104579da59e45785fe1651c5e992</id>
<content type='text'>
This makes the code a lot less readable and greppable for no reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the code a lot less readable and greppable for no reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. typo and whitespace fixes</title>
<updated>2019-01-14T12:32:38+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2019-01-14T12:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c74cd14f7ec7a98ec1319539faac2fce06f8655c'/>
<id>c74cd14f7ec7a98ec1319539faac2fce06f8655c</id>
<content type='text'>
Found via `codespell` and `atom editor`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell` and `atom editor`</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>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>Base LPE refactor</title>
<updated>2018-03-26T17:48:34+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-03-03T00:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=95b1c7b549605d7c6ce6623cc4cd121ed7c51a64'/>
<id>95b1c7b549605d7c6ce6623cc4cd121ed7c51a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a console warning in envelope about ampersand and allow use markup in bool widget labels</title>
<updated>2018-01-07T18:58:22+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-01-07T18:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5b87911e185edc135166bc8d87d3f131cb80aa03'/>
<id>5b87911e185edc135166bc8d87d3f131cb80aa03</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>Code formating</title>
<updated>2017-04-28T20:04:47+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jtx@jtx</email>
</author>
<published>2017-04-28T20:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8f46a5b0b98499b98623370b3fa4d15e22d5cbef'/>
<id>8f46a5b0b98499b98623370b3fa4d15e22d5cbef</id>
<content type='text'>
(bzr r15649)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15649)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix headers on LPE's</title>
<updated>2016-12-10T16:15:17+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jtx@jtx</email>
</author>
<published>2016-12-10T16:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e973e1fc03c1b10c52a21af5f354f63b0f6624bd'/>
<id>e973e1fc03c1b10c52a21af5f354f63b0f6624bd</id>
<content type='text'>
(bzr r15318)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15318)</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous checks for truth/false.</title>
<updated>2016-09-02T22:56:26+00:00</updated>
<author>
<name>Shlomi Fish</name>
<email>shlomif@shlomifish.org</email>
</author>
<published>2016-09-02T22:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d5fc5796665d580a13a2048049108dc7cb1ee01e'/>
<id>d5fc5796665d580a13a2048049108dc7cb1ee01e</id>
<content type='text'>
Convert to a plain var-access or the "!" operator.

(bzr r15100.1.5)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert to a plain var-access or the "!" operator.

(bzr r15100.1.5)</pre>
</div>
</content>
</entry>
</feed>
