summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-07Add fixes pointer in the MR by @speleo3Jabier Arraiza1-40/+1
2019-09-07Add line height UX improvementsJabier Arraiza9-673/+590
2019-09-07Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ad...Jabier Arraiza2-4/+4
2019-09-07Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ad...Jabier Arraiza2-4/+19
2019-09-07Extensions: Handle optiongroup options without valuePatrick Storz3-6/+12
2019-09-07Write out 'x' and 'y' attribute values to repr when some text property value ...Tavmjong Bah2-0/+12
2019-09-06Update 2geomPatrick Storz4-7/+14
2019-09-06Add listeners for when shapes used by text are changed.Tavmjong Bah6-31/+121
2019-09-04Fix issue https://gitlab.com/inkscape/inbox/issues/816 Stroke to Path convers...Jabier Arraiza1-74/+34
2019-09-022geom: Use sincos function if availablePatrick Storz1-0/+4
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz55-750/+750
2019-09-01Add appearance="multiline" to parameters of type stringPatrick Storz5-13/+102
2019-09-01Add appearance="colorbutton" to parameters of type colorPatrick Storz3-14/+69
2019-08-31Add new parameter of type "path"Patrick Storz4-0/+362
2019-08-31Adjust <print> extensions for previous commit.Patrick Storz3-48/+48
2019-08-31Make 'gui-text' required for visible parametersPatrick Storz4-30/+41
2019-08-31Add new widget "image" which allows to display an image filePatrick Storz4-1/+155
2019-08-31Add base_directory for extensions loaded from a file.Patrick Storz13-44/+57
2019-08-31Templates: Improve translatability for "More info" dialogPatrick Storz1-19/+29
2019-08-31Templates: Translate metadata within extension contextsPatrick Storz2-24/+40
2019-08-31Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz4-19/+40
2019-08-31Templates: Remove unused "long_description" ("inkscape:_long" tag)Patrick Storz3-7/+2
2019-08-31Add new widget "spacer" which adds an empty space between widgetsPatrick Storz6-1/+138
2019-08-31Add new widget "separator" which draws a line between widgetsPatrick Storz4-1/+101
2019-08-31Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz6-8/+188
2019-08-31Simplify pref_name() functionPatrick Storz9-57/+23
2019-08-31Make sure we have get_widget()Patrick Storz2-2/+5
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz23-315/+195
2019-08-31Re-implement get_param() locally using get_widgets()Patrick Storz8-116/+59
2019-08-31Inherit destructor and recursively delete all widgetsPatrick Storz4-18/+5
2019-08-31Complete conversion of ParamNotebook to use _childrenPatrick Storz2-14/+26
2019-08-31Make parameter string generation a job of Inkscape::ExtensionPatrick Storz7-94/+77
2019-08-31Accept parameter type "bool"Patrick Storz1-1/+1
2019-08-31Parameter float: add note regarding rounding issuePatrick Storz1-0/+3
2019-08-31Optimize parameter string generationPatrick Storz17-76/+66
2019-08-31InxParameter::string(): remove useless overridesPatrick Storz8-26/+7
2019-08-31More cleanupPatrick Storz16-68/+85
2019-08-31cleanup includes a bitPatrick Storz10-26/+68
2019-08-31Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz8-60/+106
2019-08-31Translatable enum can be protectedPatrick Storz1-5/+4
2019-08-31Add WidgetLabel replacing the former ParamDescriptionPatrick Storz5-22/+64
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz22-91/+90
2019-08-31Create new InxWidget base class for extension widgets.Patrick Storz14-135/+259
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz11-83/+140
2019-08-31Remove unused "nopref" variant of effectsPatrick Storz2-10/+0
2019-08-31Properly handle extensions without id or namePatrick Storz3-101/+113
2019-08-31Derive optiongroup options from ParameterPatrick Storz2-46/+52
2019-08-31cleanup includes in parametersPatrick Storz6-24/+23
2019-08-31Add function to get proper translation within context of ParameterPatrick Storz7-34/+33
2019-08-31Parameter: remove unused constructorsPatrick Storz2-56/+0