<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/2geom/crossing.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 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>Fix flakiness of measurement tool (due to issues with parallel lines, duplicate intersections, and faulty sorting of intersections)</title>
<updated>2014-05-23T20:52:32+00:00</updated>
<author>
<name>Diederik van Lierop</name>
<email>mail@diedenrezi.nl</email>
</author>
<published>2014-05-23T20:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=67e3a25d12d9a273afb1b8f9f3258b232989c660'/>
<id>67e3a25d12d9a273afb1b8f9f3258b232989c660</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1022733

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

(bzr r13397)</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 r2049. fixes bugs!</title>
<updated>2012-01-04T18:17:44+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2012-01-04T18:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71fb33927ed70360073e7063c447b5ac46ee7c60'/>
<id>71fb33927ed70360073e7063c447b5ac46ee7c60</id>
<content type='text'>
(bzr r10837)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10837)</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>provide specific bounds method for Paths because paths can be closed or open. Path::size() is named somewhat wrong...  (already committed to 2geom upstream)</title>
<updated>2010-10-27T23:14:51+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2010-10-27T23:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=830da71669d34724d710384308ea9e554f9b5e61'/>
<id>830da71669d34724d710384308ea9e554f9b5e61</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/591586

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

(bzr r9859)</pre>
</div>
</content>
</entry>
<entry>
<title>update 2geom (rev. 1569)</title>
<updated>2008-09-01T19:29:30+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2008-09-01T19:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0509575421dcc13079ea20f68592bc2fe05d8e52'/>
<id>0509575421dcc13079ea20f68592bc2fe05d8e52</id>
<content type='text'>
(bzr r6748)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6748)</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. (eol-style fix)</title>
<updated>2008-04-18T07:20:46+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2008-04-18T07:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71cb020626c2c6698ec896efe7ec55bc568809de'/>
<id>71cb020626c2c6698ec896efe7ec55bc568809de</id>
<content type='text'>
(bzr r5470)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5470)</pre>
</div>
</content>
</entry>
<entry>
<title>update to 2geom rev. 1168</title>
<updated>2007-11-12T19:47:07+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2007-11-12T19:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bd91c05befcd0db146a9f8ae604e6b7a2efdbe78'/>
<id>bd91c05befcd0db146a9f8ae604e6b7a2efdbe78</id>
<content type='text'>
(bzr r4068)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4068)</pre>
</div>
</content>
</entry>
</feed>
