summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-interface.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix compiling on macOSThomas Holder2018-11-101-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Fixed more trivial typosluz.paz2018-03-121-1/+1
| | | Via `codespell` and `grep`
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* 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 ```
* Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-031-24/+8
| | | | | | | | 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)
* DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-1/+162
| | | (bzr r10559)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-181-0/+29
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* Added proposed interface file.Soren Berg2009-08-151-1/+2
| | | | | Fixed other xml files to have xml file declaration before comments. (bzr r8254.1.27)
* Made wrapper functions non static.Soren Berg2009-08-131-0/+18
| | | | | Added lots of documentation. (bzr r8254.1.24)
* Added image import function.Soren Berg2009-07-231-0/+29
| | | (bzr r8254.1.22)
* Added set_color function.Soren Berg2009-07-231-0/+34
| | | (bzr r8254.1.21)
* Fixed GErrors.Soren Berg2009-07-221-0/+9
| | | | | | 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 path parsing.Soren Berg2009-07-211-1/+1
| | | (bzr r8254.1.18)
* Worked on text, now works with limited capability.Soren Berg2009-07-211-6/+10
| | | | | Started work on node_get_coordinates. (bzr r8254.1.17)
* Fixed selection_get_center and selection_combine.Soren Berg2009-07-201-1/+16
| | | | | Added selection_divide. (bzr r8254.1.16)
* Fixed selection_get()Soren Berg2009-07-201-0/+1
| | | (bzr r8254.1.15)
* Added missing (and very important) file.Soren Berg2009-07-161-2/+22
| | | | | | | Added get_path method. Added documentation on paths. (bzr r8254.1.13)
* implemented a number of functions, including save/load functions.Soren Berg2009-07-151-2/+3
| | | | | Removed the print function because I can see no way of doing it without bringing up a dialog. (bzr r8254.1.12)
* Core Dbus files.Soren Berg2009-07-121-0/+1223
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)