summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/parameter-optiongroup.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-311-4/+4
|
* Optimize parameter string generationPatrick Storz2019-08-311-1/+1
| | | | | Also rename overloaded string() functions, so it's clear what they actually do, as it's not the same thing at all...
* InxParameter::string(): remove useless overridesPatrick Storz2019-08-311-3/+0
|
* More cleanupPatrick Storz2019-08-311-5/+3
|
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-311-3/+3
|
* Derive optiongroup options from ParameterPatrick Storz2019-08-311-8/+8
| | | | | | A bit hackish for now as <option>s are not really parameters and don't have a name, pending creation of a better base-class for non-parameter .inx elements.
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-0/+108
Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333