summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Templates: Improve translatability for "More info" dialogPatrick Storz2019-08-311-19/+29
* Templates: Translate metadata within extension contextsPatrick Storz2019-08-312-24/+40
* Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz2019-08-314-19/+40
* Templates: Remove unused "long_description" ("inkscape:_long" tag)Patrick Storz2019-08-313-7/+2
* 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-3116-68/+85
* cleanup includes a bitPatrick Storz2019-08-3110-26/+68
* 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-3111-83/+140
* 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-3150-1955/+1371
* 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-3110-89/+8
* 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
* Improvements and bug fixes to XMLDialogJabier Arraiza2019-08-303-33/+108
* add improvements to selectors and merge stylesheet on copy to work between docsJabier Arraiza2019-08-294-3/+15
* Remove warnings on de/activateJabiertxof2019-08-291-14/+15