Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add move-tab command | Jeffas | 2020-03-03 | 1 | -0/+41 |
* | Fix tab refocus on remove | Jeffas | 2019-10-14 | 1 | -8/+14 |
* | Fix pushing invalid tabs to history | Jeffas | 2019-10-14 | 1 | -1/+4 |
* | Focus new tab after remove | Jeffas | 2019-09-18 | 1 | -0/+4 |
* | Add Mouseable | Jeffas | 2019-09-11 | 1 | -21/+81 |
* | Fix tabstrip over-drawing when not enough space | Jeffas | 2019-07-26 | 1 | -1/+8 |
* | Fix invalid tab state when deselecting removed tab | Drew DeVault | 2019-07-26 | 1 | -1/+1 |
* | Fix :close on terminal panic | Jeffas | 2019-07-25 | 1 | -0/+5 |
* | Fix panic when tabs.popHistory is nonexistent | Drew DeVault | 2019-07-25 | 1 | -1/+1 |
* | Add change tab command | Jeffas | 2019-07-23 | 1 | -5/+20 |
* | Add clickable tabs | Jeffas | 2019-07-11 | 1 | -0/+28 |
* | lib/ui/tab: Add Replace method | Kevin Kuehler | 2019-06-11 | 1 | -0/+16 |
* | Fix #116 0.1.0 | Drew DeVault | 2019-06-03 | 1 | -1/+1 |
* | Add Tabs history | Reto Brunner | 2019-06-02 | 1 | -4/+34 |
* | Update tab name as subject changes | Drew DeVault | 2019-05-14 | 1 | -1/+3 |
* | Use tcell.Style.Reverse instead of black on white | Drew DeVault | 2019-03-30 | 1 | -9/+3 |
* | Add :term-close | Drew DeVault | 2019-03-17 | 1 | -2/+2 |
* | Move exline handling up to aerc, add :term | Drew DeVault | 2019-03-17 | 1 | -3/+5 |
* | Implement the Container interface in lib/ui/ | Drew DeVault | 2019-01-20 | 1 | -0/+8 |
* | refactor lib/ui/tab to ensure staying in bounds | Markus Ongyerth | 2018-06-13 | 1 | -8/+21 |
* | Fix tab invalidation bugs | Drew DeVault | 2018-06-11 | 1 | -1/+5 |
* | Use default color for selected tab | Drew DeVault | 2018-06-07 | 1 | -3/+9 |
* | switch to tcell from termbox | Markus Ongyerth | 2018-06-01 | 1 | -13/+6 |
* | Split UI library and widgets | Drew DeVault | 2018-02-26 | 1 | -0/+115 |