<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/widgets/gradient-selector.h, 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>Stop End button selecting first swatch in list</title>
<updated>2019-07-17T14:37:37+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-07-17T13:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=38bde4dc227c01dea1c7843529d4f1c6e507314b'/>
<id>38bde4dc227c01dea1c7843529d4f1c6e507314b</id>
<content type='text'>
Fix gitlab.com/inkscape/inbox/issues/659
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix gitlab.com/inkscape/inbox/issues/659
</pre>
</div>
</content>
</entry>
<entry>
<title>Override navigation in swatch/gradient list</title>
<updated>2019-07-15T10:34:16+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-06-27T09:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3c9687d3d8cebe107716c14562d6446890f89651'/>
<id>3c9687d3d8cebe107716c14562d6446890f89651</id>
<content type='text'>
Fix gitlab.com/inkscape/inkscape/issues/237
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix gitlab.com/inkscape/inkscape/issues/237
</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" 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-redundant-void-arg pass.</title>
<updated>2018-06-19T13:55:58+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-19T13:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=884fe02952017ac219cd23f9407d27ed4d8a8620'/>
<id>884fe02952017ac219cd23f9407d27ed4d8a8620</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>Run clang-tidy’s modernize-use-override pass.</title>
<updated>2018-06-18T12:27:00+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-14T22:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7654fc11a6442e6ee2a463d6dee6458c0f53768f'/>
<id>7654fc11a6442e6ee2a463d6dee6458c0f53768f</id>
<content type='text'>
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
</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>Improve mesh handling in Fill and Stroke dialog.</title>
<updated>2016-11-08T14:05:30+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2016-11-08T14:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=430533b9a259eb3dac44755306dfb0fddb34951d'/>
<id>430533b9a259eb3dac44755306dfb0fddb34951d</id>
<content type='text'>
Create new meshes with alternating color/white pattern
(makes it more obvious a mesh has been created).

(bzr r15229)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create new meshes with alternating color/white pattern
(makes it more obvious a mesh has been created).

(bzr r15229)</pre>
</div>
</content>
</entry>
<entry>
<title>Finish removing GTK+ 2 fallbacks</title>
<updated>2016-07-28T18:15:34+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2016-07-28T18:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=49a7927ecf31ace696e9e5770e8d6543c356db7a'/>
<id>49a7927ecf31ace696e9e5770e8d6543c356db7a</id>
<content type='text'>
(bzr r15023.2.8)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15023.2.8)</pre>
</div>
</content>
</entry>
</feed>
