summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-27ui: avoid races with queue redrawRobin Jarry
2023-04-26ui: avoid duplicate queued redrawsRobin Jarry
2023-04-24mod: drop support for go 1.17Robin Jarry
2023-04-22directory: add role to template fieldsTim Culverhouse
2023-04-22directory: use directory to store rue countsTim Culverhouse
2023-04-22dirstore: store directory model in dirstoreTim Culverhouse
2023-04-22listDirectories: refactor listdirectories handlingTim Culverhouse
2023-04-22msgstore: create from types.Directory messageTim Culverhouse
2023-04-22capabilities: report capabilities from backendTim Culverhouse
2023-04-22msgstore: fetch message list based on OpenDirectory msgTim Culverhouse
2023-04-15templates: change layered fg & bg color prioritiesRobin Jarry
2023-04-15term: ignore redraw events when not visibleRobin Jarry
2023-04-01hooks: add aerc-shutdownMoritz Poldrack
2023-04-01hooks: add aerc-startup hookMoritz Poldrack
2023-04-01config: replace triggers with hooksMoritz Poldrack
2023-04-01tabs: make sure to close tab contentRobin Jarry
2023-03-31templates: fix layered fg & bg color for inline stylesRobin Jarry
2023-03-26parse msg-id lists more liberallyNguyễn Gia Phong
2023-03-13openers: support basic shell globbingRobin Jarry
2023-03-13openers: add mime type handling for open-linkRobin Jarry
2023-03-08templates: add conditional style methodRobin Jarry
2023-03-08templates: add switch/case functionsRobin Jarry
2023-03-08templates: add match functionRobin Jarry
2023-03-08templates: reverse args order for .StyleRobin Jarry
2023-03-08templates: make SubjectBase official apiRobin Jarry
2023-03-08templates: separate thread prefix from subjectRobin Jarry
2023-03-08templates: allow layered fg & bg color for inline stylesRobin Jarry
2023-03-07ipc: stay silent if command succeededMoritz Poldrack
2023-03-07ipc: allow triggering internal commands via IPCMoritz Poldrack
2023-03-07ipc: use an interface instead of a function listMoritz Poldrack
2023-03-07ipc: change protocol to JSONMoritz Poldrack
2023-03-07socket: refactor existing codeMoritz Poldrack
2023-03-07socket: extract functionality into ipc packageMoritz Poldrack
2023-03-04table: fix center paddingRobin Jarry
2023-03-02templates: allow inline user stylesTim Culverhouse
2023-03-02ui: parse strings for ansi stylesTim Culverhouse
2023-02-20dirlist: use templates instead of % mini languageRobin Jarry
2023-02-20templates: add compactDir functionRobin Jarry
2023-02-20statusline: add column based render formatRobin Jarry
2023-02-20statusline: move files to lib/stateRobin Jarry
2023-02-20ui/table: do not require width at constructionRobin Jarry
2023-02-20ui/table: allow zero width columnsRobin Jarry
2023-02-20format: remove unused codeRobin Jarry
2023-02-20triggers: use templates instead of % mini languageRobin Jarry
2023-02-20commands: expand template placeholdersAivars Vaivods
2023-02-20templates: add now functionRobin Jarry
2023-02-20templates: add firstnames and shortmboxes functionsRobin Jarry
2023-02-20templates: add message counts for specific foldersRobin Jarry
2023-02-20templates: fix mboxes functionRobin Jarry
2023-02-20templates: unify data interfaceRobin Jarry