summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/application-interface.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-10fix compiling on macOSThomas Holder1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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
2013-07-04Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson1-4/+5
and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8)
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-2/+16
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)
2009-08-15Added proposed interface file.Soren Berg1-2/+1
Fixed other xml files to have xml file declaration before comments. (bzr r8254.1.27)
2009-08-13Made wrapper functions non static.Soren Berg1-0/+19
Added lots of documentation. (bzr r8254.1.24)
2009-07-12Core Dbus files.Soren Berg1-0/+65
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)