summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we have get_widget()Patrick Storz2019-08-311-1/+1
|
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-311-4/+9
|
* Re-implement get_param() locally using get_widgets()Patrick Storz2019-08-311-1/+1
|
* Make parameter string generation a job of Inkscape::ExtensionPatrick Storz2019-08-311-10/+19
| | | | | For this take a first step towards properly tracking children of each parameter and provide functions to look up all widgets.
* More cleanupPatrick Storz2019-08-311-4/+3
|
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-311-0/+8
|
* Translatable enum can be protectedPatrick Storz2019-08-311-5/+4
|
* Create new InxWidget base class for extension widgets.Patrick Storz2019-08-311-0/+129