about summary refs log tree commit diff stats
path: root/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Implement default in accounts.confDrew DeVault2019-03-151-1/+1
|
* Implement sidebar-width config optionDrew DeVault2019-03-152-3/+2
|
* Fix nil dereference on rapidly cycling foldersDrew DeVault2019-03-151-1/+1
|
* Rig up key bindingsDrew DeVault2019-03-154-32/+62
|
* Implement key bindings subsystemDrew DeVault2019-03-151-4/+2
| | | | Which is not yet rigged up
* widgets/directories.go -> widgets/dirlist.goDrew DeVault2019-03-141-0/+0
|
* Implement :{next,prev}-messageDrew DeVault2019-03-142-0/+24
|
* Invalidate when UIDs finish downloadingDrew DeVault2019-03-141-4/+0
|
* Use cached message store when re-opening dirsDrew DeVault2019-03-141-1/+9
|
* Implement :cd commandDrew DeVault2019-03-142-2/+21
|
* Display message subjects in message listDrew DeVault2019-03-142-4/+23
|
* Implement message store side of message fetchingDrew DeVault2019-03-142-12/+54
|
* Lay out message list widget basic designDrew DeVault2019-03-143-4/+108
|
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-102-6/+65
|
* Improve error reportingDrew DeVault2019-03-101-3/+2
|
* Flesh out command parsing & handlingDrew DeVault2019-03-101-1/+1
|
* Start building out command subsystemDrew DeVault2019-03-103-7/+54
|
* Fix buildElias Naur2019-02-102-2/+3
|
* Implement Container interface in widgets/Drew DeVault2019-01-202-0/+8
|
* Send commands up to the top-level aerc widgetDrew DeVault2019-01-142-12/+24
|
* Add cursor handling in ex lineDrew DeVault2019-01-141-3/+9
|
* Handle errors from worker initializationDrew DeVault2019-01-131-1/+1
|
* Swap message list placeholder for spinnerDrew DeVault2019-01-131-1/+3
|
* Add loading spinnerDrew DeVault2019-01-132-1/+99
|
* Handle connection errors properlyDrew DeVault2019-01-131-3/+4
|
* Issue IMAP SELECT commandDrew DeVault2019-01-131-0/+1
|
* Simplify approach to directory listDrew DeVault2019-01-132-8/+35
| | | | This doesn't really need to be abstract tbh
* Revert "Add abstract list, update dirlist accordingly"Drew DeVault2019-01-131-45/+26
| | | | This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267.
* Revert "Render selected list item differently"Drew DeVault2019-01-131-7/+3
| | | | This reverts commit 60284850f22624a03996e882fcfd6aeb2af88b93.
* Render selected list item differentlyDrew DeVault2019-01-131-3/+7
|
* Add abstract list, update dirlist accordinglyDrew DeVault2019-01-131-26/+45
|
* Filter dirlist according to user configDrew DeVault2019-01-132-6/+19
|
* Add directory list widgetDrew DeVault2019-01-132-23/+84
|
* Move ex line into accountDrew DeVault2019-01-132-66/+58
|
* Move status line into account, update behaviorDrew DeVault2019-01-132-15/+44
|
* Remove old account widgetDrew DeVault2019-01-131-97/+0
|
* Initialize worker in account widgetDrew DeVault2019-01-132-3/+56
|
* Add basic account widget, populate real acct viewsDrew DeVault2019-01-132-27/+45
|
* Apply gofmtDrew DeVault2018-06-121-8/+8
|
* Apply gofmtDrew DeVault2018-06-113-10/+10
|
* Move sidebar into account tabsDrew DeVault2018-06-111-16/+29
| | | | | This is accomplished through a bit of a hack, the statusbar is able to be a child of multiple dudes
* switch to tcell from termboxMarkus Ongyerth2018-06-013-58/+45
| | | | | | | | | | | | | This is a simple mostly straight forward switch to tcell in favor of termbox. It uses the tcell native api (not the compat layer) but does not make use of most features. Further changes should include moving to tcell's views.TextArea and the general built in widget behaviour instead of the current ad hoc implementation. Regression: Cursor isn't shown in ex-line
* Summon exline on demandDrew DeVault2018-02-271-11/+24
|
* Push commands to the status stackDrew DeVault2018-02-271-4/+3
|
* Pull main aerc UI into widgetDrew DeVault2018-02-271-0/+91
|
* Add statusline widgetDrew DeVault2018-02-272-5/+105
|
* Make ex line fully unicode awareDrew DeVault2018-02-271-20/+19
|
* Split UI library and widgetsDrew DeVault2018-02-262-0/+226