| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make sure we have get_widget() | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Remove completely unused "doc" and "node" parameters | Patrick Storz | 2019-08-31 | 1 | -4/+9 |
| | | |||||
| * | Re-implement get_param() locally using get_widgets() | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Make parameter string generation a job of Inkscape::Extension | Patrick Storz | 2019-08-31 | 1 | -10/+19 |
| | | | | | | For this take a first step towards properly tracking children of each parameter and provide functions to look up all widgets. | ||||
| * | More cleanup | Patrick Storz | 2019-08-31 | 1 | -4/+3 |
| | | |||||
| * | Switch Inkscape::Extension to use InxWidgets instead of InxParameters | Patrick Storz | 2019-08-31 | 1 | -0/+8 |
| | | |||||
| * | Translatable enum can be protected | Patrick Storz | 2019-08-31 | 1 | -5/+4 |
| | | |||||
| * | Create new InxWidget base class for extension widgets. | Patrick Storz | 2019-08-31 | 1 | -0/+129 |
