aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
Commit message (Collapse)AuthorAgeFilesLines
* Incorporate most clang-format changesPřemysl Eric Janouch2021-11-011-28/+24
|
* Split out fastiv-io.h, move media types listPřemysl Eric Janouch2021-11-011-21/+7
|
* Add file type filters to the file open dialogPřemysl Eric Janouch2021-10-231-2/+12
| | | | FWIW, since I've had to do this in another project already.
* Add a prototype of a directory view widgetPřemysl Eric Janouch2021-10-201-4/+26
|
* Don't try to open directoriesPřemysl Eric Janouch2021-10-191-1/+5
|
* Make a FIXME about bindings more precisePřemysl Eric Janouch2021-10-181-1/+1
|
* Don't hardcode the background colourPřemysl Eric Janouch2021-10-171-0/+6
| | | | It can be now overriden in the user's gtk.css.
* Add a thumbnail loaderPřemysl Eric Janouch2021-10-041-1/+1
| | | | So far not used, we'll need another widget to make use of it.
* Enable directory browsingPřemysl Eric Janouch2021-10-041-29/+359
| | | | Extracting the appropriate globs from the MIME database.
* Invoke a file open dialog on C-o/oPřemysl Eric Janouch2021-09-171-12/+47
|
* Make <q> and <Escape> quit, update READMEPřemysl Eric Janouch2021-09-161-0/+8
|
* Add an icon and a desktop filePřemysl Eric Janouch2021-09-161-0/+2
|
* Initial commitPřemysl Eric Janouch2021-09-151-0/+114