summaryrefslogtreecommitdiffstats
path: root/src/extension/param (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix potential nullptr deref.Johan B. C. Engelen2014-11-081-1/+1
* Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash o...Johan B. C. Engelen2014-10-121-27/+28
* Fix "Argument with 'nonnull' attribute passed null" API bug in extension colo...Johan B. C. Engelen2014-10-111-5/+7
* i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...Nicolas Dufour2014-05-221-1/+1
* Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t...Nicolas Dufour2013-12-261-1/+4
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-069-0/+18
* Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira2013-06-054-1/+46
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-049-0/+17
* Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith2013-05-052-3/+27
* fix bug where extension radiobutton parameters cannot be set from cmdline (e....Johan B. C. Engelen2013-04-061-1/+1
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+2
* Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...Nicolas Dufour2012-12-161-8/+10
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-262-8/+0
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-222-24/+26
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-057-36/+0
* Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-221-2/+9
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-302-2/+28
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-282-0/+9
* Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis2012-04-171-0/+1
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+5
* Extensions. Script parameters values can now be translated (see Bug #955798).Nicolas Dufour2012-03-191-1/+10
* various minor thingsKris De Gussem2012-03-011-16/+18
* cppcheckKris De Gussem2012-02-291-2/+0
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2914-35/+66
* header cleaningAlex Valavanis2012-02-261-2/+2
* Header cleaningAlex Valavanis2012-02-252-5/+3
* Header cleaningAlex Valavanis2012-02-252-6/+11
* cppcheckKris De Gussem2012-02-151-1/+1
* Cleaning up a few headersAlex Valavanis2012-02-122-0/+2
* Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-097-0/+32
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-082-4/+2
* Fix typo in gtkmm-2.22 backward compatibilityAlex Valavanis2012-02-071-1/+1
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-072-0/+9
* Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-068-11/+11
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-062-4/+2
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-038-19/+19
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-031-2/+5
* More deprecated GtkTooltipsAlex Valavanis2012-01-032-10/+2
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-10/+2
* Const correctness fixes that also correct bug #893146.Jon A. Cruz2011-12-1917-540/+642
* variable initialisationKris De Gussem2011-11-191-9/+6
* one constructor cannot call the other to initialize the object. See C++faq-li...Johan B. C. Engelen2011-10-282-5/+19
* fix initialization. add todo comment about gui-hidden not being used.Johan B. C. Engelen2011-10-281-1/+3
* Warning cleanup.Jon A. Cruz2011-10-233-65/+80
* More forward.h purging.Jon A. Cruz2011-10-044-4/+6
* Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour2011-08-0614-74/+183
* cmake:Campbell Barton2011-06-131-13/+0
* work in progress cmake commit:Campbell Barton2011-06-121-12/+11
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-1/+1
* remove unnecessary includes.Johan B. C. Engelen2011-04-161-4/+0