summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add new widget "image" which allows to display an image filePatrick Storz2019-08-311-1/+5
* Add new widget "spacer" which adds an empty space between widgetsPatrick Storz2019-08-311-1/+4
* Add new widget "separator" which draws a line between widgetsPatrick Storz2019-08-311-1/+4
* Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz2019-08-311-2/+7
* Make sure we have get_widget()Patrick Storz2019-08-311-1/+4
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-311-2/+2
* Re-implement get_param() locally using get_widgets()Patrick Storz2019-08-311-1/+1
* Inherit destructor and recursively delete all widgetsPatrick Storz2019-08-311-0/+4
* Make parameter string generation a job of Inkscape::ExtensionPatrick Storz2019-08-311-0/+8
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-311-0/+25
* Add WidgetLabel replacing the former ParamDescriptionPatrick Storz2019-08-311-1/+12
* Create new InxWidget base class for extension widgets.Patrick Storz2019-08-311-0/+111