summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/wrapper/inkscape-dbus-wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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
* Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-031-14/+4
| | | | | | | | 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)
* Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.Nicolas Dufour2013-05-131-0/+2
| | | (bzr r12334)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-181-2/+4
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* Fixing some warnings/errorsTed Gould2010-01-011-7/+9
| | | (bzr r8254.1.48)
* Fixing includesTed Gould2010-01-011-1/+1
| | | (bzr r8254.1.47)
* Made wrapper functions non static.Soren Berg2009-08-131-75/+82
| | | | | Added lots of documentation. (bzr r8254.1.24)
* Added wrapper code.Soren Berg2009-08-111-0/+775
Still under construction, will be merged into the main Makefile_Insert later. (bzr r8254.1.23)