<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/widgets/paint-selector.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>refactor: TypedSPI</title>
<updated>2019-10-28T11:32:35+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-10-28T11:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=98cbf65b029df0cfb9f6b7d34538258fe4ee96c5'/>
<id>98cbf65b029df0cfb9f6b7d34538258fe4ee96c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce memory leak on editing text, etc.</title>
<updated>2019-10-11T11:21:28+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-10-10T11:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=487f0940377b4fbf9ebae8ab2a53f2f992e60deb'/>
<id>487f0940377b4fbf9ebae8ab2a53f2f992e60deb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.</title>
<updated>2019-08-19T18:38:08+00:00</updated>
<author>
<name>Valentin Ionita</name>
<email>valentin.ionita1201@gmail.com</email>
</author>
<published>2019-08-19T18:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=daf25233fe9b7713f0b5c3c6f1b42b3fac8abb1c'/>
<id>daf25233fe9b7713f0b5c3c6f1b42b3fac8abb1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Retrieve pattern object from ID before casting</title>
<updated>2019-05-12T12:30:59+00:00</updated>
<author>
<name>Karl Cheng</name>
<email>qantas94heavy@gmail.com</email>
</author>
<published>2019-05-12T12:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6e1495731a8f04fe88c5bd9777627424886751a2'/>
<id>6e1495731a8f04fe88c5bd9777627424886751a2</id>
<content type='text'>
The actual pattern object itself needs to be retrieved before casting
as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*.

Also move SP_IS_PATTERN() check to before it is used.

Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The actual pattern object itself needs to be retrieved before casting
as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*.

Also move SP_IS_PATTERN() check to before it is used.

Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor style fixes</title>
<updated>2019-01-01T18:09:46+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-01T18:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5a701624dae54b64008a126de7ecec7f66bce675'/>
<id>5a701624dae54b64008a126de7ecec7f66bce675</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix codding style</title>
<updated>2018-11-09T12:01:12+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-11-09T12:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2a57459e1a0d01debbafe0884eae15fb15ea3745'/>
<id>2a57459e1a0d01debbafe0884eae15fb15ea3745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move icon-loader and provide a temporary fallback to render pixbuf</title>
<updated>2018-11-09T11:50:35+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-11-09T11:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2c34d8222d06d8922de07edcd5b85b1bf47cd38e'/>
<id>2c34d8222d06d8922de07edcd5b85b1bf47cd38e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This improve symbolic icon rendering moving it to CSS only. There is places in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack</title>
<updated>2018-11-09T10:44:36+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-11-08T18:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0ddbdf18a2cfcf54f591b1372bb3eb9dde9728e2'/>
<id>0ddbdf18a2cfcf54f591b1372bb3eb9dde9728e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Remove 'document-private.h' where not needed plus some other header cleanup.</title>
<updated>2018-10-22T09:38:37+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-10-22T09:38:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1b2add70be11025b9b26c411bc8c242c5d9f5356'/>
<id>1b2add70be11025b9b26c411bc8c242c5d9f5356</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
