<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/helper/Makefile_insert, 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>Remove deprecated Autotools and btool files.  Please use CMake instead</title>
<updated>2016-08-08T12:56:40+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2016-08-08T12:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e471a664f923f517b68071f2e33fbb6ce070f8b7'/>
<id>e471a664f923f517b68071f2e33fbb6ce070f8b7</id>
<content type='text'>
(bzr r15046)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15046)</pre>
</div>
</content>
</entry>
<entry>
<title>Let's hope the world doesn't end</title>
<updated>2015-03-19T01:41:26+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2015-03-19T01:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6177de61cec9a47677b076ffee4dd56d445f6c13'/>
<id>6177de61cec9a47677b076ffee4dd56d445f6c13</id>
<content type='text'>
Native 2geom path outliner, still buggy

(bzr r14014)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Native 2geom path outliner, still buggy

(bzr r14014)</pre>
</div>
</content>
</entry>
<entry>
<title>Collect util/ into a static library</title>
<updated>2015-02-25T23:08:51+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2015-02-25T23:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=caefef71482531ff82c444d552f406cbfbd360b8'/>
<id>caefef71482531ff82c444d552f406cbfbd360b8</id>
<content type='text'>
(bzr r13948)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13948)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed building of tests.</title>
<updated>2013-08-03T16:21:14+00:00</updated>
<author>
<name>Matthew Petroff</name>
<email>matthew@mpetroff.net</email>
</author>
<published>2013-08-03T16:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6c7ac8dd7e8403645de3090777ed6b50c95420e3'/>
<id>6c7ac8dd7e8403645de3090777ed6b50c95420e3</id>
<content type='text'>
(bzr r12380.1.60)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12380.1.60)</pre>
</div>
</content>
</entry>
<entry>
<title>Removed last traces of "SPUnit" and removed "helper/unit*".</title>
<updated>2013-07-20T18:00:42+00:00</updated>
<author>
<name>Matthew Petroff</name>
<email>matthew@mpetroff.net</email>
</author>
<published>2013-07-20T18:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=567fbf4a2759ff93533a22a8688b4dcc01f19138'/>
<id>567fbf4a2759ff93533a22a8688b4dcc01f19138</id>
<content type='text'>
(bzr r12380.1.45)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12380.1.45)</pre>
</div>
</content>
</entry>
<entry>
<title>Removed "helper/unit-tracker.*".</title>
<updated>2013-07-17T14:02:56+00:00</updated>
<author>
<name>Matthew Petroff</name>
<email>matthew@mpetroff.net</email>
</author>
<published>2013-07-17T14:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2a882b8a362a56dc24f94b00d2034e9abc848585'/>
<id>2a882b8a362a56dc24f94b00d2034e9abc848585</id>
<content type='text'>
(bzr r12380.1.20)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12380.1.20)</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>Files in /src that no longer exist</title>
<updated>2012-10-15T21:53:47+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-10-15T21:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8bb515cbaffa18aa2baee841c4ec2269336e39df'/>
<id>8bb515cbaffa18aa2baee841c4ec2269336e39df</id>
<content type='text'>
(bzr r11804.1.2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11804.1.2)</pre>
</div>
</content>
</entry>
<entry>
<title>move helper/recthull.h to 2geom/rect-hull.h</title>
<updated>2012-02-19T11:14:03+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2012-02-19T11:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f61fc22a2f4a646e4c96b8155e2dee1f2981037c'/>
<id>f61fc22a2f4a646e4c96b8155e2dee1f2981037c</id>
<content type='text'>
(bzr r10996)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10996)</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite NRArenaItem hierarchy into C++</title>
<updated>2011-08-06T12:18:32+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-08-06T12:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4dd33aa4d5c57706c7f64f63391174954160a308'/>
<id>4dd33aa4d5c57706c7f64f63391174954160a308</id>
<content type='text'>
(bzr r10347.1.21)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10347.1.21)</pre>
</div>
</content>
</entry>
</feed>
