summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Extensions: Handle optiongroup options without valuePatrick Storz2019-09-073-6/+12
* Write out 'x' and 'y' attribute values to repr when some text property value ...Tavmjong Bah2019-09-072-0/+12
* Update 2geomPatrick Storz2019-09-064-7/+14
* Add listeners for when shapes used by text are changed.Tavmjong Bah2019-09-066-31/+121
* Fix error in GTK launch scriptRené de Hesselle2019-09-054-22/+66
* Fix a crash on ubuntu by a icon missingJabiertxof2019-09-054-46/+204
* Update Indonesian translationAbdul Munif Hanafi2019-09-041-1271/+730
* Fix issue https://gitlab.com/inkscape/inbox/issues/816 Stroke to Path convers...Jabier Arraiza2019-09-041-74/+34
* Update Indonesian translationAbdul Munif Hanafi2019-09-031-4554/+3249
* Translated nb.po, 59% complete.heskjestad2019-09-031-1367/+977
* 2geom: Use sincos function if availablePatrick Storz2019-09-022-6/+6
* Extension updates for 1.0 (!808)Patrick Storz2019-09-01138-4730/+5168
|\
| * 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-315-0/+363
| * 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
| * Update POTFILES.inPatrick Storz2019-08-311-7/+1
| * 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