Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-06 | buttons-ui: add destructive-action style to 'clear' button | mbkma | 1 | -0/+3 | |
2019-05-06 | buttons-ui: add style class "suggested-action" to result button | mbkma | 1 | -10/+13 | |
This gives the result (=) button a theme defined colour. Currently has effects in Menta theme. Saw this on gnome-calculator. | |||||
2019-05-04 | Use gresources for UI files | rbuj | 1 | -0/+2435 | |
.ui files are combined into a binary resource bundle, and they are marked as compressed, so they will be automatically uncompressed when the resource is used. REF https://developer.gnome.org/gio/stable/GResource.html |