summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/parameter-string.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add appearance="multiline" to parameters of type stringPatrick Storz2019-09-011-2/+8
| | | | | | | | | Renders a Gtk::TextView that automatically fills the available space in the extension's preferences dialog and can be used to accept longer multi-line strings. Newlines in the string value will be passed as "\\n" to the extension script (i.e. literal '\n' with the backspace escaped).
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-311-3/+3
|
* 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-3/+2
|
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-311-2/+2
|
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-19/+16
| | | | | | | 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/+67