<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/gc.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>Isolate components of libgc</title>
<updated>2015-02-25T22:24:47+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2015-02-25T22:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18'/>
<id>5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18</id>
<content type='text'>
(bzr r13946)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13946)</pre>
</div>
</content>
</entry>
<entry>
<title>fix build with boehm-gc 7.4.0+ (patch by Vladimir Smirnov, slightly modified by me)</title>
<updated>2014-01-12T21:00:46+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2014-01-12T21:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0c59dfecac91c2c606a8172a78bdcad71329e4f1'/>
<id>0c59dfecac91c2c606a8172a78bdcad71329e4f1</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1265072

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

(bzr r12918)</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>Another minor pass of Doxygen cleanup.</title>
<updated>2011-10-03T03:44:17+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2011-10-03T03:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=20097d47e6945bceb57d2335d23fe764f493ab59'/>
<id>20097d47e6945bceb57d2335d23fe764f493ab59</id>
<content type='text'>
(bzr r10659)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10659)</pre>
</div>
</content>
</entry>
<entry>
<title>compatibility patch to compile using gcc 4.6</title>
<updated>2011-02-27T20:48:16+00:00</updated>
<author>
<name>Adib Taraben</name>
<email>theadib@gmail.com</email>
</author>
<published>2011-02-27T20:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=76ad5cbf7bbdd4272b2d49387fdc10ca808767d7'/>
<id>76ad5cbf7bbdd4272b2d49387fdc10ca808767d7</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/707205

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

(bzr r10070.1.1)</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>* Lots of documentation for the Inkscape::XML namespace</title>
<updated>2008-09-23T23:34:58+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2008-09-23T23:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3547b1082098934d583f2c483c8eb5a59e9c2bbb'/>
<id>3547b1082098934d583f2c483c8eb5a59e9c2bbb</id>
<content type='text'>
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers

(bzr r6877)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers

(bzr r6877)</pre>
</div>
</content>
</entry>
<entry>
<title>Applying fixes for gcc 4.3 build issues (closes LP: #169115)</title>
<updated>2008-01-31T19:06:59+00:00</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@bryceharrington.org</email>
</author>
<published>2008-01-31T19:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=06d8aaba21496e6a39a7c18dd82e0d3efbeb531c'/>
<id>06d8aaba21496e6a39a7c18dd82e0d3efbeb531c</id>
<content type='text'>
(bzr r4629)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4629)</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings and delete gradient pixmap that will not be used</title>
<updated>2007-11-16T19:01:44+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2007-11-16T19:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e197b5955e383543e19afd38efb8320b67edcefc'/>
<id>e197b5955e383543e19afd38efb8320b67edcefc</id>
<content type='text'>
(bzr r4092)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4092)</pre>
</div>
</content>
</entry>
<entry>
<title>call GC::request_early_collection() after switching preview images</title>
<updated>2006-05-21T20:36:01+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-05-21T20:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3c2f8189a5e834c1f2aa53230da69b97e3171e81'/>
<id>3c2f8189a5e834c1f2aa53230da69b97e3171e81</id>
<content type='text'>
(bzr r923)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r923)</pre>
</div>
</content>
</entry>
</feed>
