about summary refs log tree commit diff stats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Split UI library and widgetsDrew DeVault2018-02-2610-882/+0
* Implement basic ex line inputDrew DeVault2018-02-264-0/+156
* Add text widgetDrew DeVault2018-02-171-0/+71
* Add borders widgetDrew DeVault2018-02-172-23/+106
* Implement tab containerDrew DeVault2018-02-172-12/+134
* Polish up grid and add new rendering loopDrew DeVault2018-02-177-191/+87
* Add grid rendering, probablyDrew DeVault2018-02-172-9/+76
* Initial pass on new frontend designDrew DeVault2018-02-163-0/+177
* Refactoring; consume listing responseDrew DeVault2018-02-011-15/+22
* Implement (most of) mailbox listingDrew DeVault2018-02-011-0/+2
* Reduce boilerplate in worker/UIDrew DeVault2018-02-011-31/+15
* Delete callbacks when doneDrew DeVault2018-02-011-0/+1
* Add worker callbacks to account UIDrew DeVault2018-02-011-15/+32
* Add certificate approval flowDrew DeVault2018-01-311-7/+18
* Improve loggingDrew DeVault2018-01-311-12/+19
* Connect to IMAP server, login and idleemersion2018-01-141-0/+1
* Move worker into account tabDrew DeVault2018-01-114-12/+79
* Improve invalidation logicDrew DeVault2018-01-103-12/+26
* Make termbox event loop asyncDrew DeVault2018-01-104-13/+120
* Renderer scaffoldingDrew DeVault2018-01-102-0/+92