about summary refs log tree commit diff stats
path: root/widgets
Commit message (Collapse)AuthorAgeFilesLines
* moar colorsDrew DeVault2019-03-171-4/+10
|
* Fix scrolling issues on :select-messageDrew DeVault2019-03-171-0/+7
|
* s/:term-close/:close/gDrew DeVault2019-03-171-1/+0
|
* Wrap Terminal in TermHostDrew DeVault2019-03-173-1/+58
|
* Add :term-closeDrew DeVault2019-03-172-12/+38
|
* Handle terminal title, login shellDrew DeVault2019-03-172-1/+13
|
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-0/+16
|
* Move exline handling up to aerc, add :termDrew DeVault2019-03-173-112/+148
|
* commands: handle case where no account selectedDrew DeVault2019-03-171-1/+5
|
* Fix terminal colors; wait until tty size is knownDrew DeVault2019-03-171-21/+75
|
* Add basic terminal widgetDrew DeVault2019-03-174-6/+213
|
* Implement :select-messageDrew DeVault2019-03-151-0/+9
|
* Implement scrolling in message listDrew DeVault2019-03-151-3/+14
|
* Implement :next-message n%Drew DeVault2019-03-151-0/+6
|
* Move MessageStore into its own fileDrew DeVault2019-03-152-86/+7
|
* 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
|