<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/sp-cursor.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>cursors: rm deprecated gtkstyle custom black/white</title>
<updated>2017-07-05T22:57:09+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2017-07-05T22:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=58f3f347f828b8bfe0fb01ba3194ee5ec3a8c961'/>
<id>58f3f347f828b8bfe0fb01ba3194ee5ec3a8c961</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hackfest: Refactor cursors so the hot spot is inside the xpm</title>
<updated>2017-06-30T03:58:14+00:00</updated>
<author>
<name>Martin Owens</name>
<email>doctormo@gmail.com</email>
</author>
<published>2017-06-30T03:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f55448431e934bf29bb9a983711d204614db7cc7'/>
<id>f55448431e934bf29bb9a983711d204614db7cc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Header cleanup: stop using Glib types where they aren't truly needed. Eases GThread deprecation errors.</title>
<updated>2014-08-31T18:17:26+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-08-31T18:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1f2d8bc4ce99e970cead4ca96c1859c383a9c043'/>
<id>1f2d8bc4ce99e970cead4ca96c1859c383a9c043</id>
<content type='text'>
(bzr r13341.1.190)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.190)</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using deprecated GdkBitmap in custom cursors</title>
<updated>2012-05-27T23:56:59+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2012-05-27T23:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=732b61f8a63db0f01ea3e524f20e74ddcbab5c48'/>
<id>732b61f8a63db0f01ea3e524f20e74ddcbab5c48</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/943200

(bzr r11429)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/943200

(bzr r11429)</pre>
</div>
</content>
</entry>
<entry>
<title>Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.</title>
<updated>2010-11-17T02:12:56+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>chris.morganiser@gmail.com</email>
</author>
<published>2010-11-17T02:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=144819c918dc761641c3cb5a490205fb73194ee3'/>
<id>144819c918dc761641c3cb5a490205fb73194ee3</id>
<content type='text'>
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").

Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99

That's my geekiest commit yet.

(bzr r9900)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").

Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99

That's my geekiest commit yet.

(bzr r9900)</pre>
</div>
</content>
</entry>
<entry>
<title>Color preview in cursor</title>
<updated>2010-09-06T09:16:22+00:00</updated>
<author>
<name>Jasper van de Gronde</name>
<email>jasper.vandegronde@gmail.com</email>
</author>
<published>2010-09-06T09:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad'/>
<id>17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad</id>
<content type='text'>
(bzr r9743)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9743)</pre>
</div>
</content>
</entry>
<entry>
<title>(struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to gchar const *const *.</title>
<updated>2007-09-16T14:42:04+00:00</updated>
<author>
<name>Peter Moulder</name>
<email>peter.moulder@monash.edu</email>
</author>
<published>2007-09-16T14:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=93174a1f0cc664abab4becd6a74326eb1ee14bd7'/>
<id>93174a1f0cc664abab4becd6a74326eb1ee14bd7</id>
<content type='text'>
(bzr r3760)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r3760)</pre>
</div>
</content>
</entry>
<entry>
<title>remove color cursors</title>
<updated>2006-10-19T19:03:27+00:00</updated>
<author>
<name>Josh Andler</name>
<email>scislac@gmail.com</email>
</author>
<published>2006-10-19T19:03:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9e69eef83f511df18ca726085047e7cc4c41df31'/>
<id>9e69eef83f511df18ca726085047e7cc4c41df31</id>
<content type='text'>
(bzr r1811)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1811)</pre>
</div>
</content>
</entry>
<entry>
<title>initial color cursor implementation (reads from pixbufs, will work on reading from svg instead)</title>
<updated>2006-06-19T02:23:07+00:00</updated>
<author>
<name>Josh Andler</name>
<email>scislac@gmail.com</email>
</author>
<published>2006-06-19T02:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bb05f0d4bf3818eec40efbf0ca30ae4bd21a65b4'/>
<id>bb05f0d4bf3818eec40efbf0ca30ae4bd21a65b4</id>
<content type='text'>
(bzr r1227)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1227)</pre>
</div>
</content>
</entry>
</feed>
