summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensions: catch parameters and translatable values with empty namePatrick Storz2019-10-191-2/+4
* Extensions: add a few missing calls to Gtk::manage()Patrick Storz2019-09-254-6/+6
* Extensions: Warn for duplicate page names and option names/valuesPatrick Storz2019-09-253-4/+31
* Extensions: Handle optiongroup options without valuePatrick Storz2019-09-073-6/+12
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-1/+1
* Add appearance="multiline" to parameters of type stringPatrick Storz2019-09-014-12/+100
* Add appearance="colorbutton" to parameters of type colorPatrick Storz2019-09-013-14/+69
* Add new parameter of type "path"Patrick Storz2019-08-313-0/+360
* Make 'gui-text' required for visible parametersPatrick Storz2019-08-314-30/+41
* Add new widget "image" which allows to display an image filePatrick Storz2019-08-313-1/+153
* Add new widget "spacer" which adds an empty space between widgetsPatrick Storz2019-08-315-1/+136
* Add new widget "separator" which draws a line between widgetsPatrick Storz2019-08-313-1/+99
* Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz2019-08-315-8/+186
* Simplify pref_name() functionPatrick Storz2019-08-319-57/+23
* Make sure we have get_widget()Patrick Storz2019-08-312-2/+5
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-3121-205/+152
* Re-implement get_param() locally using get_widgets()Patrick Storz2019-08-316-50/+3
* Inherit destructor and recursively delete all widgetsPatrick Storz2019-08-314-18/+5
* Complete conversion of ParamNotebook to use _childrenPatrick Storz2019-08-312-14/+26
* Make parameter string generation a job of Inkscape::ExtensionPatrick Storz2019-08-316-92/+58
* Accept parameter type "bool"Patrick Storz2019-08-311-1/+1
* Parameter float: add note regarding rounding issuePatrick Storz2019-08-311-0/+3
* Optimize parameter string generationPatrick Storz2019-08-3116-75/+65
* InxParameter::string(): remove useless overridesPatrick Storz2019-08-318-26/+7
* More cleanupPatrick Storz2019-08-3115-68/+83
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-313-1/+34
* Translatable enum can be protectedPatrick Storz2019-08-311-5/+4
* Add WidgetLabel replacing the former ParamDescriptionPatrick Storz2019-08-314-20/+62
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-3120-65/+65
* Create new InxWidget base class for extension widgets.Patrick Storz2019-08-3113-135/+257
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-312-9/+3
* Derive optiongroup options from ParameterPatrick Storz2019-08-312-46/+52
* cleanup includes in parametersPatrick Storz2019-08-316-24/+23
* Add function to get proper translation within context of ParameterPatrick Storz2019-08-317-34/+33
* Parameter: remove unused constructorsPatrick Storz2019-08-312-56/+0
* Refactor a lot of the parameter handling codePatrick Storz2019-08-3124-1647/+1083
* Move error classes to Parameter where they belongPatrick Storz2019-08-312-15/+27
* Remove unused and disabled "help" feature for extensionsPatrick Storz2019-08-312-38/+1
* Remove unused define ESCAPE_DOLLAR_COMMANDLINEPatrick Storz2019-08-312-8/+0
* Rename parameter source files to avoid name conflictsPatrick Storz2019-08-3121-21/+34
* Remove unused functionsPatrick Storz2019-08-312-51/+0
* Move prefdialog to own directoryPatrick Storz2019-08-3122-0/+3867