<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/dbus/application-interface.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>Clarify licenses</title>
<updated>2018-11-08T17:18:20+00:00</updated>
<author>
<name>Max Gaukler</name>
<email>development@maxgaukler.de</email>
</author>
<published>2018-09-11T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=79d82382b3ea1b7d77e3a47a96a786557588787a'/>
<id>79d82382b3ea1b7d77e3a47a96a786557588787a</id>
<content type='text'>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sp_desktop_document and finish cleanup of desktop-handles.h</title>
<updated>2014-12-21T21:58:32+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-12-21T21:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3dbf9a08680c6d7252c79397dbf12082ead61bd7'/>
<id>3dbf9a08680c6d7252c79397dbf12082ead61bd7</id>
<content type='text'>
(bzr r13820)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13820)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with DBUS (thanks ~suv)</title>
<updated>2014-07-01T15:55:03+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-07-01T15:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c985ea62dbebc06070613326acb01b623b00699e'/>
<id>c985ea62dbebc06070613326acb01b623b00699e</id>
<content type='text'>
(bzr r13341.5.10)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.5.10)</pre>
</div>
</content>
</entry>
<entry>
<title>Further renaming of DBus variables (object -&gt; app_interface/doc_interface</title>
<updated>2013-07-04T22:51:56+00:00</updated>
<author>
<name>Eric Greveson</name>
<email>eric@greveson.co.uk</email>
</author>
<published>2013-07-04T22:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=036013caefc09f34ef9b418e1ca148a821c777d6'/>
<id>036013caefc09f34ef9b418e1ca148a821c777d6</id>
<content type='text'>
and doc_context -&gt; target)
Fixes to application interface for document_new (now only works in
console mode, and behaves as expected)

(bzr r12387.1.8)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and doc_context -&gt; target)
Fixes to application interface for document_new (now only works in
console mode, and behaves as expected)

(bzr r12387.1.8)</pre>
</div>
</content>
</entry>
<entry>
<title>Changed dbus interface to treat 'division' like other boolops, with a new</title>
<updated>2013-07-03T22:00:06+00:00</updated>
<author>
<name>Eric Greveson</name>
<email>eric@greveson.co.uk</email>
</author>
<published>2013-07-03T22:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1c75594f5c37e86dec195ec1975254315ef180e9'/>
<id>1c75594f5c37e86dec195ec1975254315ef180e9</id>
<content type='text'>
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode.

(bzr r12387.1.5)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode.

(bzr r12387.1.5)</pre>
</div>
</content>
</entry>
<entry>
<title>Modified dbus interface so that it works in console mode (--dbus-listen)</title>
<updated>2013-07-03T19:06:11+00:00</updated>
<author>
<name>Eric Greveson</name>
<email>eric@greveson.co.uk</email>
</author>
<published>2013-07-03T19:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=09ce234c1fc367a2607936e6cf106cb24c60e94f'/>
<id>09ce234c1fc367a2607936e6cf106cb24c60e94f</id>
<content type='text'>
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode

(bzr r12387.1.4)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode

(bzr r12387.1.4)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for 818628 : DBUS Metadata for error domain warning when using File&gt;New</title>
<updated>2012-09-18T05:22:47+00:00</updated>
<author>
<name>John Smith</name>
<email>john.smith7545@yahoo.com</email>
</author>
<published>2012-09-18T05:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9c19df4215cc73bf82049f7527cb2e85fc15d881'/>
<id>9c19df4215cc73bf82049f7527cb2e85fc15d881</id>
<content type='text'>
(bzr r11674)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11674)</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>Made wrapper functions non static.</title>
<updated>2009-08-13T20:53:03+00:00</updated>
<author>
<name>Soren Berg</name>
<email>glimmer07@gmail.com</email>
</author>
<published>2009-08-13T20:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f49ab91f16c96e3e4ed84ea021b54946e7c08006'/>
<id>f49ab91f16c96e3e4ed84ea021b54946e7c08006</id>
<content type='text'>
Added lots of documentation.

(bzr r8254.1.24)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added lots of documentation.

(bzr r8254.1.24)</pre>
</div>
</content>
</entry>
<entry>
<title>Core Dbus files.</title>
<updated>2009-07-12T16:02:09+00:00</updated>
<author>
<name>Soren Berg</name>
<email>glimmer07@gmail.com</email>
</author>
<published>2009-07-12T16:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f24f34bd713c7a26fbb6e13c2a44111223950738'/>
<id>f24f34bd713c7a26fbb6e13c2a44111223950738</id>
<content type='text'>
Init creates interfaces on Inkscape startup.
Application and document interface provide API functions over Dbus.
service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus.

(bzr r8254.1.3)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Init creates interfaces on Inkscape startup.
Application and document interface provide API functions over Dbus.
service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus.

(bzr r8254.1.3)</pre>
</div>
</content>
</entry>
</feed>
