aerc/lib/ui
Jeffas 543510f5c1 Make grid sizes dynamic
The grid used static sizes which meant that changing settings didn't
have an effect on elements of the ui, notably the sidebar width. This
patch makes the `Size` parameter of a cell a function which returns the
`int`, allowing for dynamic sizes.

A `Const` function is also included for ease of use for static sizes.
2020-06-09 08:48:47 +02:00
..
borders.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
context.go Add popovers 2019-12-21 09:23:20 -05:00
fill.go switch to tcell from termbox 2018-06-01 16:04:43 -07:00
grid.go Make grid sizes dynamic 2020-06-09 08:48:47 +02:00
interfaces.go Initial support for PGP decryption & signatures 2020-03-03 16:49:52 -05:00
invalidatable.go lib/ui: introduce Invalidatable 2019-04-27 14:30:28 -04:00
popover.go Add popovers 2019-12-21 09:23:20 -05:00
stack.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
tab.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
text.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
textinput.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
ui.go libui: don't require beeper for main content 2020-05-05 09:57:29 -04:00