<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/eraser-context.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>Moved and renamed some tool-related files.</title>
<updated>2013-11-09T22:36:13+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-11-09T22:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c04e30df241a3ee039077425bab9b9c37abe2854'/>
<id>c04e30df241a3ee039077425bab9b9c37abe2854</id>
<content type='text'>
(bzr r12785)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12785)</pre>
</div>
</content>
</entry>
<entry>
<title>First step of moving tools into appropriate namespaces.</title>
<updated>2013-11-07T20:44:00+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-11-07T20:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=55b451bf382e0c3d5ed8728e42fbb535acfa8a33'/>
<id>55b451bf382e0c3d5ed8728e42fbb535acfa8a33</id>
<content type='text'>
(bzr r12782)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12782)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.</title>
<updated>2013-07-31T19:11:20+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-07-31T19:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=989abbac025a8b3349748d19a613a08586c5fdcd'/>
<id>989abbac025a8b3349748d19a613a08586c5fdcd</id>
<content type='text'>
(bzr r11608.1.110)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.110)</pre>
</div>
</content>
</entry>
<entry>
<title>Further refactoring of EventContexts.</title>
<updated>2013-07-30T21:17:21+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-07-30T21:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b2dd3583e7372d23d18bbc6e861f4f645ec3dc37'/>
<id>b2dd3583e7372d23d18bbc6e861f4f645ec3dc37</id>
<content type='text'>
(bzr r11608.1.109)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.109)</pre>
</div>
</content>
</entry>
<entry>
<title>Merged from trunk (r12419).</title>
<updated>2013-07-14T21:09:41+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-07-14T21:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d32efb61f1c2c18d1018e510bbe9bafc04a03905'/>
<id>d32efb61f1c2c18d1018e510bbe9bafc04a03905</id>
<content type='text'>
(bzr r11608.1.107)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.107)</pre>
</div>
</content>
</entry>
<entry>
<title>Factored layer model out into new Inkscape::LayerModel class. This allows</title>
<updated>2013-07-01T20:04:32+00:00</updated>
<author>
<name>Eric Greveson</name>
<email>eric@greveson.co.uk</email>
</author>
<published>2013-07-01T20:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c3a160589a9cb41c70a56e5e7b66a65857a0d10e'/>
<id>c3a160589a9cb41c70a56e5e7b66a65857a0d10e</id>
<content type='text'>
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes.

(bzr r12387.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes.

(bzr r12387.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>Temporily fix abiguous macros before later removal.</title>
<updated>2013-04-28T22:48:03+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2013-04-28T22:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=192d134e8283fadf349eb41d66f63206c98c33d1'/>
<id>192d134e8283fadf349eb41d66f63206c98c33d1</id>
<content type='text'>
(bzr r12310)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12310)</pre>
</div>
</content>
</entry>
<entry>
<title>Removed some unused files; more refactoring in EventContext tree.</title>
<updated>2013-04-21T21:58:15+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-04-21T21:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bdde74bbab299f2ee448f1c55469c56a66fb01f7'/>
<id>bdde74bbab299f2ee448f1c55469c56a66fb01f7</id>
<content type='text'>
(bzr r11608.1.104)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.104)</pre>
</div>
</content>
</entry>
<entry>
<title>Moved factories to different files.</title>
<updated>2013-04-20T21:58:53+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-04-20T21:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5512f857e2f33f1aa40124dc82b353e5f2e5a0b0'/>
<id>5512f857e2f33f1aa40124dc82b353e5f2e5a0b0</id>
<content type='text'>
(bzr r11608.1.100)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.100)</pre>
</div>
</content>
</entry>
<entry>
<title>Merging of EventContext classes complete.</title>
<updated>2013-04-20T21:19:46+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-04-20T21:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=65ba6ad9a82f8f47974eb10665478fd783692bb5'/>
<id>65ba6ad9a82f8f47974eb10665478fd783692bb5</id>
<content type='text'>
(bzr r11608.1.98)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.98)</pre>
</div>
</content>
</entry>
</feed>
