History log of /inkscape/src/extension/dbus/wrapper/inkscape-dbus-wrapper.c
Revision Date Author Comments Expand
9090603e08f72da58468db0e5b91f43ede35af26 04-Jul-2013 Eric Greveson <eric@greveson.co.uk>

Changed dbus interface to treat 'division' like other boolops, with a new 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.

743f8739b682e6257af8da89470dc84020adee24 13-May-2013 JazzyNico <nicoduf@yahoo.fr>

Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.

1a6af89db1020a487dd1aa9e956d06fd9f29caf0 18-Mar-2011 JazzyNico <nicoduf@yahoo.fr>

D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug #707054 and Bug #707364).

9ceeccb0f7b6a16bc72842e51c938958e81a6080 01-Jan-2010 Ted Gould <ted@gould.cx>

Fixing some warnings/errors

313b0a96c2422eb6ec4ca3826a002bc1192c2ca2 01-Jan-2010 Ted Gould <ted@gould.cx>

Fixing includes

69879b63ae4fb3da90263808c133a39ed2b770f8 13-Aug-2009 glimmer07 <glimmer07@users.sourceforge.net>

Made wrapper functions non static. Added lots of documentation.

b90b32f28f16528d780c21a8c59f8f44dca159fd 12-Aug-2009 glimmer07 <glimmer07@users.sourceforge.net>

Added wrapper code. Still under construction, will be merged into the main Makefile_Insert later.