aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* msgviewer: properly close embedded terminalRobin Jarry2022-09-151-6/+3
* terminal: check for context before calling it's methodsTim Culverhouse2022-09-151-3/+7
* term: add bracketed paste supportTim Culverhouse2022-09-141-0/+22
* term: replace go-libvterm with tcell-termTim Culverhouse2022-09-142-371/+77
* ui: cleanup internals and apiRobin Jarry2022-09-141-10/+5
* config: add option to hide timezone in sent emailsMoritz Poldrack2022-09-141-1/+5
* move: enable MoveMessages from msgstoreTim Culverhouse2022-08-221-42/+48
* store: improve cursor positionKoni Marti2022-08-221-2/+4
* dirtree: fix build errorsRobin Jarry2022-08-221-2/+3
* dirtree: add dirtree-collapse config settingSijmen2022-08-221-3/+6
* fix: Set proper UIConfig for msgstoresTim Culverhouse2022-08-224-24/+28
* store: extract marking behavior and add testsKoni Marti2022-08-223-7/+10
* wizard: add plaintext password warningKoni Marti2022-08-221-0/+18
* binds: display active keybinds in a dialog boxKoni Marti2022-08-222-0/+57
* widgets: add list box with filter/scrollbarKoni Marti2022-08-221-0/+239
* widgets: add dialog interfaceKoni Marti2022-08-222-1/+32
* go: removed io/ioutilMoritz Poldrack2022-08-221-3/+2
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-043-6/+6
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-0412-69/+54
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-043-22/+0
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-046-33/+115
* lint: merge declaration and assignment (S1021)Moritz Poldrack2022-08-041-2/+1
* lint: simplify code (gosimple)Moritz Poldrack2022-08-042-2/+2
* lint: remove ineffectual assignments (ineffassign)Moritz Poldrack2022-08-043-7/+3
* lint: remove unused structs and functions (unused)Moritz Poldrack2022-08-042-20/+0
* lint: remove conditions that are always true (SA4003)Moritz Poldrack2022-08-041-1/+1
* mailto: add account query parameterKoni Marti2022-08-011-5/+14
* lint: apply new formatting rulesMoritz Poldrack2022-08-0112-42/+40
* commands: add check-mail commandTim Culverhouse2022-08-011-2/+19
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-1/+1