<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/ui/tool, 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>Update node transform handles on deselect</title>
<updated>2019-11-05T22:01:35+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-11-05T11:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7d29e37a2aedad6b658d0f641a4e92cd0a237414'/>
<id>7d29e37a2aedad6b658d0f641a4e92cd0a237414</id>
<content type='text'>
Fix regression from da553628
See https://gitlab.com/inkscape/inkscape/issues/501
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix regression from da553628
See https://gitlab.com/inkscape/inkscape/issues/501
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix https://gitlab.com/inkscape/inbox/issues/871 Measure Segments LPE: Labels shifted, https://gitlab.com/inkscape/inkscape/issues/119, Measure Segments LPE: Measure bounding box + enlarge bb causes crash and https://gitlab.com/inkscape/inbox/issues/189 Measure Segments LPE: String formatting for label doesn't work as expected</title>
<updated>2019-11-05T02:16:58+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-11-05T02:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b6792e77c6bd4e0a8db73da7b7e88319d6b9acfe'/>
<id>b6792e77c6bd4e0a8db73da7b7e88319d6b9acfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix heap-buffer-overflow in node tool</title>
<updated>2019-10-27T20:06:53+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-10-27T20:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d7d54a937d857f3ac7ea826dbe16be85d31e49cf'/>
<id>d7d54a937d857f3ac7ea826dbe16be85d31e49cf</id>
<content type='text'>
Observed with example file from
https://gitlab.com/inkscape/inkscape/merge_requests/982
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Observed with example file from
https://gitlab.com/inkscape/inkscape/merge_requests/982
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all status messages in node tool translatable</title>
<updated>2019-10-11T18:58:16+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-10-11T18:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b1c9fe34b114946b9a9c05708453913da5a4fa78'/>
<id>b1c9fe34b114946b9a9c05708453913da5a4fa78</id>
<content type='text'>
Expand definitions of string literals.
xgettext supports literal concatenation but not defines.

This fixes some questionable syntax introduced in
  81fbcdf00f09f7fc00c23bcecc0b1edfcce92b5f

Fixes https://gitlab.com/inkscape/inkscape/issues/441
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expand definitions of string literals.
xgettext supports literal concatenation but not defines.

This fixes some questionable syntax introduced in
  81fbcdf00f09f7fc00c23bcecc0b1edfcce92b5f

Fixes https://gitlab.com/inkscape/inkscape/issues/441
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure old calls to insert behaves the same</title>
<updated>2019-10-09T22:28:43+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-10-09T09:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=34112c936cafb5bba11376f67c5d11af3601dc43'/>
<id>34112c936cafb5bba11376f67c5d11af3601dc43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up multi-node (de)selection</title>
<updated>2019-10-09T22:28:43+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-10-08T14:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=da553628b2e496c0153c06913382092b951b686a'/>
<id>da553628b2e496c0153c06913382092b951b686a</id>
<content type='text'>
Delay operations till all nodes are added.
Deselection improvements thanks to Jabier.
Refactor to reflect changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delay operations till all nodes are added.
Deselection improvements thanks to Jabier.
Refactor to reflect changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve node selection ~x3 removing unneded updateNow() called in non necesary places. Also ensure canvas is always redraw</title>
<updated>2019-10-09T06:05:56+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-10-09T06:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5a2dae366dd8d2797b55b0cd0eb801d2e03f0176'/>
<id>5a2dae366dd8d2797b55b0cd0eb801d2e03f0176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix leak in _bsplineHandlePosition</title>
<updated>2019-10-05T10:35:21+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-10-05T10:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c0d2f40f095d3fd4776473eb04cc19a5615167bc'/>
<id>c0d2f40f095d3fd4776473eb04cc19a5615167bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some memory leaks found by scan-build</title>
<updated>2019-10-05T10:35:21+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-10-04T16:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=95e00bdf7075329277cac97a6fd0a929c9a8e453'/>
<id>95e00bdf7075329277cac97a6fd0a929c9a8e453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate clang warnings</title>
<updated>2019-08-23T17:38:10+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-08-23T15:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ac61104df7df1b452666a037aeac55d5b71da85d'/>
<id>ac61104df7df1b452666a037aeac55d5b71da85d</id>
<content type='text'>
-Winfinite-recursion
-Wpessimizing-move
-Wunused-label
-Wunneeded-internal-declaration
-Wself-assign-overloaded
-Wunused-const-variable (some)
-Wsometimes-uninitialized (some)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Winfinite-recursion
-Wpessimizing-move
-Wunused-label
-Wunneeded-internal-declaration
-Wself-assign-overloaded
-Wunused-const-variable (some)
-Wsometimes-uninitialized (some)
</pre>
</div>
</content>
</entry>
</feed>
