Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-31 | Make the message viewer real, part one | Drew DeVault | |
2019-03-30 | Add message view commands, :close | Drew DeVault | |
2019-03-30 | Add basic message viewer mockup | Drew DeVault | |
2019-03-30 | Correct color of error messages | Drew DeVault | |
2019-03-30 | Use tcell.Style.Reverse instead of black on white | Drew DeVault | |
2019-03-21 | Expire status errors on input | Drew DeVault | |
2019-03-21 | Use : for keybindings even when ex is overridden | Drew DeVault | |
2019-03-21 | Rig up terminal keybinding group | Drew DeVault | |
2019-03-21 | Use user's configured ex key | Drew DeVault | |
2019-03-21 | Add context-specific keybindings | Drew DeVault | |
2019-03-17 | Wrap Terminal in TermHost | Drew DeVault | |
2019-03-17 | Add :term-close | Drew DeVault | |
2019-03-17 | Handle terminal title, login shell | Drew DeVault | |
2019-03-17 | Implement :next-tab, :prev-tab | Drew DeVault | |
2019-03-17 | Move exline handling up to aerc, add :term | Drew DeVault | |
2019-03-17 | commands: handle case where no account selected | Drew DeVault | |
2019-03-17 | Add basic terminal widget | Drew DeVault | |
2019-03-15 | Implement sidebar-width config option | Drew DeVault | |
2019-03-15 | Rig up key bindings | Drew DeVault | |
2019-03-10 | Start building out command subsystem | Drew DeVault | |
2019-02-10 | Fix build | Elias Naur | |
2019-01-20 | Implement Container interface in widgets/ | Drew DeVault | |
2019-01-14 | Send commands up to the top-level aerc widget | Drew DeVault | |
2019-01-13 | Move ex line into account | Drew DeVault | |
2019-01-13 | Move status line into account, update behavior | Drew DeVault | |
2019-01-13 | Initialize worker in account widget | Drew DeVault | |
2019-01-13 | Add basic account widget, populate real acct views | Drew DeVault | |
2018-06-12 | Apply gofmt | Drew DeVault | |
2018-06-11 | Apply gofmt | Drew DeVault | |
2018-06-11 | Move sidebar into account tabs | Drew DeVault | |
This is accomplished through a bit of a hack, the statusbar is able to be a child of multiple dudes | |||
2018-06-01 | switch to tcell from termbox | Markus Ongyerth | |
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-02-27 | Summon exline on demand | Drew DeVault | |
2018-02-27 | Push commands to the status stack | Drew DeVault | |
2018-02-27 | Pull main aerc UI into widget | Drew DeVault | |