aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui
Commit message (Expand)AuthorAgeFilesLines
...
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-032-5/+5
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-061-0/+14
* grid: don't draw at a negative offsetConnor Kuehl2022-04-281-0/+4
* aerc: use contextual ui styleset for tabs/composeKoni Marti2022-04-171-4/+10
* completion: install panic handler in completion callbackRobin Jarry2022-03-251-0/+2
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* lib/ui/textinput: stop at /, ", and ' charsPranjal Kole2022-02-031-5/+11
* completions: add support for completing multiple addressesParasrah2022-01-071-5/+6
* style: customize vertical and horizontal border charactersDian M Fay2021-11-301-4/+7
* go.mod: change base git urlRobin Jarry2021-11-054-4/+4
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-281-4/+7
* lib/ui/textinput: Optimize ensureScrollAdnan Maolood2021-08-301-5/+5
* update tcell to v2 and enable TrueColor supporty0ast2020-12-1811-12/+12
* Remove unused Simulator interfaceReto Brunner2020-09-101-5/+0
* Implement style configuration.Kalyan Sriram2020-08-065-60/+48
* Revert "Implement style configuration."Reto Brunner2020-07-305-48/+60
* Implement style configuration.Kalyan Sriram2020-07-305-60/+48
* Make grid sizes dynamicJeffas2020-06-091-10/+16
* Revert "Add Style configuration"Drew DeVault2020-05-285-48/+60
* Add Style configurationReto Brunner2020-05-275-60/+48
* libui: don't require beeper for main contentDrew DeVault2020-05-051-2/+4
* Fix array out of bounds errorburrowing-owl2020-05-051-1/+1
* fix: Close unused MessageView when swapping viewRay Ganardi2020-04-201-0/+5
* Add pinned tabsJeffas2020-03-091-5/+62
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-032-0/+8
* Add move-tab commandJeffas2020-03-031-0/+41
* compose: don't call ti.tabcomplete when it is nilTimmy Douglas2020-01-091-0/+4
* Don't select completions until tab has been pressedBen Burwell2020-01-051-6/+8
* Show textinput completions in popoversBen Burwell2019-12-211-50/+223
* Add popoversBen Burwell2019-12-213-9/+102
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-1/+2
* Fix tab refocus on removeJeffas2019-10-141-8/+14
* Fix pushing invalid tabs to historyJeffas2019-10-141-1/+4
* Focus new tab after removeJeffas2019-09-181-0/+4
* Add MouseableJeffas2019-09-116-24/+164
* Add delete forward <C-k> and backward <C-u>Christopher Vittal2019-08-121-0/+29
* Remove aerc specific code from the uiNicolai Dagestad2019-08-031-7/+5
* Ring bell when new messages arrive0.2.0Ben Burwell2019-07-292-1/+11
* Fix tabstrip over-drawing when not enough spaceJeffas2019-07-261-1/+8
* Add tab completion to textinputsJeffas2019-07-261-10/+74
* Fix invalid tab state when deselecting removed tabDrew DeVault2019-07-261-1/+1
* Fix :close on terminal panicJeffas2019-07-251-0/+5
* Fix grid creating too large subcontextsJeffas2019-07-251-0/+9
* Fix panic when tabs.popHistory is nonexistentDrew DeVault2019-07-251-1/+1
* Add change tab commandJeffas2019-07-231-5/+20
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-0/+14
* Fix grid widths when using weighted widthsJeffas2019-07-171-3/+14
* Add MouseEnabled config settingJeffas2019-07-171-1/+3
* Fix text input cursor position with non-ASCII textTuomas Siipola2019-07-171-3/+3
* Add clickable tabsJeffas2019-07-113-0/+36