summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/parameter-notebook.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-25Extensions: Warn for duplicate page names and option names/valuesPatrick Storz1-0/+13
2019-09-01Add appearance="multiline" to parameters of type stringPatrick Storz1-1/+2
2019-08-31Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz1-5/+10
2019-08-31Simplify pref_name() functionPatrick Storz1-6/+2
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz1-16/+9
2019-08-31Re-implement get_param() locally using get_widgets()Patrick Storz1-36/+1
2019-08-31Inherit destructor and recursively delete all widgetsPatrick Storz1-15/+0
2019-08-31Complete conversion of ParamNotebook to use _childrenPatrick Storz1-13/+21
2019-08-31Make parameter string generation a job of Inkscape::ExtensionPatrick Storz1-44/+29
2019-08-31Optimize parameter string generationPatrick Storz1-20/+13
2019-08-31InxParameter::string(): remove useless overridesPatrick Storz1-4/+3
2019-08-31More cleanupPatrick Storz1-5/+5
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz1-6/+6
2019-08-31Create new InxWidget base class for extension widgets.Patrick Storz1-3/+3
2019-08-31cleanup includes in parametersPatrick Storz1-5/+3
2019-08-31Add function to get proper translation within context of ParameterPatrick Storz1-5/+12
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-183/+106
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz1-1/+2
2019-08-31Move prefdialog to own directoryPatrick Storz1-0/+0
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-4/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-21/+21
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+0
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-84/+41
2017-04-24Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun1-1/+1
2017-04-09Some code refactoring for consistencyEduard Braun1-31/+31
2017-04-09Remove unused field "scope"Eduard Braun1-19/+3
2017-04-09Remove unused field "gui_tip"Eduard Braun1-10/+3
2017-02-26Gtk+ 3 deprecation fixesAlex Valavanis1-0/+4
2017-02-12Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun1-3/+4
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-7/+32
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-8/+0
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2014-05-22i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...Nicolas Dufour1-1/+1
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+1
2012-12-16Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...Nicolas Dufour1-8/+10
2012-05-22Drop deprecated GtkNotebookPage usageAlex Valavanis1-2/+9
2012-03-01various minor thingsKris De Gussem1-16/+18
2012-02-29cppcheckKris De Gussem1-2/+0
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis1-1/+1
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-4/+4
2012-01-03Fixed null-pointer ctor crashes.Jon A. Cruz1-2/+5
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-10/+2
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-76/+68