<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/sp-filter-reference.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>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>Cleaned up a bit; fixed struct vs. class forward declarations.</title>
<updated>2013-07-31T20:51:23+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-07-31T20:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=beecbea1b415d5b9536f2309c4f30fc258e346f5'/>
<id>beecbea1b415d5b9536f2309c4f30fc258e346f5</id>
<content type='text'>
(bzr r11608.1.111)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.111)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix another tonne of forward declaration tags</title>
<updated>2013-03-14T10:28:27+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2013-03-14T10:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2'/>
<id>c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2</id>
<content type='text'>
(bzr r12204)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12204)</pre>
</div>
</content>
</entry>
<entry>
<title>(cppcheck and janitorial tasks:) C-style casting to C++-style casting</title>
<updated>2012-02-05T17:53:23+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2012-02-05T17:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8cce83306c222e2953ce0480af21ccbd6365fda9'/>
<id>8cce83306c222e2953ce0480af21ccbd6365fda9</id>
<content type='text'>
(bzr r10939)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10939)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from trunk</title>
<updated>2010-11-25T20:51:17+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2010-11-25T20:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0bd9f7e209d522dbcebe0449a91397fdd9e38977'/>
<id>0bd9f7e209d522dbcebe0449a91397fdd9e38977</id>
<content type='text'>
(bzr r9508.1.70)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9508.1.70)</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>Merge redundant *-fns.h into respective filter headers.</title>
<updated>2010-07-14T02:32:10+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2010-07-14T02:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bb8404b19557519bd828113fa93604b10e9e7fe3'/>
<id>bb8404b19557519bd828113fa93604b10e9e7fe3</id>
<content type='text'>
Move gaussian blur to filters directory.
Blend filter effect.

(bzr r9508.1.16)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move gaussian blur to filters directory.
Blend filter effect.

(bzr r9508.1.16)</pre>
</div>
</content>
</entry>
<entry>
<title>Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily.</title>
<updated>2009-08-06T14:17:17+00:00</updated>
<author>
<name>Maximilian Albert</name>
<email>maximilian.albert@gmail.com</email>
</author>
<published>2009-08-06T14:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=51c2905fd3e99955db2d823b79abb763d8097028'/>
<id>51c2905fd3e99955db2d823b79abb763d8097028</id>
<content type='text'>
(bzr r8422)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r8422)</pre>
</div>
</content>
</entry>
<entry>
<title>SPDocument-&gt;Document</title>
<updated>2009-08-05T05:40:36+00:00</updated>
<author>
<name>johnce</name>
<email>johnce@users.sourceforge.net</email>
</author>
<published>2009-08-05T05:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8b04d0db6c55e36935690d37defb6f9b68945796'/>
<id>8b04d0db6c55e36935690d37defb6f9b68945796</id>
<content type='text'>
(bzr r8404)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r8404)</pre>
</div>
</content>
</entry>
<entry>
<title>switch SPStyle to using SPFilterReference for filters; sp_style_new now requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object</title>
<updated>2007-06-27T05:41:53+00:00</updated>
<author>
<name>bulia byak</name>
<email>buliabyak@gmail.com</email>
</author>
<published>2007-06-27T05:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6f008746350aab3d895a7905e1dd036a9b615a94'/>
<id>6f008746350aab3d895a7905e1dd036a9b615a94</id>
<content type='text'>
(bzr r3116)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r3116)</pre>
</div>
</content>
</entry>
</feed>
