<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/gradient-drag.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>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-deprecated-headers pass.</title>
<updated>2018-06-18T12:27:01+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-17T19:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4'/>
<id>7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4</id>
<content type='text'>
This renames most C &lt;*.h&gt; includes into C++ &lt;c*&gt; includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This renames most C &lt;*.h&gt; includes into C++ &lt;c*&gt; includes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move classes derived from SPObject to own directory.</title>
<updated>2018-01-30T08:33:01+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-01-30T08:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=267299811df952d08324a39008f52c19641de9e0'/>
<id>267299811df952d08324a39008f52c19641de9e0</id>
<content type='text'>
A lot of header clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of header clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit fixes bug #1657874</title>
<updated>2017-02-06T23:25:47+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jtx@jtx</email>
</author>
<published>2017-02-06T23:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7d0612fd5d4791988e0c0e05a2cbf1fba84fd655'/>
<id>7d0612fd5d4791988e0c0e05a2cbf1fba84fd655</id>
<content type='text'>
Title Missing handles after reset of rotation center
Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select.
Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down.
What fixes: INstras change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown.

Fixed bugs:
  - https://launchpad.net/bugs/1657874

(bzr r15486)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Title Missing handles after reset of rotation center
Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select.
Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down.
What fixes: INstras change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown.

Fixed bugs:
  - https://launchpad.net/bugs/1657874

(bzr r15486)</pre>
</div>
</content>
</entry>
<entry>
<title>Highlight mesh handles when corner or handle selected.</title>
<updated>2016-12-05T12:23:45+00:00</updated>
<author>
<name>Jabier Arraiza Cenoz</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2016-12-05T12:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=440af40bede974573aae0a792b7c6d60ea33ce97'/>
<id>440af40bede974573aae0a792b7c6d60ea33ce97</id>
<content type='text'>
Highlight mesh control lines when corner/handle hovered over.

(bzr r15298)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Highlight mesh control lines when corner/handle hovered over.

(bzr r15298)</pre>
</div>
</content>
</entry>
<entry>
<title>Enable node resizing in mesh tool.</title>
<updated>2016-12-03T20:00:48+00:00</updated>
<author>
<name>Jabier Arraiza Cenoz</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2016-12-03T20:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1b0115caee90d4da4281a76c359a920087ec58bf'/>
<id>1b0115caee90d4da4281a76c359a920087ec58bf</id>
<content type='text'>
(bzr r15296)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15296)</pre>
</div>
</content>
</entry>
<entry>
<title>Select mesh nodes by clicking on control lines.</title>
<updated>2016-11-23T09:23:22+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2016-11-23T09:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c4922f5c1b54802623bc43f04191495e2338fc24'/>
<id>c4922f5c1b54802623bc43f04191495e2338fc24</id>
<content type='text'>
(bzr r15267)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15267)</pre>
</div>
</content>
</entry>
<entry>
<title>Keep corner nodes selected when possible for corner operations.</title>
<updated>2016-11-21T11:34:27+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2016-11-21T11:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b045203981fee53df04a760039ed2730d854f8fd'/>
<id>b045203981fee53df04a760039ed2730d854f8fd</id>
<content type='text'>
(bzr r15264)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15264)</pre>
</div>
</content>
</entry>
<entry>
<title>Rename &lt;mesh&gt; to &lt;meshgradient&gt; per SVG 2 CR specificiation.</title>
<updated>2016-09-27T08:51:26+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2016-09-27T08:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f9ec83dbb254701f39d3b7a30c0bacb5eaae9ee9'/>
<id>f9ec83dbb254701f39d3b7a30c0bacb5eaae9ee9</id>
<content type='text'>
Note: &lt;mesh&gt; has been repurposed to be a special shape that tightly wraps a mesh gradient.

(bzr r15137)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: &lt;mesh&gt; has been repurposed to be a special shape that tightly wraps a mesh gradient.

(bzr r15137)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undo/redo for mesh gradients.</title>
<updated>2016-09-26T11:26:47+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2016-09-26T11:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f273f14eb1b54861f1b3a7eb622cb481ee33cec9'/>
<id>f273f14eb1b54861f1b3a7eb622cb481ee33cec9</id>
<content type='text'>
(bzr r15135)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15135)</pre>
</div>
</content>
</entry>
</feed>
