Add a customized sidebar widget

Slowly eliminating all potential uses of GTK+'s standalone
file open dialog, which is highly duplicitous.
This commit is contained in:
2021-11-18 22:00:08 +01:00
parent 3bc07e00d9
commit 216767d7ee
4 changed files with 428 additions and 49 deletions

View File

@@ -31,7 +31,7 @@ configure_file(
)
exe = executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c',
'fastiv-browser.c', 'xdg.c',
'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c',
install : true,
dependencies : [dependencies])