summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/parameter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-19Extensions: catch parameters and translatable values with empty namePatrick Storz1-2/+4
2019-09-07Extensions: Handle optiongroup options without valuePatrick Storz1-1/+1
2019-08-31Add new parameter of type "path"Patrick Storz1-0/+3
2019-08-31Make 'gui-text' required for visible parametersPatrick Storz1-27/+39
2019-08-31Simplify pref_name() functionPatrick Storz1-4/+2
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz1-28/+28
2019-08-31Re-implement get_param() locally using get_widgets()Patrick Storz1-5/+0
2019-08-31Make parameter string generation a job of Inkscape::ExtensionPatrick Storz1-15/+0
2019-08-31Accept parameter type "bool"Patrick Storz1-1/+1
2019-08-31Optimize parameter string generationPatrick Storz1-14/+14
2019-08-31More cleanupPatrick Storz1-7/+12
2019-08-31Add WidgetLabel replacing the former ParamDescriptionPatrick Storz1-2/+21
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz1-21/+21
2019-08-31Create new InxWidget base class for extension widgets.Patrick Storz1-62/+2
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz1-7/+1
2019-08-31Add function to get proper translation within context of ParameterPatrick Storz1-10/+13
2019-08-31Parameter: remove unused constructorsPatrick Storz1-45/+0
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-153/+135
2019-08-31Move error classes to Parameter where they belongPatrick Storz1-15/+15
2019-08-31Remove unused define ESCAPE_DOLLAR_COMMANDLINEPatrick Storz1-4/+0
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz1-9/+9
2019-08-31Remove unused functionsPatrick Storz1-46/+0
2019-08-31Move prefdialog to own directoryPatrick Storz1-0/+0
2019-01-02modernize loopsMarc Jeanmougin1-3/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-9/+13
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-38/+38
2018-05-14Misc. typosluz.paz1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
2017-04-24Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun1-1/+0
2017-04-24Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun1-0/+8
2017-04-24Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun1-0/+11
2017-04-09Some code refactoring for consistencyEduard Braun1-44/+44
2017-04-09Remove unused field "scope"Eduard Braun1-29/+13
2017-04-09Remove unused field "gui_tip"Eduard Braun1-26/+14
2017-02-13Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun1-4/+8
2017-02-13Extensions: Do not require name for pure UI elements (i.e. parameters that do...Eduard Braun1-2/+9
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-15/+28
2016-06-11Clean up includes after r14955Eduard Braun1-1/+2
2016-06-05Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun1-0/+11
2015-12-27Fix more GThreads issuesAlex Valavanis1-5/+2
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-2/+1
2014-05-30SPColorNotebok c++-sification - available pages listTomasz Boczkowski1-0/+4
2013-06-05Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira1-0/+18
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-147/+122