aboutsummaryrefslogtreecommitdiff
path: root/fiv-browser.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Move thumbnails into their own source filePřemysl Eric Janouch2021-12-281-15/+15
| | | | And clean up identifiers.
* Clean upPřemysl Eric Janouch2021-12-281-6/+5
|
* Avoid producing thumbnails of thumbnailsPřemysl Eric Janouch2021-12-281-0/+11
|
* Try to regenerate low quality thumbnailsPřemysl Eric Janouch2021-12-281-3/+8
|
* Clean upPřemysl Eric Janouch2021-12-281-46/+40
| | | | | This makes the thumbnailer able to load at most one directory, which we don't particularly mind.
* Implement trivial wide thumbnail productionPřemysl Eric Janouch2021-12-271-0/+123
| | | | Also make libwebp a required dependency.
* Add a context menu to opened directoriesPřemysl Eric Janouch2021-12-201-1/+10
| | | | So that they can be opened with, e.g., Thunar.
* Optimize thumbnail renderingPřemysl Eric Janouch2021-12-201-4/+10
| | | | | | Massive responsivity gains have been achieved here. Rescaling performance doesn't seem to be particularly affected.
* Adopt shorter identifiersPřemysl Eric Janouch2021-12-181-0/+1064
Also, slightly reformat the source code according to clang-format.