summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-3/+4
| | | | | | - 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
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson2013-07-101-3/+0
| | | | | | "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session. (bzr r12402.1.1)
* Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-041-83/+83
| | | | | | | 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)
* Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-1/+1
| | | | | based on merge request code review and feedback (bzr r12387.1.7)
* Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-031-7/+2
| | | | | | | | 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-3/+7
| | | | | | | | 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-13/+1
| | | (bzr r11674)
* DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-0/+26
| | | (bzr r10559)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-181-2/+5
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* Fix Linux build after 2Geom updateKrzysztof Kosi??ski2011-02-031-0/+8
| | | (bzr r10031)
* DBUS. Patch for Bug #696062, dbus builds no more.Nicolas Dufour2011-01-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011)
* Made wrapper functions non static.Soren Berg2009-08-131-0/+17
| | | | | Added lots of documentation. (bzr r8254.1.24)
* Added image import function.Soren Berg2009-07-231-0/+4
| | | (bzr r8254.1.22)
* Added set_color function.Soren Berg2009-07-231-0/+4
| | | (bzr r8254.1.21)
* Fixed GErrors.Soren Berg2009-07-221-3/+20
| | | | | | Added many GErrors, especially for unfound objects. transfered many functions to using verbs instead of the function the verb calls to make error reporting easier. (bzr r8254.1.19)
* Worked on text, now works with limited capability.Soren Berg2009-07-211-4/+4
| | | | | Started work on node_get_coordinates. (bzr r8254.1.17)
* Fixed selection_get_center and selection_combine.Soren Berg2009-07-201-1/+5
| | | | | Added selection_divide. (bzr r8254.1.16)
* Fixed selection_get()Soren Berg2009-07-201-1/+1
| | | (bzr r8254.1.15)
* Added missing (and very important) file.Soren Berg2009-07-161-0/+353
Added get_path method. Added documentation on paths. (bzr r8254.1.13)