summaryrefslogtreecommitdiff
path: root/lib/ui/tab.go
AgeCommit message (Expand)Author
2022-07-23tabs: make it more thread safeRobin Jarry
2022-07-23tabs: make fields privateRobin Jarry
2022-07-18Revert "fix panic on closing a tab"Moritz Poldrack
2022-07-10fix panic on closing a tabMoritz Poldrack
2022-04-17aerc: use contextual ui styleset for tabs/composeKoni Marti
2021-11-05go.mod: change base git urlRobin Jarry
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-27Add Style configurationReto Brunner
2020-04-20fix: Close unused MessageView when swapping viewRay Ganardi
2020-03-09Add pinned tabsJeffas
2020-03-03Add move-tab commandJeffas
2019-10-14Fix tab refocus on removeJeffas
2019-10-14Fix pushing invalid tabs to historyJeffas
2019-09-18Focus new tab after removeJeffas
2019-09-11Add MouseableJeffas
2019-07-26Fix tabstrip over-drawing when not enough spaceJeffas
2019-07-26Fix invalid tab state when deselecting removed tabDrew DeVault
2019-07-25Fix :close on terminal panicJeffas
2019-07-25Fix panic when tabs.popHistory is nonexistentDrew DeVault
2019-07-23Add change tab commandJeffas
2019-07-11Add clickable tabsJeffas
2019-06-11lib/ui/tab: Add Replace methodKevin Kuehler
2019-06-03Fix #116Drew DeVault
2019-06-02Add Tabs historyReto Brunner
2019-05-14Update tab name as subject changesDrew DeVault
2019-03-30Use tcell.Style.Reverse instead of black on whiteDrew DeVault
2019-03-17Add :term-closeDrew DeVault
2019-03-17Move exline handling up to aerc, add :termDrew DeVault
2019-01-20Implement the Container interface in lib/ui/Drew DeVault
2018-06-13refactor lib/ui/tab to ensure staying in boundsMarkus Ongyerth
2018-06-11Fix tab invalidation bugsDrew DeVault
2018-06-07Use default color for selected tabDrew DeVault
2018-06-01switch to tcell from termboxMarkus Ongyerth
2018-02-26Split UI library and widgetsDrew DeVault