aboutsummaryrefslogtreecommitdiff
path: root/fastiv-sidebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow opening in a new window from the sidebarPřemysl Eric Janouch2021-11-261-5/+8
|
* Mildly improve path autocompletionPřemysl Eric Janouch2021-11-231-1/+6
|
* Add a tooltip to ellipsized directory labelsPřemysl Eric Janouch2021-11-221-0/+16
|
* Sort files in the browser as wellPřemysl Eric Janouch2021-11-211-17/+6
|
* Implement filtering by supported extensionsPřemysl Eric Janouch2021-11-211-33/+14
|
* Sort files and directories by namePřemysl Eric Janouch2021-11-211-2/+26
|
* Add some custom action buttons to the sidebarPřemysl Eric Janouch2021-11-201-12/+50
| | | | | | So far they're inactive, and do not do anything. Change the icon for the current directory to stand out.
* Make C-l interpret relative paths betterPřemysl Eric Janouch2021-11-191-32/+58
| | | | It is quite hard to make this work good. At least it's not terrible.
* Add a customized sidebar widgetPřemysl Eric Janouch2021-11-191-0/+351
Slowly eliminating all potential uses of GTK+'s standalone file open dialog, which is highly duplicitous.