summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/wrapper (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler3-0/+19
- 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
2013-07-10Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson1-2/+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)
2013-07-03Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2-19/+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)
2013-05-13Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.Nicolas Dufour1-0/+2
(bzr r12334)
2011-03-18D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2-3/+5
Bug #707054 and Bug #707364). (bzr r10114)
2010-01-01Adding in building of the pkgconfig file.Ted Gould1-0/+14
(bzr r8254.1.51)
2010-01-01Removing extra makefileTed Gould1-9/+0
(bzr r8254.1.50)
2010-01-01Fixing some warnings/errorsTed Gould1-7/+9
(bzr r8254.1.48)
2010-01-01Fixing includesTed Gould1-1/+1
(bzr r8254.1.47)
2009-08-13Made wrapper functions non static.Soren Berg3-158/+168
Added lots of documentation. (bzr r8254.1.24)
2009-08-11Added wrapper code.Soren Berg3-0/+1125
Still under construction, will be merged into the main Makefile_Insert later. (bzr r8254.1.23)