aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* msgviewer: warn user when pager is not in PATHTim Culverhouse2022-11-061-1/+11
* compose: warn user when editor is not in PATHTim Culverhouse2022-11-062-5/+30
* status: add warning style and methodsTim Culverhouse2022-11-063-0/+14
* threadbuilder: sort siblings by sort criteriaKoni Marti2022-11-061-0/+1
* auto-completion: add option to require a min number of charsRobin Jarry2022-11-062-6/+30
* msglist: display reversed thread orderingKoni Marti2022-10-272-56/+65
* threads: reverse thread orderingKoni Marti2022-10-271-0/+1
* store: reverse message list order with iteratorsKoni Marti2022-10-272-20/+37
* listbox: implement horizontal scrollingKoni Marti2022-10-261-1/+62
* split: prevent opening split when no messages are selectedTim Culverhouse2022-10-191-6/+16
* command/help: remove helpClose functionTim Culverhouse2022-10-191-20/+0
* terminal: properly handle cursor displayTim Culverhouse2022-10-191-15/+13
* msgview: add separate date formattingBence Ferdinandy2022-10-191-6/+20
* dirtree: fix folder scrollingKoni Marti2022-10-191-3/+2
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-181-0/+153
* msgviewer: simplify filter and pager command handlingTim Culverhouse2022-10-181-92/+30
* compose: warn before sending without attachmentJason Cox2022-10-172-0/+24
* switch-account: fix out-of-bounds panicKoni Marti2022-10-171-0/+3
* filters: export mime type and filename in envRobin Jarry2022-10-161-1/+6
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-13/+7
* filters: append well known dirs to exec PATHRobin Jarry2022-10-161-0/+6
* compose: don't lock call to composer.grid.MouseEventTim Culverhouse2022-10-121-1/+3
* mailto: allow attaching of filesMoritz Poldrack2022-10-121-0/+10
* invalidatable: cleanup dead codeTim Culverhouse2022-10-1216-128/+27
* compose: avoid deadlock when adding new headerRobin Jarry2022-10-111-1/+5
* compose: fix mouse focus of header editorsRobin Jarry2022-10-111-0/+6
* terminal: use Invalidate and QueueRedrawTim Culverhouse2022-10-071-14/+2
* aerc: use single event loopTim Culverhouse2022-10-074-34/+19
* compose: avoid double lock in MouseEventTim Culverhouse2022-10-051-2/+5
* viewer: option to not mark message as seenKoni Marti2022-10-041-2/+2
* bindings: properly check for exKey keystrokesTim Culverhouse2022-10-031-1/+9
* logging: substitute %w for %vKoni Marti2022-10-022-2/+2
* terminal: fix race conditions on access to cmdTim Culverhouse2022-10-021-35/+11
* terminal: remove invalidate methodTim Culverhouse2022-09-291-5/+1
* dirlist: prevent race condition on accessing uiconfigTim Culverhouse2022-09-291-0/+4
* imap: stop checkmail if there are pending actionskt programs2022-09-291-6/+19
* compose: prevent out of bounds accessRobin Jarry2022-09-291-0/+26
* notmuch: move logic for dynamic folders to backendKoni Marti2022-09-291-13/+0
* exline: don't draw completions for keybindsTim Culverhouse2022-09-292-3/+20
* checkmail: protect access to acct.checkingmailTim Culverhouse2022-09-261-0/+6
* dirlist: avoid race from accessing ui config in Select debounceTim Culverhouse2022-09-261-1/+2
* terminal: prevent draw loop when unfocusedTim Culverhouse2022-09-261-0/+3
* grid: remove unused method ChildrenTim Culverhouse2022-09-202-8/+0
* dirlist: don't invalidate on spinner.InvalidateTim Culverhouse2022-09-201-3/+0
* switch: add -n and -p flags for relative switchRobin Jarry2022-09-201-0/+36
* composer: restructure to implement account switchingKoni Marti2022-09-192-30/+106
* msgviewer: fix segfault when closing viewerRobin Jarry2022-09-191-1/+0
* terminal: don't invalidate on EventWidgetContentTim Culverhouse2022-09-191-1/+0
* terminal: protect calls to terminal methods throughout aercTim Culverhouse2022-09-192-1/+6
* terminal: improve mouse supportTim Culverhouse2022-09-152-12/+11