aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump wuffsPřemysl Eric Janouch2021-11-021-0/+0
| | | | No great differences.
* Clean up and fix key handlingPřemysl Eric Janouch2021-11-011-30/+55
| | | | Arrow keys now work.
* Update READMEPřemysl Eric Janouch2021-11-011-35/+7
|
* Split out xdg.{c,h}Přemysl Eric Janouch2021-11-015-175/+210
|
* Incorporate most clang-format changesPřemysl Eric Janouch2021-11-017-110/+102
|
* Add clang-format configurationPřemysl Eric Janouch2021-11-011-0/+12
|
* Split out fastiv-io.h, move media types listPřemysl Eric Janouch2021-11-016-25/+49
|
* tools: fix the MakefilePřemysl Eric Janouch2021-11-011-1/+1
|
* 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-206-11/+298
|
* 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-172-4/+9
| | | | It can be now overriden in the user's gtk.css.
* Round coordinates for image centringPřemysl Eric Janouch2021-10-161-2/+2
|
* Use bilinear filteringPřemysl Eric Janouch2021-10-161-0/+3
| | | | | It could be both faster and more accurate, though currently it's a good compromise.
* Zoom with the scroll wheelPřemysl Eric Janouch2021-10-121-3/+59
|
* Add a thumbnail loaderPřemysl Eric Janouch2021-10-044-2/+191
| | | | So far not used, we'll need another widget to make use of it.
* Enable directory browsingPřemysl Eric Janouch2021-10-043-32/+363
| | | | Extracting the appropriate globs from the MIME database.
* clean-up-thumbnail-cache.sh: local file URIs onlyPřemysl Eric Janouch2021-10-021-1/+1
|
* Add thumbnail cache inspection toolsPřemysl Eric Janouch2021-10-014-0/+280
|
* Improve comment wordingPřemysl Eric Janouch2021-10-011-1/+2
|
* Add a basic benchmarking toolPřemysl Eric Janouch2021-09-202-0/+73
|
* Split out image loaders into fastiv-io.cPřemysl Eric Janouch2021-09-204-402/+432
|
* Check the status of new Cairo surfaces properlyPřemysl Eric Janouch2021-09-181-6/+12
|
* Add internal support for image scalingPřemysl Eric Janouch2021-09-172-12/+31
|
* Invoke a file open dialog on C-o/oPřemysl Eric Janouch2021-09-171-12/+47
|
* Make the background black, center the imagePřemysl Eric Janouch2021-09-161-1/+18
| | | | | It might be a good idea to make the colour adjustable, at least being able to switch to white, for certain partly-transparent pictures.
* Make <q> and <Escape> quit, update READMEPřemysl Eric Janouch2021-09-162-0/+11
|
* Update READMEPřemysl Eric Janouch2021-09-161-2/+30
|
* Add an icon and a desktop filePřemysl Eric Janouch2021-09-164-2/+62
|
* Add RAW support using LibRawPřemysl Eric Janouch2021-09-164-7/+136
|
* Initial commitPřemysl Eric Janouch2021-09-158-0/+596