Age | Commit message (Expand) | Author |
2019-08-12 | Add delete forward <C-k> and backward <C-u> | Christopher Vittal |
2019-08-03 | Remove aerc specific code from the ui | Nicolai Dagestad |
2019-07-29 | Ring bell when new messages arrive0.2.0 | Ben Burwell |
2019-07-26 | Fix tabstrip over-drawing when not enough space | Jeffas |
2019-07-26 | Add tab completion to textinputs | Jeffas |
2019-07-26 | Fix invalid tab state when deselecting removed tab | Drew DeVault |
2019-07-25 | Fix :close on terminal panic | Jeffas |
2019-07-25 | Fix grid creating too large subcontexts | Jeffas |
2019-07-25 | Fix panic when tabs.popHistory is nonexistent | Drew DeVault |
2019-07-23 | Add change tab command | Jeffas |
2019-07-17 | Display user specified headers in viewer if present | Daniel Bridges |
2019-07-17 | Fix grid widths when using weighted widths | Jeffas |
2019-07-17 | Add MouseEnabled config setting | Jeffas |
2019-07-17 | Fix text input cursor position with non-ASCII text | Tuomas Siipola |
2019-07-11 | Add clickable tabs | Jeffas |
2019-06-29 | Implement basic tab completion support | Gregory Mullen |
2019-06-11 | lib/ui/tab: Add Replace method | Kevin Kuehler |
2019-06-03 | Fix #1160.1.0 | Drew DeVault |
2019-06-02 | Add Tabs history | Reto Brunner |
2019-05-25 | ensureScroll on text input frames | Drew DeVault |
2019-05-25 | Implement scrolling in text input | Drew DeVault |
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 |