| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add appearance="multiline" to parameters of type string | Patrick Storz | 2019-09-01 | 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). | ||||
| * | Add new widget "spacer" which adds an empty space between widgets | Patrick Storz | 2019-08-31 | 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. | ||||
| * | Add new widgets "hbox" and "vbox" for layouting purposes | Patrick Storz | 2019-08-31 | 1 | -0/+108 |
