<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/ui/tools/select-tool.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>Use std::unique_ptr for all MessageContext</title>
<updated>2018-12-03T09:35:13+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-11-22T05:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=da21d890c67eb751e12f0af89aac67ecb2629ca0'/>
<id>da21d890c67eb751e12f0af89aac67ecb2629ca0</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>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>Fix z-cycling (alt+mousewheel) behavior</title>
<updated>2016-06-16T12:01:16+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2016-06-16T12:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=425108aeb0731b11a5751b04f8e029b7a48ad0ab'/>
<id>425108aeb0731b11a5751b04f8e029b7a48ad0ab</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1589420

(bzr r14988)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/1589420

(bzr r14988)</pre>
</div>
</content>
</entry>
<entry>
<title>cppification: GSList replaced by vectors (select tool cycling to 'select under')</title>
<updated>2015-12-06T15:34:47+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2015-12-06T15:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=aa7d5349b46a07f5e667817aa904f1b19c8db621'/>
<id>aa7d5349b46a07f5e667817aa904f1b19c8db621</id>
<content type='text'>
(bzr r14504.1.4)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14504.1.4)</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce header bloat</title>
<updated>2014-08-30T13:00:28+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2014-08-30T13:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86'/>
<id>977857ef75a45ed1ec79cfdcf0f25dd66d4a7e86</id>
<content type='text'>
(bzr r13341.1.184)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.184)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for crash when cycle-selecting.</title>
<updated>2014-03-01T21:02:26+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2014-03-01T21:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e1ab38a66877bc6665f4e0cd9ec0b186a4cd545b'/>
<id>e1ab38a66877bc6665f4e0cd9ec0b186a4cd545b</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1270351

(bzr r13088)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/1270351

(bzr r13088)</pre>
</div>
</content>
</entry>
<entry>
<title>Made constructors of tools use initializer lists.</title>
<updated>2014-02-26T01:08:53+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2014-02-26T01:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7e85379f54292595afe296e5f0be240f6c8f7835'/>
<id>7e85379f54292595afe296e5f0be240f6c8f7835</id>
<content type='text'>
(bzr r13060)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13060)</pre>
</div>
</content>
</entry>
<entry>
<title>Moved and renamed some tool-related files.</title>
<updated>2013-11-09T22:36:13+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-11-09T22:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c04e30df241a3ee039077425bab9b9c37abe2854'/>
<id>c04e30df241a3ee039077425bab9b9c37abe2854</id>
<content type='text'>
(bzr r12785)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12785)</pre>
</div>
</content>
</entry>
</feed>
