<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/ui/tools/spray-tool.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>Selectively disable motion event compression for specific tools</title>
<updated>2019-11-18T18:01:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-11-16T21:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4928517e27bf261d667eaa4417cecef0a04b3609'/>
<id>4928517e27bf261d667eaa4417cecef0a04b3609</id>
<content type='text'>
It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e

However most of the time we do not care for intermediate motion
events, and forcing to process them only causes unnecessary
performance overhead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e

However most of the time we do not care for intermediate motion
events, and forcing to process them only causes unnecessary
performance overhead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Crashfix on deleting selected with spray tool</title>
<updated>2019-11-17T20:12:45+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-11-15T06:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3770f600ffd3c6c5b8d8cf164b0d7a75f5ca5032'/>
<id>3770f600ffd3c6c5b8d8cf164b0d7a75f5ca5032</id>
<content type='text'>
Fix https://gitlab.com/inkscape/inkscape/issues/496
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/inkscape/inkscape/issues/496
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce usage of desktop coordinates (#341)</title>
<updated>2019-08-18T15:29:16+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-08-18T15:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3ffefe1e05e3858ce6584dc644817c411232dc77'/>
<id>3ffefe1e05e3858ce6584dc644817c411232dc77</id>
<content type='text'>
- avoid unnecessary internal usage of desktop coordinates, e.g.
  in SpellCheck::compareTextBboxes
- document whether a function argument is in document  or desktop
  coordinates, e.g. for SPDocument::getItemsInBox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- avoid unnecessary internal usage of desktop coordinates, e.g.
  in SpellCheck::compareTextBboxes
- document whether a function argument is in document  or desktop
  coordinates, e.g. for SPDocument::getItemsInBox
</pre>
</div>
</content>
</entry>
<entry>
<title>Make doc2dt a document property</title>
<updated>2019-07-27T14:40:29+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-07-27T14:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=63203fb881bfce667a14b2bbb3ec2ee40a9adf77'/>
<id>63203fb881bfce667a14b2bbb3ec2ee40a9adf77</id>
<content type='text'>
Closes #340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #340
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring: replace funcs with methods.</title>
<updated>2019-06-12T17:36:26+00:00</updated>
<author>
<name>Shlomi Fish</name>
<email>shlomif@shlomifish.org</email>
</author>
<published>2019-06-12T17:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=845d677a3bd7a39320e32b6c53fa70963a92ba87'/>
<id>845d677a3bd7a39320e32b6c53fa70963a92ba87</id>
<content type='text'>
I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:

- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .

- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License

- The default licence of your project

- The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version
2.1 or higher

- The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or
higher

- Any licence in the 2018-Aug-27 popular licenses list of
https://opensource.org/licenses

- The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later

- The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later

- The https://en.wikipedia.org/wiki/ISC_license

- The https://opensource.org/licenses/BSD-2-Clause

Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:

- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .

- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License

- The default licence of your project

- The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version
2.1 or higher

- The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or
higher

- Any licence in the 2018-Aug-27 popular licenses list of
https://opensource.org/licenses

- The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later

- The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later

- The https://en.wikipedia.org/wiki/ISC_license

- The https://opensource.org/licenses/BSD-2-Clause

Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hackfest2019: Get rid of deprecated InkSelectOneAction</title>
<updated>2019-05-28T14:08:01+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2019-05-28T14:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c36a1de9d1b762355bbed31ab9b6672dc90aec43'/>
<id>c36a1de9d1b762355bbed31ab9b6672dc90aec43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>SprayToolbar: GtkAction migration</title>
<updated>2019-02-10T14:20:08+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2019-02-10T14:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bef3ac7c63137da8228946e803f65cb850455459'/>
<id>bef3ac7c63137da8228946e803f65cb850455459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize loops</title>
<updated>2019-01-02T09:41:30+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-02T09:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=169dff19d4da8d76e69b8e896aa25b0013639c03'/>
<id>169dff19d4da8d76e69b8e896aa25b0013639c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
