Drew DeVault
fa04a1e036
Add basic message viewer mockup
2019-03-30 14:12:04 -04:00
Drew DeVault
84965d680c
Use tcell.Style.Reverse instead of black on white
2019-03-30 12:59:18 -04:00
Drew DeVault
4465646fed
Show deleted emails pending server ack in grey
...
TODO: Don't let the user select or interact with deleted messages
2019-03-30 10:41:12 -04:00
Drew DeVault
77ede6eb5a
Add body fetching support code
2019-03-29 22:36:15 -04:00
Drew DeVault
fe79a9a587
Remove unused import from msgstore.go
2019-03-21 16:12:55 -04:00
Drew DeVault
312a53e5ff
Implement :delete-message
2019-03-20 23:23:38 -04:00
Drew DeVault
dee0f8938b
Add :term-close
2019-03-17 17:23:53 -04:00
Drew DeVault
589db742cb
Move exline handling up to aerc, add :term
2019-03-17 16:19:15 -04:00
Drew DeVault
1170893e39
Add basic terminal widget
2019-03-17 14:02:33 -04:00
Drew DeVault
01ae0cef60
Add TODO to msgstore.go
2019-03-15 21:43:33 -04:00
Drew DeVault
ef6178a12a
Move MessageStore into its own file
2019-03-15 21:36:06 -04:00
Drew DeVault
f406bf5a3b
Add :quit command
2019-03-15 20:32:09 -04:00
Drew DeVault
a0c2b1caf0
Implement the Container interface in lib/ui/
2019-01-20 15:06:44 -05:00
Drew DeVault
87fa305848
Merge lib/ui/interfaces.go and add another
2019-01-20 13:51:34 -05:00
Drew DeVault
0b37441f17
Make repeated invalidations more efficient
2019-01-14 21:11:33 -05:00
Drew DeVault
d35213eaab
Add cursor handling in ex line
2019-01-14 08:07:24 -05:00
Drew DeVault
257affcd48
Revert "Add abstract list, update dirlist accordingly"
...
This reverts commit 3157897c1a
.
2019-01-13 15:27:56 -05:00
Drew DeVault
24196d2c6f
Revert "Render selected list item differently"
...
This reverts commit 60284850f2
.
2019-01-13 15:27:48 -05:00
Drew DeVault
60284850f2
Render selected list item differently
2019-01-13 15:12:52 -05:00
Drew DeVault
3157897c1a
Add abstract list, update dirlist accordingly
2019-01-13 15:10:47 -05:00
Markus Ongyerth
2f5c1db63c
refactor lib/ui/tab to ensure staying in bounds
...
Fix a few potential out of bounds by placing proper checks, which should
be relevant if all tabs are removed for some reason.
Also avoid iterating all tabs in the invalidate handler, since we are
only interested in whether it's the selected tab either way
2018-06-13 07:00:12 -04:00
Drew DeVault
dc90be24de
Fix tab invalidation bugs
2018-06-11 20:13:02 -04:00
Drew DeVault
6728a11fdf
Apply gofmt
2018-06-11 20:04:21 -04:00
Drew DeVault
d67c8a60ef
Clean up some old code
2018-06-11 19:52:21 -04:00
Drew DeVault
1c41b63f08
Move sidebar into account tabs
...
This is accomplished through a bit of a hack, the statusbar is able to
be a child of multiple dudes
2018-06-11 19:23:09 -04:00
Drew DeVault
e463c38476
Use default color for selected tab
2018-06-07 13:43:17 -04:00
Markus Ongyerth
80e891a802
switch to tcell from termbox
...
This is a simple mostly straight forward switch to tcell in favor of
termbox.
It uses the tcell native api (not the compat layer) but does not make
use of most features.
Further changes should include moving to tcell's views.TextArea and the
general built in widget behaviour instead of the current ad hoc
implementation.
Regression: Cursor isn't shown in ex-line
2018-06-01 16:04:43 -07:00
Drew DeVault
cab3771e17
Pull main aerc UI into widget
2018-02-27 21:17:26 -05:00
Drew DeVault
46756487fb
Add stack UI container
2018-02-27 19:31:09 -05:00
Drew DeVault
1418e1b9dc
Split UI library and widgets
2018-02-26 22:54:39 -05:00