<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/splivarot.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>Inkscape::XML::Node::addChildAtPos</title>
<updated>2019-10-16T20:20:20+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-10-16T11:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fb9b208ae9b22e8ced331f4d4e20392c9bc1357b'/>
<id>fb9b208ae9b22e8ced331f4d4e20392c9bc1357b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move from deprecated GTimeVal to g_get_monotonic_time()</title>
<updated>2019-10-12T12:37:18+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-10-12T12:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9248a27415b51ae5674dd79d1738cf8f0549806f'/>
<id>9248a27415b51ae5674dd79d1738cf8f0549806f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue https://gitlab.com/inkscape/inbox/issues/816 Stroke to Path conversion wrong on dashes w/ round caps</title>
<updated>2019-09-04T08:42:18+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-09-04T08:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=703f1f35c2f5499e525685df21b9faa666c31197'/>
<id>703f1f35c2f5499e525685df21b9faa666c31197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Keep generic attributes with "Simplify" et. al</title>
<updated>2019-03-18T12:22:41+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-03-18T12:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fd0823e67a02fbf460fc2e1a14a2752b4d036fde'/>
<id>fd0823e67a02fbf460fc2e1a14a2752b4d036fde</id>
<content type='text'>
Keep generic attributes and child nodes when doing path conversion like
"Simplify", "Object To Path", "Combine", Inset/Outset or Boolean operations.

Fixes https://bugs.launchpad.net/inkscape/+bug/373140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep generic attributes and child nodes when doing path conversion like
"Simplify", "Object To Path", "Combine", Inset/Outset or Boolean operations.

Fixes https://bugs.launchpad.net/inkscape/+bug/373140
</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>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>Merge branch 'break-apart-speedup' of gitlab.com:ollip/inkscape</title>
<updated>2018-12-20T22:51:23+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2018-12-20T22:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c9879d7327cb644dbc06d1b37d0b7eb5813c4d83'/>
<id>c9879d7327cb644dbc06d1b37d0b7eb5813c4d83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused transform functions related to LPE and improvements to fill-betreen-* LPEs</title>
<updated>2018-12-15T18:45:32+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-12-15T18:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e3dece3d90d745cd3b952be8247092dc1e4c6570'/>
<id>e3dece3d90d745cd3b952be8247092dc1e4c6570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accelerate boolean path operation for larger paths by disabling redrawing the canvas during running of the break-apart algorithm.</title>
<updated>2018-12-08T21:11:46+00:00</updated>
<author>
<name>Olli Parviainen</name>
<email>oparviai@iki.fi</email>
</author>
<published>2018-12-08T21:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0da7d01ffa1590174d76a7726da59541e5e3fe61'/>
<id>0da7d01ffa1590174d76a7726da59541e5e3fe61</id>
<content type='text'>
This change reduces duration of e.g. cut-path operation to a fraction of the original when working with a large path set.

Signed-off-by: Olli Parviainen &lt;oparviai@iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change reduces duration of e.g. cut-path operation to a fraction of the original when working with a large path set.

Signed-off-by: Olli Parviainen &lt;oparviai@iki.fi&gt;
</pre>
</div>
</content>
</entry>
</feed>
