aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13Render selected list item differentlyDrew DeVault
2019-01-13Add abstract list, update dirlist accordinglyDrew DeVault
2019-01-13Filter dirlist according to user configDrew DeVault
2019-01-13Add directory list widgetDrew DeVault
2019-01-13Move ex line into accountDrew DeVault
2019-01-13Move status line into account, update behaviorDrew DeVault
2019-01-13Remove old account widgetDrew DeVault
2019-01-13Initialize worker in account widgetDrew DeVault
2019-01-13Add basic account widget, populate real acct viewsDrew DeVault
2018-06-13refactor lib/ui/tab to ensure staying in boundsMarkus 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-12Apply gofmtDrew DeVault
2018-06-12fallthrough in worker selectionMarkus Ongyerth
2018-06-11Fix tab invalidation bugsDrew DeVault
2018-06-11Apply gofmtDrew DeVault
2018-06-11Clean up some old codeDrew DeVault
2018-06-11Move sidebar into account tabsDrew DeVault
This is accomplished through a bit of a hack, the statusbar is able to be a child of multiple dudes
2018-06-07Use default color for selected tabDrew DeVault
2018-06-01Update go.modDrew DeVault
2018-06-01switch to tcell from termboxMarkus 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-02Switch to vgoDrew DeVault
2018-02-27Summon exline on demandDrew DeVault
2018-02-27Push commands to the status stackDrew DeVault
2018-02-27Pull main aerc UI into widgetDrew DeVault
2018-02-27Add statusline widgetDrew DeVault
2018-02-27Add stack UI containerDrew DeVault
2018-02-27Make ex line fully unicode awareDrew DeVault
2018-02-26Split UI library and widgetsDrew DeVault
2018-02-26Implement basic ex line inputDrew DeVault
TODO: - scrolling - commit/cancel - command history (via an external command history provider) - tab completion (via an external tab completion provider)
2018-02-17Add fake status lineDrew DeVault
2018-02-17Add text widgetDrew DeVault
2018-02-17Add borders widgetDrew DeVault
2018-02-17Cycle tabs for demoy goodnessDrew DeVault
2018-02-17Implement tab containerDrew DeVault
2018-02-17Polish up grid and add new rendering loopDrew DeVault
2018-02-17Add grid rendering, probablyDrew DeVault
2018-02-16Initial pass on new frontend designDrew DeVault
2018-02-13Make Makefile more POSIXly portableDrew DeVault
This breaks out of tree builds though
2018-02-02Tidy up list.goDrew DeVault
2018-02-01Refactoring; consume listing responseDrew DeVault
2018-02-01Implement (most of) mailbox listingDrew DeVault
2018-02-01Improve loggingDrew DeVault
2018-02-01Reduce boilerplate in worker/UIDrew DeVault
2018-02-01Delete callbacks when doneDrew DeVault
2018-02-01Add worker callbacks to account UIDrew DeVault
2018-01-31Add certificate approval flowDrew DeVault
2018-01-31Improve loggingDrew DeVault
2018-01-14Connect to IMAP server, login and idleemersion
2018-01-11Move worker into account tabDrew DeVault
2018-01-10Add commentDrew DeVault
2018-01-10Improve invalidation logicDrew DeVault