<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/trace/potrace/potracelib.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>Use external Potrace</title>
<updated>2015-11-08T17:41:53+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2015-11-08T17:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6f6964733c7de8c54dc60f946e10ea66bac269ea'/>
<id>6f6964733c7de8c54dc60f946e10ea66bac269ea</id>
<content type='text'>
(bzr r14449.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14449.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 vulnerability).</title>
<updated>2015-03-31T10:33:40+00:00</updated>
<author>
<name>Nicolas Dufour</name>
<email>nicoduf@yahoo.fr</email>
</author>
<published>2015-03-31T10:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3c458ee86d50bf9e877b62ea5e30ba6d4b09bdae'/>
<id>3c458ee86d50bf9e877b62ea5e30ba6d4b09bdae</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1438366

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

(bzr r14037)</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to top-level glib headers.  Thanks to DimStar for patch</title>
<updated>2011-12-08T11:53:54+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2011-12-08T11:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4e51446f417ad82d2cdac758d0c5ce908ff88038'/>
<id>4e51446f417ad82d2cdac758d0c5ce908ff88038</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/898538

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

(bzr r10762)</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Potrace 1.10</title>
<updated>2011-08-30T00:28:20+00:00</updated>
<author>
<name>Josh Andler</name>
<email>scislac@gmail.com</email>
</author>
<published>2011-08-30T00:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c8a8af767399878f679cf316edecfca6c67ede20'/>
<id>c8a8af767399878f679cf316edecfca6c67ede20</id>
<content type='text'>
(bzr r10600)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10600)</pre>
</div>
</content>
</entry>
<entry>
<title>Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).</title>
<updated>2011-04-14T06:29:21+00:00</updated>
<author>
<name>Nicolas Dufour</name>
<email>nicoduf@yahoo.fr</email>
</author>
<published>2011-04-14T06:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=de76d854317e700b1f0297c83f6a1cacc2ffa533'/>
<id>de76d854317e700b1f0297c83f6a1cacc2ffa533</id>
<content type='text'>
(bzr r10163)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10163)</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>fix include</title>
<updated>2009-01-15T01:30:19+00:00</updated>
<author>
<name>bulia byak</name>
<email>buliabyak@gmail.com</email>
</author>
<published>2009-01-15T01:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=373f0781a372334a1216c45e6c9af4db5de34d6a'/>
<id>373f0781a372334a1216c45e6c9af4db5de34d6a</id>
<content type='text'>
(bzr r7135)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r7135)</pre>
</div>
</content>
</entry>
<entry>
<title>Improved version reporting. Add SVN revision and custom status to </title>
<updated>2009-01-13T02:27:04+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2009-01-13T02:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50'/>
<id>a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50</id>
<content type='text'>
version string on Linux.

(bzr r7123)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
version string on Linux.

(bzr r7123)</pre>
</div>
</content>
</entry>
<entry>
<title>change VERSION to INKSCAPE_VERSION in potracelib.cpp</title>
<updated>2008-06-18T21:16:59+00:00</updated>
<author>
<name>Joshua L. Blocher</name>
<email>verbalshadow@gmail.com</email>
</author>
<published>2008-06-18T21:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dc94597a3bd241ff7aecc010d3b07001dcbc4ac2'/>
<id>dc94597a3bd241ff7aecc010d3b07001dcbc4ac2</id>
<content type='text'>
(bzr r5988)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5988)</pre>
</div>
</content>
</entry>
<entry>
<title>Update Potrace to 1.8</title>
<updated>2007-10-26T21:01:30+00:00</updated>
<author>
<name>Bob Jamison</name>
<email>ishmalius@gmail.com</email>
</author>
<published>2007-10-26T21:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7427b461ed13f3e84f61a02f55ca04ff8f2d49ad'/>
<id>7427b461ed13f3e84f61a02f55ca04ff8f2d49ad</id>
<content type='text'>
(bzr r3965)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r3965)</pre>
</div>
</content>
</entry>
</feed>
