index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ui
Age
Commit message (
Expand
)
Author
2019-05-22
Show account wizard if no accounts configured
Drew DeVault
2019-05-21
New account wizard, part one
Drew DeVault
2019-05-19
lib/ui/ui: use atomic instead of channel
Simon Ser
2019-05-19
Update internal state and draw from the same goroutine
Simon Ser
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-16
Let caller pass in custom headers to compose
Drew DeVault
2019-05-14
Update tab name as subject changes
Drew DeVault
2019-05-13
Spec out review message screen
Drew DeVault
2019-05-12
Implement :{next,prev}-field in compose view
Drew DeVault
2019-05-12
Add initial compose widget
Drew DeVault
2019-05-11
Refactor ctx stashing out of exline
Drew DeVault
2019-05-11
Split ex line text handling into dedicated widget
Drew DeVault
2019-05-05
lib/ui: fix UI.Exit race condition
Simon Ser
2019-05-05
lib/ui: fix Grid race condition
Simon Ser
2019-04-29
lib/ui: fix GridCell.invalid race
Simon Ser
2019-04-27
lib/ui: introduce Invalidatable
Simon Ser
2019-03-30
Add basic message viewer mockup
Drew DeVault
2019-03-30
Use tcell.Style.Reverse instead of black on white
Drew DeVault
2019-03-17
Add :term-close
Drew DeVault
2019-03-17
Move exline handling up to aerc, add :term
Drew DeVault
2019-03-17
Add basic terminal widget
Drew DeVault
2019-03-15
Add :quit command
Drew DeVault
2019-01-20
Implement the Container interface in lib/ui/
Drew DeVault
2019-01-20
Merge lib/ui/interfaces.go and add another
Drew DeVault
2019-01-14
Make repeated invalidations more efficient
Drew DeVault
2019-01-14
Add cursor handling in ex line
Drew DeVault
2019-01-13
Revert "Add abstract list, update dirlist accordingly"
Drew DeVault
2019-01-13
Revert "Render selected list item differently"
Drew DeVault
2019-01-13
Render selected list item differently
Drew DeVault
2019-01-13
Add abstract list, update dirlist accordingly
Drew DeVault
2018-06-13
refactor lib/ui/tab to ensure staying in bounds
Markus Ongyerth
2018-06-11
Fix tab invalidation bugs
Drew DeVault
2018-06-11
Apply gofmt
Drew DeVault
2018-06-11
Clean up some old code
Drew DeVault
2018-06-11
Move sidebar into account tabs
Drew DeVault
2018-06-07
Use default color for selected tab
Drew DeVault
2018-06-01
switch to tcell from termbox
Markus Ongyerth
2018-02-27
Pull main aerc UI into widget
Drew DeVault
2018-02-27
Add stack UI container
Drew DeVault
2018-02-26
Split UI library and widgets
Drew DeVault