summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs appliing in fallback elementsJabier Arraiza2019-09-071-1/+1
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-1/+1
* Extensions: Handle optiongroup options without valuePatrick Storz2019-09-073-6/+12
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-0155-750/+750
* Add appearance="multiline" to parameters of type stringPatrick Storz2019-09-015-13/+102
* Add appearance="colorbutton" to parameters of type colorPatrick Storz2019-09-013-14/+69
* Add new parameter of type "path"Patrick Storz2019-08-314-0/+362
* Adjust <print> extensions for previous commit.Patrick Storz2019-08-313-48/+48
* 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-314-1/+155
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-3113-44/+57
* Add new widget "spacer" which adds an empty space between widgetsPatrick Storz2019-08-316-1/+138
* Add new widget "separator" which draws a line between widgetsPatrick Storz2019-08-314-1/+101
* Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz2019-08-316-8/+188
* 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-3123-315/+195
* Re-implement get_param() locally using get_widgets()Patrick Storz2019-08-318-116/+59
* 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-317-94/+77
* 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-3117-76/+66
* InxParameter::string(): remove useless overridesPatrick Storz2019-08-318-26/+7
* More cleanupPatrick Storz2019-08-3115-68/+83
* cleanup includes a bitPatrick Storz2019-08-318-24/+50
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-318-60/+106
* Translatable enum can be protectedPatrick Storz2019-08-311-5/+4
* Add WidgetLabel replacing the former ParamDescriptionPatrick Storz2019-08-315-22/+64
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-3122-91/+90
* Create new InxWidget base class for extension widgets.Patrick Storz2019-08-3114-135/+259
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-319-56/+116
* Remove unused "nopref" variant of effectsPatrick Storz2019-08-312-10/+0
* Properly handle extensions without id or namePatrick Storz2019-08-313-101/+113
* 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-3149-1947/+1364
* Move error classes to Parameter where they belongPatrick Storz2019-08-313-25/+27
* Use proper boolean valuesPatrick Storz2019-08-313-3/+3
* Remove effectively unused "silent" option from extensions.Patrick Storz2019-08-313-27/+9
* Remove unused and disabled "help" feature for extensionsPatrick Storz2019-08-318-75/+6
* Remove unused define ESCAPE_DOLLAR_COMMANDLINEPatrick Storz2019-08-312-8/+0
* Rename parameter source files to avoid name conflictsPatrick Storz2019-08-3123-42/+55
* Remove unused functionsPatrick Storz2019-08-312-51/+0
* Move prefdialog to own directoryPatrick Storz2019-08-3128-39/+42
* Only register desktop on Dbus onceNathan Lee2019-08-311-6/+12
* Eliminate clang warningsThomas Holder2019-08-231-3/+3