Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not lie as much in the desktop file | Přemysl Eric Janouch | 2021-11-18 | 1 | -1/+12 | |
| | ||||||
* | Add support for opening Xcursor files | Přemysl Eric Janouch | 2021-11-17 | 1 | -0/+3 | |
| | | | | | | 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. | |||||
* | Use the hand/pointer cursor in the browser | Přemysl Eric Janouch | 2021-11-13 | 1 | -2/+2 | |
| | | | | Also, fix the build. | |||||
* | Clean up | Přemysl Eric Janouch | 2021-11-13 | 1 | -2/+0 | |
| | ||||||
* | Actually add gdk-pixbuf to dependencies | Přemysl Eric Janouch | 2021-11-12 | 1 | -0/+1 | |
| | ||||||
* | Tell wrapped spng to give us a static library | Přemysl Eric Janouch | 2021-11-12 | 1 | -1/+2 | |
| | ||||||
* | Use spng to load thumbnails | Přemysl Eric Janouch | 2021-11-12 | 1 | -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. | |||||
* | Add support for defaulting to gdk-pixbuf | Přemysl Eric Janouch | 2021-11-10 | 1 | -0/+2 | |
| | ||||||
* | Add very basic SVG support | Přemysl Eric Janouch | 2021-11-10 | 1 | -0/+3 | |
| | | | | | | | 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. | |||||
* | meson.build: fix the io-benchmark target | Přemysl Eric Janouch | 2021-11-08 | 1 | -1/+1 | |
| | ||||||
* | Improve thumbnail scaling and alignment | Přemysl Eric Janouch | 2021-11-03 | 1 | -0/+1 | |
| | | | | | | Stretch thumbnails by up to half a pixel so that they align nicely. Make use of pixman's sRGB mode. | |||||
* | Split out xdg.{c,h} | Přemysl Eric Janouch | 2021-11-01 | 1 | -1/+1 | |
| | ||||||
* | Add a prototype of a directory view widget | Přemysl Eric Janouch | 2021-10-20 | 1 | -0/+1 | |
| | ||||||
* | Add a thumbnail loader | Přemysl Eric Janouch | 2021-10-04 | 1 | -0/+1 | |
| | | | | So far not used, we'll need another widget to make use of it. | |||||
* | Add a basic benchmarking tool | Přemysl Eric Janouch | 2021-09-20 | 1 | -0/+8 | |
| | ||||||
* | Split out image loaders into fastiv-io.c | Přemysl Eric Janouch | 2021-09-20 | 1 | -1/+1 | |
| | ||||||
* | Add internal support for image scaling | Přemysl Eric Janouch | 2021-09-17 | 1 | -0/+1 | |
| | ||||||
* | Add an icon and a desktop file | Přemysl Eric Janouch | 2021-09-16 | 1 | -2/+6 | |
| | ||||||
* | Add RAW support using LibRaw | Přemysl Eric Janouch | 2021-09-16 | 1 | -5/+9 | |
| | ||||||
* | Initial commit | Přemysl Eric Janouch | 2021-09-15 | 1 | -0/+19 | |