summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget-label.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz1-1/+1
2019-08-31Add WidgetLabel replacing the former ParamDescriptionPatrick Storz1-8/+14
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz1-1/+1
2019-08-31Create new InxWidget base class for extension widgets.Patrick Storz1-1/+1
2019-08-31Add function to get proper translation within context of ParameterPatrick Storz1-6/+1
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-44/+33
2019-08-31Remove unused define ESCAPE_DOLLAR_COMMANDLINEPatrick Storz1-4/+0
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz1-1/+2
2019-08-31Move prefdialog to own directoryPatrick Storz1-0/+0
2019-06-16Remove leftover GTK/gtkmm >= 3.16 checkKarl Cheng1-4/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-04-24Cleanup for previous commitEduard Braun1-4/+3
2017-04-24Extensions: Fix "param"s of type "description" were always translated (as opp...Eduard Braun1-27/+30
2017-04-09Some code refactoring for consistencyEduard Braun1-15/+15
2017-04-09Remove unused field "scope"Eduard Braun1-2/+1
2017-04-09Remove unused field "gui_tip"Eduard Braun1-2/+1
2017-03-25Extensions: Correctly handle the xml:space="preserve" attribute for "descript...Eduard Braun1-9/+33
2017-03-11Use Gtkmm version test instead of Gtk+Alex Valavanis1-1/+1
2017-03-08Repair functionality broken by Alex Valvani's "Gtk+ 3 deprecation fixes"Eduard Braun1-2/+5
2017-02-26Gtk+ 3 deprecation fixesAlex Valavanis1-1/+1
2017-02-13Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun1-0/+3
2017-02-13Extensions: Fix potential security issue with "description" parameters.Eduard Braun1-5/+5
2017-02-13Extensions: Fix for old versions of gtkmmEduard Braun1-1/+2
2017-02-13Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun1-1/+14
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-22/+17
2016-12-26Fix Gtkmm deprecations in extensionsAlex Valavanis1-1/+2
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
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. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-8/+0
2012-02-25Header cleaningAlex Valavanis1-3/+1
2012-02-25Header cleaningAlex Valavanis1-3/+1
2012-02-09Backward compat fix for Gtkmm 2.20Alex Valavanis1-0/+8
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis1-2/+2
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-2/+2
2011-08-06Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour1-8/+18
2011-03-25Extensions. Replacing the groupheader element with an appearance mode in the ...Nicolas Dufour1-5/+21
2010-10-09Extensions, i18n. Adding context to description, groupheader and radiobutton ...Nicolas Dufour1-2/+13
2010-09-07Extensions. General UI improvements (gnome HIG). New group header extension p...Nicolas Dufour1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2008-10-27From trunkTed Gould1-6/+2
2008-04-04r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould1-5/+7
2008-02-28Warning cleanupJon A. Cruz1-1/+1
2007-08-10r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould1-0/+67