Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use spng to load thumbnails | Přemysl Eric Janouch | 2021-11-12 | 1 | -108/+99 |
| | | | | | | | | | | 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. | ||||
* | Update comments | Přemysl Eric Janouch | 2021-11-12 | 1 | -7/+13 |
| | |||||
* | Add support for defaulting to gdk-pixbuf | Přemysl Eric Janouch | 2021-11-10 | 1 | -0/+33 |
| | |||||
* | Also render SVGs with unspecified dimensions | Přemysl Eric Janouch | 2021-11-10 | 1 | -5/+20 |
| | |||||
* | Improve librsvg integration | Přemysl Eric Janouch | 2021-11-10 | 1 | -6/+11 |
| | | | | Let it load external <image>s and not rescale images. | ||||
* | Add very basic SVG support | Přemysl Eric Janouch | 2021-11-10 | 1 | -1/+97 |
| | | | | | | | 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. | ||||
* | Split out xdg.{c,h} | Přemysl Eric Janouch | 2021-11-01 | 1 | -3/+2 |
| | |||||
* | Incorporate most clang-format changes | Přemysl Eric Janouch | 2021-11-01 | 1 | -35/+34 |
| | |||||
* | Split out fastiv-io.h, move media types list | Přemysl Eric Janouch | 2021-11-01 | 1 | -0/+14 |
| | |||||
* | Add a prototype of a directory view widget | Přemysl Eric Janouch | 2021-10-20 | 1 | -6/+11 |
| | |||||
* | Add a thumbnail loader | Přemysl Eric Janouch | 2021-10-04 | 1 | -0/+188 |
| | | | | So far not used, we'll need another widget to make use of it. | ||||
* | Improve comment wording | Přemysl Eric Janouch | 2021-10-01 | 1 | -1/+2 |
| | |||||
* | Split out image loaders into fastiv-io.c | Přemysl Eric Janouch | 2021-09-20 | 1 | -0/+426 |