aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
Commit message (Collapse)AuthorAgeFilesLines
* RAW -> raw photosPřemysl Eric Janouch2021-12-021-1/+1
|
* Support using libtiff directlyPřemysl Eric Janouch2021-11-281-2/+2
| | | | | | Multiple directories are read as multiple pages. The error handling is mildly questionable, as is libtiff.
* Update READMEPřemysl Eric Janouch2021-11-231-0/+2
|
* Update READMEPřemysl Eric Janouch2021-11-221-0/+8
|
* Update READMEPřemysl Eric Janouch2021-11-221-2/+6
|
* Update READMEPřemysl Eric Janouch2021-11-211-0/+1
| | | | | I've noticed people often desire editing capabilities, which is an unreasonable expectation.
* Add support for opening Xcursor filesPřemysl Eric Janouch2021-11-171-1/+1
| | | | | | Sadly, they don't have a canonical extension, and they don't show up in the browser. We might want to employ some level of sniffing. The first 16 bytes are enough to identify a lot.
* Make this work at all in macOS/HomebrewPřemysl Eric Janouch2021-11-161-2/+2
|
* Use spng to load thumbnailsPřemysl Eric Janouch2021-11-121-1/+1
| | | | | | | | | | Speed matters here, and this makes us about 20 percent faster at loading large directories. Moreover, libpng's PNG_ALPHA_BROKEN is indeed broken. Thumbnails have a fairly fixed format, so there are very few practical corner cases that could have been missed.
* README.adoc: fix dependency listPřemysl Eric Janouch2021-11-111-1/+2
|
* Add support for defaulting to gdk-pixbufPřemysl Eric Janouch2021-11-101-1/+1
|
* Add very basic SVG supportPřemysl Eric Janouch2021-11-101-2/+2
| | | | | | | We need to refactor, so that SVGs are pre-rendered on each change of scaling by librsvg directly, because some elements may be rasterized. It would be best to also support building against resvg.
* Improve thumbnail scaling and alignmentPřemysl Eric Janouch2021-11-031-2/+2
| | | | | | Stretch thumbnails by up to half a pixel so that they align nicely. Make use of pixman's sRGB mode.
* Update READMEPřemysl Eric Janouch2021-11-011-35/+7
|
* 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-1/+2
| | | | Extracting the appropriate globs from the MIME database.
* Make <q> and <Escape> quit, update READMEPřemysl Eric Janouch2021-09-161-0/+3
|
* Update READMEPřemysl Eric Janouch2021-09-161-2/+30
|
* Add RAW support using LibRawPřemysl Eric Janouch2021-09-161-2/+3
|
* Initial commitPřemysl Eric Janouch2021-09-151-0/+39