summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-046-400/+424
* Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-044-182/+130
* Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-036-68/+29
* Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-037-162/+285
* Added error messages when attempting to use verbs requiring GUI inEric Greveson2013-07-011-1/+4
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-015-7/+9
* odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
* Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.Jon A. Cruz2013-06-073-0/+16
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-073-0/+12
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-0616-0/+32
* Refactor: Changed some functions from Extension to const.Vinícius dos Santos Oliveira2013-06-052-12/+12
* Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira2013-06-056-1/+78
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-0416-0/+31
* Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.Tavmjong Bah2013-05-291-4/+24
* Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.Nicolas Dufour2013-05-131-0/+2
* Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap resoluti...Nicolas Dufour2013-05-122-11/+45
* Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith2013-05-052-3/+27
* Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-026-126/+126
* Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-015-63/+63
* UI messagesKris De Gussem2013-04-291-2/+2
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-8/+8
* minor odg export updateKris De Gussem2013-04-202-38/+33
* odg export: some work on gradientsKris De Gussem2013-04-122-55/+36
* NULL pointer checksKris De Gussem2013-04-081-33/+48
* fix bug where extension radiobutton parameters cannot be set from cmdline (e....Johan B. C. Engelen2013-04-061-1/+1
* odf export: code clean up and preparatory work to allow gradients in export. ...Kris De Gussem2013-04-032-665/+376
* Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and pd...Nicolas Dufour2013-03-301-3/+3
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-263-5/+8
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-254-6/+6
* Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Mas...Nicolas Dufour2013-03-242-6/+6
* Convert a couple of C-style pointer castsAlex Valavanis2013-03-232-3/+3
* filter name is random filter232 when first addedRaphael Rosch2013-03-221-1/+1
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+1
* Fix even more forward declaration tagsAlex Valavanis2013-03-153-7/+7
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
* Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-145-5/+5
* cppcheckKris De Gussem2013-03-121-2/+1
* cppcheckKris De Gussem2013-03-113-284/+286
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-112-15/+10
* fix build warnings / cppcheck ( Bug #1120585 )Kris De Gussem2013-03-111-34/+42
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-081-44/+68
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-085-0/+39
* Drop more Gtk::Table usageAlex Valavanis2013-03-082-5/+31
* Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-074-4/+18
* ODF output: write correct Inkscape version number to metadataKris De Gussem2013-03-031-26/+6
* Fix build with C++11Alex Valavanis2013-03-021-1/+1
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-233-0/+6
* update cmake filesCampbell Barton2013-02-191-0/+2
* Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...Nicolas Dufour2013-02-152-35/+8
* Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...Nicolas Dufour2013-02-131-0/+1