| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-01 | Add appearance="multiline" to parameters of type string | Patrick Storz | 1 | -1/+2 | |
| 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). | |||||
| 2019-08-31 | Add new widget "spacer" which adds an empty space between widgets | Patrick Storz | 1 | -0/+6 | |
| The attribute "size" allows to define the spacing in px. The special value "expand" can be used to make the spacer consume all available space in the parent. | |||||
| 2019-08-31 | Add new widgets "hbox" and "vbox" for layouting purposes | Patrick Storz | 1 | -0/+108 | |
