summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/application-interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - 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
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Fix build with DBUS (thanks ~suv)Liam P. White2014-07-011-2/+2
| | | (bzr r13341.5.10)
* Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-041-13/+35
| | | | | | | 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)
* Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-031-1/+5
| | | | | | | | 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)
* Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-0/+9
| | | | | | | | 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)
* Fix for 818628 : DBUS Metadata for error domain warning when using File>NewJohn Smith2012-09-181-0/+41
| | | (bzr r11674)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+1
| | | (bzr r9945.1.1)
* Made wrapper functions non static.Soren Berg2009-08-131-0/+17
| | | | | Added lots of documentation. (bzr r8254.1.24)
* Core Dbus files.Soren Berg2009-07-121-0/+112
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)