| Commit message (Expand) | Author | Age | Files | Lines |
* | Make grid sizes dynamic | Jeffas | 2020-06-09 | 1 | -10/+16 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 5 | -48/+60 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 5 | -60/+48 |
* | libui: don't require beeper for main content | Drew DeVault | 2020-05-05 | 1 | -2/+4 |
* | Fix array out of bounds error | burrowing-owl | 2020-05-05 | 1 | -1/+1 |
* | fix: Close unused MessageView when swapping view | Ray Ganardi | 2020-04-20 | 1 | -0/+5 |
* | Add pinned tabs | Jeffas | 2020-03-09 | 1 | -5/+62 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 2 | -0/+8 |
* | Add move-tab command | Jeffas | 2020-03-03 | 1 | -0/+41 |
* | compose: don't call ti.tabcomplete when it is nil | Timmy Douglas | 2020-01-09 | 1 | -0/+4 |
* | Don't select completions until tab has been pressed | Ben Burwell | 2020-01-05 | 1 | -6/+8 |
* | Show textinput completions in popovers | Ben Burwell | 2019-12-21 | 1 | -50/+223 |
* | Add popovers | Ben Burwell | 2019-12-21 | 3 | -9/+102 |
* | Add UI options to save/pipe messages with unsupported mimetypes | Greg Anders | 2019-11-17 | 1 | -1/+2 |
* | Fix tab refocus on remove | Jeffas | 2019-10-14 | 1 | -8/+14 |
* | Fix pushing invalid tabs to history | Jeffas | 2019-10-14 | 1 | -1/+4 |
* | Focus new tab after remove | Jeffas | 2019-09-18 | 1 | -0/+4 |
* | Add Mouseable | Jeffas | 2019-09-11 | 6 | -24/+164 |
* | Add delete forward <C-k> and backward <C-u> | Christopher Vittal | 2019-08-12 | 1 | -0/+29 |
* | 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 | 2 | -1/+11 |
* | Fix tabstrip over-drawing when not enough space | Jeffas | 2019-07-26 | 1 | -1/+8 |
* | Add tab completion to textinputs | Jeffas | 2019-07-26 | 1 | -10/+74 |
* | Fix invalid tab state when deselecting removed tab | Drew DeVault | 2019-07-26 | 1 | -1/+1 |
* | Fix :close on terminal panic | Jeffas | 2019-07-25 | 1 | -0/+5 |
* | Fix grid creating too large subcontexts | Jeffas | 2019-07-25 | 1 | -0/+9 |
* | Fix panic when tabs.popHistory is nonexistent | Drew DeVault | 2019-07-25 | 1 | -1/+1 |
* | Add change tab command | Jeffas | 2019-07-23 | 1 | -5/+20 |
* | Display user specified headers in viewer if present | Daniel Bridges | 2019-07-17 | 1 | -0/+14 |
* | Fix grid widths when using weighted widths | Jeffas | 2019-07-17 | 1 | -3/+14 |
* | Add MouseEnabled config setting | Jeffas | 2019-07-17 | 1 | -1/+3 |
* | Fix text input cursor position with non-ASCII text | Tuomas Siipola | 2019-07-17 | 1 | -3/+3 |
* | Add clickable tabs | Jeffas | 2019-07-11 | 3 | -0/+36 |
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -0/+8 |
* | lib/ui/tab: Add Replace method | Kevin Kuehler | 2019-06-11 | 1 | -0/+16 |
* | Fix #116 0.1.0 | Drew DeVault | 2019-06-03 | 1 | -1/+1 |
* | Add Tabs history | Reto Brunner | 2019-06-02 | 1 | -4/+34 |
* | ensureScroll on text input frames | Drew DeVault | 2019-05-25 | 1 | -0/+2 |
* | Implement scrolling in text input | Drew DeVault | 2019-05-25 | 1 | -3/+31 |
* | Show account wizard if no accounts configured | Drew DeVault | 2019-05-22 | 1 | -1/+1 |
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 2 | -10/+23 |
* | 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 | 2 | -4/+7 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
* | Let caller pass in custom headers to compose | Drew DeVault | 2019-05-16 | 1 | -0/+4 |
* | Update tab name as subject changes | Drew DeVault | 2019-05-14 | 2 | -1/+18 |
* | Spec out review message screen | Drew DeVault | 2019-05-13 | 1 | -3/+3 |
* | Implement :{next,prev}-field in compose view | Drew DeVault | 2019-05-12 | 1 | -3/+3 |
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -2/+3 |
* | Refactor ctx stashing out of exline | Drew DeVault | 2019-05-11 | 1 | -0/+2 |