aboutsummaryrefslogtreecommitdiff
path: root/fastiv-browser.c
Commit message (Collapse)AuthorAgeFilesLines
* Pre-layout the browserPřemysl Eric Janouch2021-11-061-40/+139
| | | | Now the widget is scrollable.
* Don't rescale thumbnails in sRGBPřemysl Eric Janouch2021-11-041-4/+6
| | | | pixman is too slow at this, maybe do it later, and optionally.
* Pre-scale loaded thumbnails, and only when neededPřemysl Eric Janouch2021-11-031-54/+67
|
* Improve thumbnail scaling and alignmentPřemysl Eric Janouch2021-11-031-7/+45
| | | | | | Stretch thumbnails by up to half a pixel so that they align nicely. Make use of pixman's sRGB mode.
* Incorporate most clang-format changesPřemysl Eric Janouch2021-11-011-27/+25
|
* Split out fastiv-io.h, move media types listPřemysl Eric Janouch2021-11-011-0/+1
|
* Add a prototype of a directory view widgetPřemysl Eric Janouch2021-10-201-0/+233