<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/2geom/bezier-utils.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>2geom: update to 7e3b3f75023c7c69fd085574cfaa46de0213bbbc</title>
<updated>2019-04-02T20:10:02+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-04-01T20:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c08df128f0fdf5195eecc91e77ba72b0c60b6a47'/>
<id>c08df128f0fdf5195eecc91e77ba72b0c60b6a47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2Geom sync - initial commit</title>
<updated>2015-04-27T23:39:29+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2015-04-27T23:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c883d7627a479c8c5b6a9f77b9841fa5631572ad'/>
<id>c883d7627a479c8c5b6a9f77b9841fa5631572ad</id>
<content type='text'>
(bzr r14059.2.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14059.2.1)</pre>
</div>
</content>
</entry>
<entry>
<title>update 2geom's copy to r2142</title>
<updated>2014-01-12T23:25:39+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2014-01-12T23:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5eb9b4815a12cc0dafd07905f7715a7e15a92b41'/>
<id>5eb9b4815a12cc0dafd07905f7715a7e15a92b41</id>
<content type='text'>
(bzr r12921)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12921)</pre>
</div>
</content>
</entry>
<entry>
<title>Update 2Geom to pull in integer rectangle class</title>
<updated>2011-06-23T16:38:51+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-06-23T16:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1079b1b4c0331e5d4bd62f3c93349aec50f520f0'/>
<id>1079b1b4c0331e5d4bd62f3c93349aec50f520f0</id>
<content type='text'>
(bzr r10347.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10347.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>update to latest 2geom !</title>
<updated>2011-02-02T21:24:36+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2011-02-02T21:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=53933f5fea9d07d1ba6304b88439fba257ee8c34'/>
<id>53933f5fea9d07d1ba6304b88439fba257ee8c34</id>
<content type='text'>
(bzr r10025)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10025)</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>update to 2geom rev.1773</title>
<updated>2009-01-07T22:00:50+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2009-01-07T22:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c181f9a5ec2396ef71d1367cb61dc24f4d874eaa'/>
<id>c181f9a5ec2396ef71d1367cb61dc24f4d874eaa</id>
<content type='text'>
mostly bugfixes

(bzr r7094)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mostly bugfixes

(bzr r7094)</pre>
</div>
</content>
</entry>
<entry>
<title>update 2geom (svn rev1433)</title>
<updated>2008-07-03T20:06:40+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2008-07-03T20:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e07de7ce18ff4cc440dc8947d61825122afea062'/>
<id>e07de7ce18ff4cc440dc8947d61825122afea062</id>
<content type='text'>
(bzr r6134)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6134)</pre>
</div>
</content>
</entry>
<entry>
<title>update to latest 2geom. this adds gsl dependency, doesn't seem to make inskape executable bigger</title>
<updated>2008-05-10T20:20:11+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2008-05-10T20:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=711043c7ca9bd675133e9bb1c1a3ec05c83cbeba'/>
<id>711043c7ca9bd675133e9bb1c1a3ec05c83cbeba</id>
<content type='text'>
(bzr r5649)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5649)</pre>
</div>
</content>
</entry>
<entry>
<title>Commit LivePathEffect branch to trunk!</title>
<updated>2007-08-14T20:54:48+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2007-08-14T20:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=55d43e4e27e0ba58a47fad70957dfa989aa173ad'/>
<id>55d43e4e27e0ba58a47fad70957dfa989aa173ad</id>
<content type='text'>
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation)

(bzr r3472)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation)

(bzr r3472)</pre>
</div>
</content>
</entry>
</feed>
