<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/widgets/gradient-toolbar.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 toolbars to ui/toolbar</title>
<updated>2018-06-17T16:00:04+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2018-06-17T16:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=039408dbad2877c3b75d08f66dddaff17fe3dcf3'/>
<id>039408dbad2877c3b75d08f66dddaff17fe3dcf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0).</title>
<updated>2018-01-31T14:07:05+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-01-31T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7025330d167ff5afb43eefdd05ff0148430a9d8e'/>
<id>7025330d167ff5afb43eefdd05ff0148430a9d8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Don't translate the empty string.</title>
<updated>2018-01-29T20:13:12+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-29T20:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=280065b915b38d4d6605c1ec364a380250d6e1cd'/>
<id>280065b915b38d4d6605c1ec364a380250d6e1cd</id>
<content type='text'>
Really, please don't do it!
- in the best case it shows a wall of useless text to the user
- in the worst case it causes strange crashes for users with
  non-English locale
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Really, please don't do it!
- in the best case it shows a wall of useless text to the user
- in the worst case it causes strange crashes for users with
  non-English locale
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert gradient-toolbar to use ink-select-one-action.</title>
<updated>2018-01-22T16:21:23+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-01-22T16:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2f4c7195451747ffbd9fe79bd4dc9be713443280'/>
<id>2f4c7195451747ffbd9fe79bd4dc9be713443280</id>
<content type='text'>
With lots of other clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With lots of other clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move general ellipsize text function out of gradient files.</title>
<updated>2018-01-19T12:10:05+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-01-19T12:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=78b5478136fa43a7c225ef5aa433ec9c0926667d'/>
<id>78b5478136fa43a7c225ef5aa433ec9c0926667d</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>Remove old icon handling code</title>
<updated>2017-06-29T11:43:56+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2017-06-29T11:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=22d06152d0fabc7fe50bb6829f00b2bac4ed1796'/>
<id>22d06152d0fabc7fe50bb6829f00b2bac4ed1796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged trunk</title>
<updated>2016-08-09T09:33:34+00:00</updated>
<author>
<name>Adrian Boguszewski</name>
<email>adrbogus1@student.pg.gda.pl</email>
</author>
<published>2016-08-09T09:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=577a95c2028790cbb856feda6ac6880ddd1aaad2'/>
<id>577a95c2028790cbb856feda6ac6880ddd1aaad2</id>
<content type='text'>
(bzr r14954.1.30)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14954.1.30)</pre>
</div>
</content>
</entry>
<entry>
<title>Split InkAction classes into separate files</title>
<updated>2016-08-05T18:07:48+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2016-08-05T18:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a0cacd78d5d987eafa3739bb8f45587d82246780'/>
<id>a0cacd78d5d987eafa3739bb8f45587d82246780</id>
<content type='text'>
(bzr r15043)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15043)</pre>
</div>
</content>
</entry>
</feed>
