Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-13 | Render selected list item differently | Drew DeVault | |
2019-01-13 | Add abstract list, update dirlist accordingly | Drew DeVault | |
2019-01-13 | Filter dirlist according to user config | Drew DeVault | |
2019-01-13 | Add directory list 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 | Remove old account widget | 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 | |
2018-02-27 | Add statusline widget | Drew DeVault | |
2018-02-27 | Make ex line fully unicode aware | Drew DeVault | |
2018-02-26 | Split UI library and widgets | Drew DeVault | |