aboutsummaryrefslogtreecommitdiff
path: root/fiv-sidebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Show sidebar DnD targets when dragging breadcrumbsPřemysl Eric Janouch2022-01-071-0/+18
|
* Work around an annoying GTK+ issuePřemysl Eric Janouch2022-01-071-1/+14
|
* Turn breadcrumbs into DnD sourcesPřemysl Eric Janouch2022-01-071-0/+23
| | | | Now it makes sense to keep that GtkSidebar placeholder item around.
* Handle middle mouse clicks on breadcrumbsPřemysl Eric Janouch2022-01-071-6/+36
| | | | Also, don't act on button releases happening outside the widget.
* Add some padding to the location dialogPřemysl Eric Janouch2022-01-071-0/+2
| | | | It looked awful with Ubuntu's theme.
* Mildly improve Ubuntu 20.04 compatibilityPřemysl Eric Janouch2022-01-061-2/+13
|
* 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.