summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/parameter-int.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions: add a few missing calls to Gtk::manage()Patrick Storz2019-09-251-1/+1
|
* Add appearance="colorbutton" to parameters of type colorPatrick Storz2019-09-011-3/+2
| | | | | | | | | | Renders a simple Gtk::ColorButton with label instead of the full ColorNotebook which is too large for many applications. Should likely be re-implemented bringing up a new Dialog that wraps an Inkscape::UI::Widget::ColorNotebook eventually, instead of relying on the Gtk::ColorButton's picker implementation which is inconsistent to existing pickers.
* Simplify pref_name() functionPatrick Storz2019-08-311-6/+2
|
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-311-16/+12
|
* Optimize parameter string generationPatrick Storz2019-08-311-4/+4
| | | | | Also rename overloaded string() functions, so it's clear what they actually do, as it's not the same thing at all...
* More cleanupPatrick Storz2019-08-311-2/+2
|
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-311-1/+1
|
* Create new InxWidget base class for extension widgets.Patrick Storz2019-08-311-1/+1
|
* cleanup includes in parametersPatrick Storz2019-08-311-3/+6
|
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-50/+43
| | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333
* Rename parameter source files to avoid name conflictsPatrick Storz2019-08-311-0/+202