aboutsummaryrefslogtreecommitdiff
path: root/fiv-sidebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Show available protocols in open location dialogPřemysl Eric Janouch2022-01-051-4/+16
|
* Factor out make_browser_sidebar()Přemysl Eric Janouch2022-01-051-1/+8
| | | | It's a very mild improvement, but an improvement nonetheless.
* Use a unified filesystem modelPřemysl Eric Janouch2022-01-051-55/+37
| | | | | | This removes some duplication of effort. So far, sorting adjustments are not exposed in the UI.
* Minor URL-related fix-upsPřemysl Eric Janouch2021-12-311-0/+1
|
* Convert all loading to use GFilePřemysl Eric Janouch2021-12-301-9/+14
| | | | Now we're able to make use of GVfs, with some caveats.
* Adopt shorter identifiersPřemysl Eric Janouch2021-12-181-0/+433
Also, slightly reformat the source code according to clang-format.