<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/display/canvas-grid.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>remove hex color defaults from pref skeleton</title>
<updated>2019-11-18T08:39:52+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-11-18T08:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b4d18c37c0c6035133ba36badd9a0638a42c68ed'/>
<id>b4d18c37c0c6035133ba36badd9a0638a42c68ed</id>
<content type='text'>
/options/grids/axonom/color
/options/grids/axonom/empcolor
/options/grids/xy/color
/options/grids/xy/empcolor
/options/wireframecolors/onlight
/options/wireframecolors/ondark
/options/wireframecolors/images
/options/wireframecolors/clips
/options/wireframecolors/masks
/tools/nodes/highlight_color
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/options/grids/axonom/color
/options/grids/axonom/empcolor
/options/grids/xy/color
/options/grids/xy/empcolor
/options/wireframecolors/onlight
/options/wireframecolors/ondark
/options/wireframecolors/images
/options/wireframecolors/clips
/options/wireframecolors/masks
/tools/nodes/highlight_color
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash in CanvasXYGrid::updateWidgets</title>
<updated>2019-09-13T02:49:11+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-09-13T02:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2819bf0b8a4dbe97d363cd322a47005d3afdf1e3'/>
<id>2819bf0b8a4dbe97d363cd322a47005d3afdf1e3</id>
<content type='text'>
_rcb_visible was uninitialized
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_rcb_visible was uninitialized
</pre>
</div>
</content>
</entry>
<entry>
<title>Realign UI of Doc Properties &gt; Grid</title>
<updated>2019-03-09T01:01:30+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-03-05T03:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=73710afc40c37d70673ac0d89aad7a2636f2073b'/>
<id>73710afc40c37d70673ac0d89aad7a2636f2073b</id>
<content type='text'>
Fixes https://gitlab.com/inkscape/inbox/issues/187
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://gitlab.com/inkscape/inbox/issues/187
</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-redundant-void-arg pass.</title>
<updated>2018-06-19T13:55:58+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-19T13:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=884fe02952017ac219cd23f9407d27ed4d8a8620'/>
<id>884fe02952017ac219cd23f9407d27ed4d8a8620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Run clang-tidy’s modernize-use-equals-delete pass.</title>
<updated>2018-06-12T18:59:52+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-04-15T00:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e4afb390e9d056f4e7758eda7d432612fbcb167c'/>
<id>e4afb390e9d056f4e7758eda7d432612fbcb167c</id>
<content type='text'>
Adds a delete specifier on constructors, destructors or assignment
methods that should never be called, ensuring they actually never will.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a delete specifier on constructors, destructors or assignment
methods that should never be called, ensuring they actually never will.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create stateless alignment selector and use it instead</title>
<updated>2018-05-09T12:23:00+00:00</updated>
<author>
<name>Geoff Lankow</name>
<email>geoff@darktrojan.net</email>
</author>
<published>2018-04-13T03:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=cca246da00beb707a032340f2b2f36e8da093194'/>
<id>cca246da00beb707a032340f2b2f36e8da093194</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add buttons to align grids to page</title>
<updated>2018-05-09T12:23:00+00:00</updated>
<author>
<name>Geoff Lankow</name>
<email>geoff@darktrojan.net</email>
</author>
<published>2018-03-25T07:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=321ff6e86cb3a1d52a3c152be0e0ff3eff91b42d'/>
<id>321ff6e86cb3a1d52a3c152be0e0ff3eff91b42d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-enable CanvasXYGrid::updateWidgets and CanvasAxonomGrid::updateWidgets</title>
<updated>2018-03-22T04:33:43+00:00</updated>
<author>
<name>Geoff Lankow</name>
<email>geoff@darktrojan.net</email>
</author>
<published>2018-03-22T01:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71590dc2ff14a3b077e836cb7d6fafa087f859e4'/>
<id>71590dc2ff14a3b077e836cb7d6fafa087f859e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
