summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31Make sure we have get_widget()Patrick Storz1-1/+1
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz1-4/+9
2019-08-31Re-implement get_param() locally using get_widgets()Patrick Storz1-1/+1
2019-08-31Make parameter string generation a job of Inkscape::ExtensionPatrick Storz1-10/+19
2019-08-31More cleanupPatrick Storz1-4/+3
2019-08-31Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz1-0/+8
2019-08-31Translatable enum can be protectedPatrick Storz1-5/+4
2019-08-31Create new InxWidget base class for extension widgets.Patrick Storz1-0/+129