summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-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
2018-03-12Fixed more trivial typosluz.paz1-1/+1
Via `codespell` and `grep`
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-11-07Misc. typosUnknown1-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 ```
2013-07-03Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson1-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)
2011-08-21DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour1-1/+162
(bzr r10559)
2011-03-18D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour1-0/+29
Bug #707054 and Bug #707364). (bzr r10114)
2009-08-15Added proposed interface file.Soren Berg1-1/+2
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/+18
Added lots of documentation. (bzr r8254.1.24)
2009-07-23Added image import function.Soren Berg1-0/+29
(bzr r8254.1.22)
2009-07-23Added set_color function.Soren Berg1-0/+34
(bzr r8254.1.21)
2009-07-22Fixed GErrors.Soren Berg1-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)
2009-07-21worked on path parsing.Soren Berg1-1/+1
(bzr r8254.1.18)
2009-07-21Worked on text, now works with limited capability.Soren Berg1-6/+10
Started work on node_get_coordinates. (bzr r8254.1.17)
2009-07-20Fixed selection_get_center and selection_combine.Soren Berg1-1/+16
Added selection_divide. (bzr r8254.1.16)
2009-07-20Fixed selection_get()Soren Berg1-0/+1
(bzr r8254.1.15)
2009-07-16Added missing (and very important) file.Soren Berg1-2/+22
Added get_path method. Added documentation on paths. (bzr r8254.1.13)
2009-07-15implemented a number of functions, including save/load functions.Soren Berg1-2/+3
Removed the print function because I can see no way of doing it without bringing up a dialog. (bzr r8254.1.12)
2009-07-12Core Dbus files.Soren Berg1-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)