about summary refs log tree commit diff stats
path: root/lib/ui
Commit message (Expand)AuthorAgeFilesLines
* 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 arrive 0.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
* Implement basic tab completion supportGregory Mullen2019-06-291-0/+8
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-111-0/+16
* Fix #116 0.1.0Drew DeVault2019-06-031-1/+1
* Add Tabs historyReto Brunner2019-06-021-4/+34
* ensureScroll on text input framesDrew DeVault2019-05-251-0/+2
* Implement scrolling in text inputDrew DeVault2019-05-251-3/+31
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-1/+1
* New account wizard, part oneDrew DeVault2019-05-212-10/+23
* lib/ui/ui: use atomic instead of channelSimon Ser2019-05-191-26/+21