Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ex line into account | Drew DeVault | 2019-01-13 | 2 | -66/+58 |
* | Move status line into account, update behavior | Drew DeVault | 2019-01-13 | 2 | -15/+44 |
* | Remove old account widget | Drew DeVault | 2019-01-13 | 1 | -97/+0 |
* | Initialize worker in account widget | Drew DeVault | 2019-01-13 | 5 | -3/+66 |
* | Add basic account widget, populate real acct views | Drew DeVault | 2019-01-13 | 4 | -30/+61 |
* | refactor lib/ui/tab to ensure staying in bounds | Markus Ongyerth | 2018-06-13 | 1 | -8/+21 |
* | Apply gofmt | Drew DeVault | 2018-06-12 | 2 | -9/+10 |
* | fallthrough in worker selection | Markus Ongyerth | 2018-06-12 | 1 | -1/+1 |
* | Fix tab invalidation bugs | Drew DeVault | 2018-06-11 | 1 | -1/+5 |
* | Apply gofmt | Drew DeVault | 2018-06-11 | 6 | -17/+17 |
* | Clean up some old code | Drew DeVault | 2018-06-11 | 2 | -10/+6 |
* | Move sidebar into account tabs | Drew DeVault | 2018-06-11 | 2 | -20/+33 |
* | Use default color for selected tab | Drew DeVault | 2018-06-07 | 1 | -3/+9 |
* | Update go.mod | Drew DeVault | 2018-06-01 | 1 | -7/+10 |
* | switch to tcell from termbox | Markus Ongyerth | 2018-06-01 | 12 | -159/+151 |
* | Switch to vgo | Drew DeVault | 2018-03-02 | 4 | -25/+10 |
* | Summon exline on demand | Drew DeVault | 2018-02-27 | 1 | -11/+24 |
* | Push commands to the status stack | Drew DeVault | 2018-02-27 | 1 | -4/+3 |
* | Pull main aerc UI into widget | Drew DeVault | 2018-02-27 | 5 | -83/+130 |
* | Add statusline widget | Drew DeVault | 2018-02-27 | 3 | -7/+119 |
* | Add stack UI container | Drew DeVault | 2018-02-27 | 3 | -8/+84 |
* | Make ex line fully unicode aware | Drew DeVault | 2018-02-27 | 1 | -20/+19 |
* | Split UI library and widgets | Drew DeVault | 2018-02-26 | 11 | -25/+34 |
* | Implement basic ex line input | Drew DeVault | 2018-02-26 | 5 | -4/+162 |
* | Add fake status line | Drew DeVault | 2018-02-17 | 1 | -1/+2 |
* | Add text widget | Drew DeVault | 2018-02-17 | 2 | -0/+74 |
* | Add borders widget | Drew DeVault | 2018-02-17 | 3 | -39/+123 |
* | Cycle tabs for demoy goodness | Drew DeVault | 2018-02-17 | 1 | -2/+4 |
* | Implement tab container | Drew DeVault | 2018-02-17 | 3 | -15/+146 |
* | Polish up grid and add new rendering loop | Drew DeVault | 2018-02-17 | 8 | -202/+126 |
* | Add grid rendering, probably | Drew DeVault | 2018-02-17 | 2 | -9/+76 |
* | Initial pass on new frontend design | Drew DeVault | 2018-02-16 | 3 | -0/+177 |
* | Make Makefile more POSIXly portable | Drew DeVault | 2018-02-13 | 1 | -2/+2 |
* | Tidy up list.go | Drew DeVault | 2018-02-02 | 1 | -22/+15 |
* | Refactoring; consume listing response | Drew DeVault | 2018-02-01 | 4 | -51/+55 |
* | Implement (most of) mailbox listing | Drew DeVault | 2018-02-01 | 4 | -3/+56 |
* | Improve logging | Drew DeVault | 2018-02-01 | 2 | -10/+22 |
* | Reduce boilerplate in worker/UI | Drew DeVault | 2018-02-01 | 4 | -74/+100 |
* | Delete callbacks when done | Drew DeVault | 2018-02-01 | 1 | -0/+1 |
* | Add worker callbacks to account UI | Drew DeVault | 2018-02-01 | 1 | -15/+32 |
* | Add certificate approval flow | Drew DeVault | 2018-01-31 | 3 | -41/+91 |
* | Improve logging | Drew DeVault | 2018-01-31 | 5 | -20/+68 |
* | Connect to IMAP server, login and idle | emersion | 2018-01-14 | 3 | -11/+114 |
* | Move worker into account tab | Drew DeVault | 2018-01-11 | 8 | -38/+86 |
* | Add comment | Drew DeVault | 2018-01-10 | 1 | -0/+1 |
* | Improve invalidation logic | Drew DeVault | 2018-01-10 | 3 | -12/+26 |
* | Make termbox event loop async | Drew DeVault | 2018-01-10 | 5 | -18/+126 |
* | Renderer scaffolding | Drew DeVault | 2018-01-10 | 4 | -6/+100 |
* | Misc idiomatic fixes | emersion | 2018-01-10 | 4 | -33/+21 |
* | Sleep main and worker loops on idle | Drew DeVault | 2018-01-10 | 2 | -1/+8 |