Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | Invalidate when UIDs finish downloading | Drew DeVault | |
2019-03-14 | Use cached message store when re-opening dirs | Drew DeVault | |
2019-03-14 | Implement :cd command | Drew DeVault | |
2019-03-14 | Display message subjects in message list | Drew DeVault | |
2019-03-14 | Implement message store side of message fetching | Drew DeVault | |
2019-03-14 | Lay out message list widget basic design | Drew DeVault | |
2019-03-10 | Fetch valid UIDs from server after opening dir | Drew DeVault | |
2019-03-10 | Improve error reporting | Drew DeVault | |
2019-03-10 | Flesh out command parsing & handling | Drew DeVault | |
2019-03-10 | Start building out command subsystem | Drew DeVault | |
2019-02-10 | Add missing go.sum entries | Elias Naur | |
2019-02-10 | Fix build | Elias Naur | |
2019-01-20 | Implement Container interface in widgets/ | 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 | Send commands up to the top-level aerc widget | Drew DeVault | |
2019-01-14 | Add cursor handling in ex line | Drew DeVault | |
2019-01-13 | Add README.md, update license (MIT -2019) | Drew DeVault | |
2019-01-13 | Handle errors from worker initialization | Drew DeVault | |
2019-01-13 | Swap message list placeholder for spinner | Drew DeVault | |
2019-01-13 | Add loading spinner | Drew DeVault | |
2019-01-13 | Handle connection errors properly | Drew DeVault | |
2019-01-13 | Add name to DirectoryInfo messages | Drew DeVault | |
2019-01-13 | Issue IMAP SELECT command | Drew DeVault | |
2019-01-13 | Simplify approach to directory list | Drew DeVault | |
This doesn't really need to be abstract tbh | |||
2019-01-13 | Revert "Add abstract list, update dirlist accordingly" | Drew DeVault | |
This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267. | |||
2019-01-13 | Revert "Render selected list item differently" | Drew DeVault | |
This reverts commit 60284850f22624a03996e882fcfd6aeb2af88b93. | |||
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-13 | refactor lib/ui/tab to ensure staying in bounds | Markus Ongyerth | |
Fix a few potential out of bounds by placing proper checks, which should be relevant if all tabs are removed for some reason. Also avoid iterating all tabs in the invalidate handler, since we are only interested in whether it's the selected tab either way | |||
2018-06-12 | Apply gofmt | Drew DeVault | |
2018-06-12 | fallthrough in worker selection | Markus Ongyerth | |
2018-06-11 | Fix tab invalidation bugs | Drew DeVault | |
2018-06-11 | Apply gofmt | Drew DeVault | |
2018-06-11 | Clean up some old code | 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-07 | Use default color for selected tab | Drew DeVault | |
2018-06-01 | Update go.mod | Drew DeVault | |
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-03-02 | Switch to vgo | Drew DeVault | |
2018-02-27 | Summon exline on demand | Drew DeVault | |
2018-02-27 | Push commands to the status stack | Drew DeVault | |