<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/widgets/dash-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>Move DashSelector to Inkscape::UI::Widget namespace</title>
<updated>2018-12-22T16:44:40+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2018-12-22T16:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5020185f86d9fe14933b7bc6e4749fb7e559fbcd'/>
<id>5020185f86d9fe14933b7bc6e4749fb7e559fbcd</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" 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>Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271</title>
<updated>2018-08-09T14:00:05+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-08-09T14:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=09bce9d404f03608fc51e87a8d06f6ac30b0db10'/>
<id>09bce9d404f03608fc51e87a8d06f6ac30b0db10</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-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>Drop remaining GTKMM 2 fallback support</title>
<updated>2016-07-28T15:16:18+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2016-07-28T15:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dcd91f59f597ab4af07cee5929ce0e2e1f9104d5'/>
<id>dcd91f59f597ab4af07cee5929ce0e2e1f9104d5</id>
<content type='text'>
(bzr r15023.2.7)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15023.2.7)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unnecessary inclusion of glibmm/threads.h.  This can be resolved by ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc</title>
<updated>2015-04-27T23:38:31+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2015-04-27T23:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ba4dbfb351180e0fc4ad57be6e3534fa2ab5cf8c'/>
<id>ba4dbfb351180e0fc4ad57be6e3534fa2ab5cf8c</id>
<content type='text'>
(bzr r14064)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14064)</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk (r12380)</title>
<updated>2013-06-19T17:21:34+00:00</updated>
<author>
<name>su_v</name>
<email>suv-sf@users.sourceforge.net</email>
</author>
<published>2013-06-19T17:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a3fb899bc1ae08cac5050791c9958437184b55e0'/>
<id>a3fb899bc1ae08cac5050791c9958437184b55e0</id>
<content type='text'>
(bzr r11668.1.72)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11668.1.72)</pre>
</div>
</content>
</entry>
<entry>
<title>Adding inclusion of config.h where needed for threads.h check.</title>
<updated>2013-06-07T03:18:19+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2013-06-07T03:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=07dcea8f0ee2631331ed3475c9fc38db3e6df16f'/>
<id>07dcea8f0ee2631331ed3475c9fc38db3e6df16f</id>
<content type='text'>
(bzr r12355)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12355)</pre>
</div>
</content>
</entry>
<entry>
<title>Added configure/ifdef guards to only bring in the needed #include if glibmm has it.</title>
<updated>2013-06-06T13:44:11+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2013-06-06T13:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=72d8e897c6b67e46b2a613c4743ef9c13de25059'/>
<id>72d8e897c6b67e46b2a613c4743ef9c13de25059</id>
<content type='text'>
(bzr r12353)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12353)</pre>
</div>
</content>
</entry>
</feed>
