summaryrefslogtreecommitdiffstats
path: root/src/extension/param (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-22i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...Nicolas Dufour1-1/+1
2013-12-26Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t...Nicolas Dufour1-1/+4
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz9-0/+18
2013-06-05Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira4-1/+46
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz9-0/+17
2013-05-05Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith2-3/+27
2013-04-06fix bug where extension radiobutton parameters cannot be set from cmdline (e....Johan B. C. Engelen1-1/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+2
2012-12-16Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...Nicolas Dufour1-8/+10
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis2-8/+0
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2-24/+26
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis7-36/+0
2012-05-22Drop deprecated GtkNotebookPage usageAlex Valavanis1-2/+9
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2-2/+28
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2-0/+9
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+1
2012-04-11Clean up a few Gtkmm orientablesAlex Valavanis1-0/+5
2012-03-19Extensions. Script parameters values can now be translated (see Bug #955798).Nicolas Dufour1-1/+10
2012-03-01various minor thingsKris De Gussem1-16/+18
2012-02-29cppcheckKris De Gussem1-2/+0
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis14-35/+66
2012-02-26header cleaningAlex Valavanis1-2/+2
2012-02-25Header cleaningAlex Valavanis2-5/+3
2012-02-25Header cleaningAlex Valavanis2-6/+11
2012-02-15cppcheckKris De Gussem1-1/+1
2012-02-12Cleaning up a few headersAlex Valavanis2-0/+2
2012-02-09Backward compat fix for Gtkmm 2.20Alex Valavanis7-0/+32
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2-4/+2
2012-02-07Fix typo in gtkmm-2.22 backward compatibilityAlex Valavanis1-1/+1
2012-02-07Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2-0/+9
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis8-11/+11
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2-4/+2
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem8-19/+19
2012-01-03Fixed null-pointer ctor crashes.Jon A. Cruz1-2/+5
2012-01-03More deprecated GtkTooltipsAlex Valavanis2-10/+2
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-10/+2
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz17-540/+642
2011-11-19variable initialisationKris De Gussem1-9/+6
2011-10-28one constructor cannot call the other to initialize the object. See C++faq-li...Johan B. C. Engelen2-5/+19
2011-10-28fix initialization. add todo comment about gui-hidden not being used.Johan B. C. Engelen1-1/+3
2011-10-23Warning cleanup.Jon A. Cruz3-65/+80
2011-10-04More forward.h purging.Jon A. Cruz4-4/+6
2011-08-06Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour14-74/+183
2011-06-13cmake:Campbell Barton1-13/+0
2011-06-12work in progress cmake commit:Campbell Barton1-12/+11
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+1
2011-04-16remove unnecessary includes.Johan B. C. Engelen1-4/+0
2011-04-16extensions: use improved spinbutton with math expression evaluationJohan B. C. Engelen2-4/+4
2011-03-25Extensions. Replacing the groupheader element with an appearance mode in the ...Nicolas Dufour5-135/+41
2011-03-23Filters. Posterize basic tweaks. Extensions. Int and Float adjustment widgets...Nicolas Dufour2-2/+2