index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ui
/
ui.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: fix deadlocks in message channel
Robin Jarry
2023-05-20
1
-38
/
+20
*
ui: avoid races with queue redraw
Robin Jarry
2023-04-27
1
-15
/
+11
*
ui: avoid duplicate queued redraws
Robin Jarry
2023-04-26
1
-1
/
+8
*
lint: add missing panic handlers in goroutines
Robin Jarry
2023-01-06
1
-0
/
+2
*
ui: invalidate ui when queuing redraw
Tim Culverhouse
2022-11-06
1
-2
/
+3
*
aercmsg: add AercFuncMsg and QueueFunc
Tim Culverhouse
2022-10-18
1
-0
/
+10
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-1
/
+1
*
invalidatable: always mark ui as dirty OnInvalidate
Tim Culverhouse
2022-10-07
1
-7
/
+19
*
render: clean up render code
Tim Culverhouse
2022-10-07
1
-11
/
+1
*
aerc: use single event loop
Tim Culverhouse
2022-10-07
1
-16
/
+18
*
events: introduce AercMsg and QueueRedraw
Tim Culverhouse
2022-10-07
1
-0
/
+8
*
term: add bracketed paste support
Tim Culverhouse
2022-09-14
1
-0
/
+1
*
ui: cleanup internals and api
Robin Jarry
2022-09-14
1
-15
/
+7
*
ui: process tcell events in a separate go routine from rendering
Tim Culverhouse
2022-09-13
1
-17
/
+16
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-2
/
+1
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-1
/
+0
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-0
/
+3
*
update tcell to v2 and enable TrueColor support
y0ast
2020-12-18
1
-1
/
+1
*
libui: don't require beeper for main content
Drew DeVault
2020-05-05
1
-2
/
+4
*
Initial support for PGP decryption & signatures
Drew DeVault
2020-03-03
1
-0
/
+4
*
Add popovers
Ben Burwell
2019-12-21
1
-3
/
+23
*
Remove aerc specific code from the ui
Nicolai Dagestad
2019-08-03
1
-7
/
+5
*
Ring bell when new messages arrive
0.2.0
Ben Burwell
2019-07-29
1
-1
/
+2
*
Add MouseEnabled config setting
Jeffas
2019-07-17
1
-1
/
+3
*
Add clickable tabs
Jeffas
2019-07-11
1
-0
/
+1
*
lib/ui/ui: use atomic instead of channel
Simon Ser
2019-05-19
1
-26
/
+21
*
Update internal state and draw from the same goroutine
Simon Ser
2019-05-19
1
-1
/
+1
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-1
/
+1
*
lib/ui: fix UI.Exit race condition
Simon Ser
2019-05-05
1
-2
/
+13
*
Add basic terminal widget
Drew DeVault
2019-03-17
1
-0
/
+1
*
Add :quit command
Drew DeVault
2019-03-15
1
-5
/
+0
*
Make repeated invalidations more efficient
Drew DeVault
2019-01-14
1
-0
/
+10
*
Clean up some old code
Drew DeVault
2018-06-11
1
-3
/
+6
*
switch to tcell from termbox
Markus Ongyerth
2018-06-01
1
-18
/
+30
*
Pull main aerc UI into widget
Drew DeVault
2018-02-27
1
-13
/
+6
*
Split UI library and widgets
Drew DeVault
2018-02-26
1
-0
/
+79