<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/2geom/convex-cover.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>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>Synchronized 2geom to revision 2058</title>
<updated>2012-02-15T07:26:41+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2012-02-15T07:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d3a4d543c4d6eb4151b2acad892272cbc1ea3f45'/>
<id>d3a4d543c4d6eb4151b2acad892272cbc1ea3f45</id>
<content type='text'>
(bzr r10978)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10978)</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>As the comment says testing for a float to be equal to zero is not safe, hence the use of an ad-hoc epsilon instead. This was causing a crash with connectors where the size of the convex would change depending on calculation accuracy. This fixes part c) of bug #640985</title>
<updated>2011-06-29T07:00:22+00:00</updated>
<author>
<name>Gellule Xg</name>
<email>gellule.xg@gmail.com</email>
</author>
<published>2011-06-29T07:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=edefef351ab6a4772e976a6227d44fd8707cf207'/>
<id>edefef351ab6a4772e976a6227d44fd8707cf207</id>
<content type='text'>
(bzr r10384.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10384.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.1723</title>
<updated>2008-12-13T19:56:16+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2008-12-13T19:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9d9fc63aac9464b0b642f1818570cf6f6ca601e9'/>
<id>9d9fc63aac9464b0b642f1818570cf6f6ca601e9</id>
<content type='text'>
(bzr r6996)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6996)</pre>
</div>
</content>
</entry>
<entry>
<title>update 2geom to rev1583</title>
<updated>2008-09-12T23:07:54+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2008-09-12T23:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7d48017ed5ea6372b943275fdf31ed871d76e67e'/>
<id>7d48017ed5ea6372b943275fdf31ed871d76e67e</id>
<content type='text'>
(bzr r6796)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6796)</pre>
</div>
</content>
</entry>
<entry>
<title>Temporarily specifying a return value to avoid strange bugs</title>
<updated>2008-09-09T08:08:34+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2008-09-09T08:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e1e37dfc18847a4a393d01535ee5659eeb2828a7'/>
<id>e1e37dfc18847a4a393d01535ee5659eeb2828a7</id>
<content type='text'>
(bzr r6785)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6785)</pre>
</div>
</content>
</entry>
</feed>
