<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/jabber_whiteboard/session-manager.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>Completely remove Inkboard</title>
<updated>2011-06-23T14:32:07+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-06-23T14:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ec576062be919237064a454f812ac1bfad12debc'/>
<id>ec576062be919237064a454f812ac1bfad12debc</id>
<content type='text'>
(bzr r10346)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10346)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge and cleanup of GSoC C++-ification project.</title>
<updated>2010-12-12T08:40:34+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2010-12-12T08:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=aadfea4113abc6863d7ab03d21b973802c41c503'/>
<id>aadfea4113abc6863d7ab03d21b973802c41c503</id>
<content type='text'>
(bzr r9945.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9945.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>Remove the failed and unused "new gui" stuff.</title>
<updated>2010-10-12T20:06:35+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2010-10-12T20:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=be8029ed57d68a7b8e94cfc5b82984a8b1c75e55'/>
<id>be8029ed57d68a7b8e94cfc5b82984a8b1c75e55</id>
<content type='text'>
(bzr r9828)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9828)</pre>
</div>
</content>
</entry>
<entry>
<title>C++fied SPDocument added</title>
<updated>2010-07-01T10:06:56+00:00</updated>
<author>
<name>Abhishek Sharma Public</name>
<email>spyzerdotabhishek0at-signgmaildotcom</email>
</author>
<published>2010-07-01T10:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=121815791be2d24cb745663520b111ee914fbc09'/>
<id>121815791be2d24cb745663520b111ee914fbc09</id>
<content type='text'>
(bzr r9546.1.2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9546.1.2)</pre>
</div>
</content>
</entry>
<entry>
<title>This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options].</title>
<updated>2010-06-29T18:05:42+00:00</updated>
<author>
<name>Abhishek Sharma Public</name>
<email>spyzerdotabhishek0at-signgmaildotcom</email>
</author>
<published>2010-06-29T18:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8867de5daf309e4cdd3fce177b408618490be4f3'/>
<id>8867de5daf309e4cdd3fce177b408618490be4f3</id>
<content type='text'>
(bzr r9546.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9546.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily.</title>
<updated>2009-08-06T14:17:17+00:00</updated>
<author>
<name>Maximilian Albert</name>
<email>maximilian.albert@gmail.com</email>
</author>
<published>2009-08-06T14:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=51c2905fd3e99955db2d823b79abb763d8097028'/>
<id>51c2905fd3e99955db2d823b79abb763d8097028</id>
<content type='text'>
(bzr r8422)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r8422)</pre>
</div>
</content>
</entry>
<entry>
<title>SPDocument-&gt;Document</title>
<updated>2009-08-05T05:56:35+00:00</updated>
<author>
<name>johnce</name>
<email>johnce@users.sourceforge.net</email>
</author>
<published>2009-08-05T05:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0'/>
<id>a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0</id>
<content type='text'>
(bzr r8405)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r8405)</pre>
</div>
</content>
</entry>
<entry>
<title>start switching sp_repr_new* over to XML::Document::create*, and rename create methods to match DOM</title>
<updated>2007-01-21T19:03:03+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2007-01-21T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=63731301866e7b9cb231a43658a7c51ec2d70690'/>
<id>63731301866e7b9cb231a43658a7c51ec2d70690</id>
<content type='text'>
(bzr r2253)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2253)</pre>
</div>
</content>
</entry>
<entry>
<title>separate updating window from updating layers</title>
<updated>2006-11-18T19:28:34+00:00</updated>
<author>
<name>bulia byak</name>
<email>buliabyak@gmail.com</email>
</author>
<published>2006-11-18T19:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=40a7534c0439e16e222a5c76412edd5914e2eb48'/>
<id>40a7534c0439e16e222a5c76412edd5914e2eb48</id>
<content type='text'>
(bzr r1984)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1984)</pre>
</div>
</content>
</entry>
</feed>
