Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: homogenize operations and minor fixes (gocritic) | Moritz Poldrack | 2022-08-04 | 1 | -4/+3 |
* | lint: ensure errors are at least logged (errcheck) | Moritz Poldrack | 2022-08-04 | 1 | -2/+9 |
* | lint: merge declaration and assignment (S1021) | Moritz Poldrack | 2022-08-04 | 1 | -2/+1 |
* | lint: simplify code (gosimple) | Moritz Poldrack | 2022-08-04 | 1 | -1/+1 |
* | lint: remove ineffectual assignments (ineffassign) | Moritz Poldrack | 2022-08-04 | 1 | -3/+0 |
* | lint: remove conditions that are always true (SA4003) | Moritz Poldrack | 2022-08-04 | 1 | -1/+1 |
* | lint: apply new formatting rules | Moritz Poldrack | 2022-08-01 | 1 | -1/+1 |
* | dirlist: fix panic when disconnecting with dirlist-tree=false | Tim Culverhouse | 2022-06-07 | 1 | -0/+4 |
* | style: add style config options for dirlist_unread and dirlist_recent | Tim Culverhouse | 2022-04-27 | 1 | -4/+15 |
* | scrollable: extract scrolling behavior for reuse | Koni Marti | 2022-03-03 | 1 | -38/+7 |
* | dirtree: implement foldable tree for directory list | Koni Marti | 2022-02-23 | 1 | -0/+468 |