about summary refs log tree commit diff stats
path: root/lib/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update internal state and draw from the same goroutineSimon Ser2019-05-192-4/+7
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-0/+4
* Update tab name as subject changesDrew DeVault2019-05-142-1/+18
* Spec out review message screenDrew DeVault2019-05-131-3/+3
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-121-3/+3
* Add initial compose widgetDrew DeVault2019-05-121-2/+3
* Refactor ctx stashing out of exlineDrew DeVault2019-05-111-0/+2
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-111-0/+136
* lib/ui: fix UI.Exit race conditionSimon Ser2019-05-051-2/+13
* lib/ui: fix Grid race conditionSimon Ser2019-05-051-1/+20
* lib/ui: fix GridCell.invalid raceSimon Ser2019-04-291-5/+6
* lib/ui: introduce InvalidatableSimon Ser2019-04-274-32/+37
* Add basic message viewer mockupDrew DeVault2019-03-301-0/+10
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-303-10/+14
* Add :term-closeDrew DeVault2019-03-172-3/+7
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-3/+5
* Add basic terminal widgetDrew DeVault2019-03-172-0/+3
* Add :quit commandDrew DeVault2019-03-151-5/+0
* Implement the Container interface in lib/ui/Drew DeVault2019-01-205-7/+26
* Merge lib/ui/interfaces.go and add anotherDrew DeVault2019-01-203-30/+42
* Make repeated invalidations more efficientDrew DeVault2019-01-141-0/+10
* Add cursor handling in ex lineDrew DeVault2019-01-141-8/+9
* Revert "Add abstract list, update dirlist accordingly"Drew DeVault2019-01-132-111/+0
* Revert "Render selected list item differently"Drew DeVault2019-01-131-1/+0
* Render selected list item differentlyDrew DeVault2019-01-131-0/+1
* Add abstract list, update dirlist accordinglyDrew DeVault2019-01-132-0/+111
* refactor lib/ui/tab to ensure staying in boundsMarkus Ongyerth2018-06-131-8/+21