summaryrefslogtreecommitdiff
path: root/lib/ui
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-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-05-06pgp: check encryption keys before sending messageTim Culverhouse
2022-04-28grid: don't draw at a negative offsetConnor Kuehl
2022-04-17aerc: use contextual ui styleset for tabs/composeKoni Marti
2022-03-25completion: install panic handler in completion callbackRobin Jarry
2022-03-23logging: added a log on panicMoritz Poldrack
2022-02-03lib/ui/textinput: stop at /, ", and ' charsPranjal Kole
2022-01-07completions: add support for completing multiple addressesParasrah
2021-11-30style: customize vertical and horizontal border charactersDian M Fay
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28view,compose: use border color to separate headers from bodyRobin Jarry
2021-08-30lib/ui/textinput: Optimize ensureScrollAdnan Maolood
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-09-10Remove unused Simulator interfaceReto Brunner
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-06-09Make grid sizes dynamicJeffas
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-27Add Style configurationReto Brunner
2020-05-05libui: don't require beeper for main contentDrew DeVault
2020-05-05Fix array out of bounds errorburrowing-owl
2020-04-20fix: Close unused MessageView when swapping viewRay Ganardi
2020-03-09Add pinned tabsJeffas
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
2020-03-03Add move-tab commandJeffas
2020-01-09compose: don't call ti.tabcomplete when it is nilTimmy Douglas
2020-01-05Don't select completions until tab has been pressedBen Burwell
2019-12-21Show textinput completions in popoversBen Burwell
2019-12-21Add popoversBen Burwell
2019-11-17Add UI options to save/pipe messages with unsupported mimetypesGreg Anders
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-08-12Add delete forward <C-k> and backward <C-u>Christopher Vittal
2019-08-03Remove aerc specific code from the uiNicolai Dagestad
2019-07-29Ring bell when new messages arriveBen Burwell
2019-07-26Fix tabstrip over-drawing when not enough spaceJeffas
2019-07-26Add tab completion to textinputsJeffas
2019-07-26Fix invalid tab state when deselecting removed tabDrew DeVault
2019-07-25Fix :close on terminal panicJeffas
2019-07-25Fix grid creating too large subcontextsJeffas
2019-07-25Fix panic when tabs.popHistory is nonexistentDrew DeVault
2019-07-23Add change tab commandJeffas
2019-07-17Display user specified headers in viewer if presentDaniel Bridges