Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Parallelize thumbnail loading | Přemysl Eric Janouch | 2021-11-12 | 1 | -6/+16 | |
* | Add a Meson wrap for spng | Přemysl Eric Janouch | 2021-11-12 | 1 | -0/+9 | |
* | Use spng to load thumbnails | Přemysl Eric Janouch | 2021-11-12 | 3 | -110/+101 | |
* | Fix GtkWidget::key-press-event callback prototype | Přemysl Eric Janouch | 2021-11-12 | 1 | -4/+4 | |
* | Update comments | Přemysl Eric Janouch | 2021-11-12 | 1 | -7/+13 | |
* | Make the 1 key reset the zoom | Přemysl Eric Janouch | 2021-11-11 | 1 | -1/+21 | |
* | README.adoc: fix dependency list | Přemysl Eric Janouch | 2021-11-11 | 1 | -1/+2 | |
* | Add support for defaulting to gdk-pixbuf | Přemysl Eric Janouch | 2021-11-10 | 5 | -2/+42 | |
* | Use a checkerboard pattern on item background | Přemysl Eric Janouch | 2021-11-10 | 2 | -5/+18 | |
* | Improve browser item rendition, use CSS | Přemysl Eric Janouch | 2021-11-10 | 2 | -59/+120 | |
* | Reflect that new list of files changes the layout | Přemysl Eric Janouch | 2021-11-10 | 1 | -1/+1 | |
* | Add images to the list of recent files | Přemysl Eric Janouch | 2021-11-10 | 1 | -0/+1 | |
* | Add C-n to open a new instance in the directory | Přemysl Eric Janouch | 2021-11-10 | 1 | -0/+11 | |
* | 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 | 2 | -7/+12 | |
* | Add very basic SVG support | Přemysl Eric Janouch | 2021-11-10 | 7 | -23/+151 | |
* | Fix obsolete header includes | Přemysl Eric Janouch | 2021-11-09 | 1 | -1/+2 | |
* | Add elementary scrolling support to the view | Přemysl Eric Janouch | 2021-11-09 | 2 | -13/+14 | |
* | Enable opening images from the browser | Přemysl Eric Janouch | 2021-11-09 | 3 | -18/+85 | |
* | Don't render rows needlessly | Přemysl Eric Janouch | 2021-11-09 | 1 | -2/+12 | |
* | Clean up | Přemysl Eric Janouch | 2021-11-09 | 1 | -34/+30 | |
* | Add glowing borders around browser items | Přemysl Eric Janouch | 2021-11-09 | 2 | -8/+108 | |
* | meson.build: fix the io-benchmark target | Přemysl Eric Janouch | 2021-11-08 | 1 | -1/+1 | |
* | Set a default window size | Přemysl Eric Janouch | 2021-11-08 | 1 | -0/+1 | |
* | Pre-layout the browser | Přemysl Eric Janouch | 2021-11-06 | 2 | -41/+141 | |
* | Don't needlessly call setlocale() | Přemysl Eric Janouch | 2021-11-04 | 1 | -4/+0 | |
* | Don't rescale thumbnails in sRGB | Přemysl Eric Janouch | 2021-11-04 | 1 | -4/+6 | |
* | Fix scaling in the view, as in the browser | Přemysl Eric Janouch | 2021-11-04 | 1 | -1/+3 | |
* | Pre-scale loaded thumbnails, and only when needed | Přemysl Eric Janouch | 2021-11-03 | 1 | -54/+67 | |
* | Improve thumbnail scaling and alignment | Přemysl Eric Janouch | 2021-11-03 | 3 | -9/+48 | |
* | Bump wuffs | Přemysl Eric Janouch | 2021-11-02 | 1 | -0/+0 | |
* | Clean up and fix key handling | Přemysl Eric Janouch | 2021-11-01 | 1 | -30/+55 | |
* | Update README | Přemysl Eric Janouch | 2021-11-01 | 1 | -35/+7 | |
* | Split out xdg.{c,h} | Přemysl Eric Janouch | 2021-11-01 | 5 | -175/+210 | |
* | Incorporate most clang-format changes | Přemysl Eric Janouch | 2021-11-01 | 7 | -110/+102 | |
* | Add clang-format configuration | Přemysl Eric Janouch | 2021-11-01 | 1 | -0/+12 | |
* | Split out fastiv-io.h, move media types list | Přemysl Eric Janouch | 2021-11-01 | 6 | -25/+49 | |
* | tools: fix the Makefile | Přemysl Eric Janouch | 2021-11-01 | 1 | -1/+1 | |
* | Add file type filters to the file open dialog | Přemysl Eric Janouch | 2021-10-23 | 1 | -2/+12 | |
* | Add a prototype of a directory view widget | Přemysl Eric Janouch | 2021-10-20 | 6 | -11/+298 | |
* | Don't try to open directories | Přemysl Eric Janouch | 2021-10-19 | 1 | -1/+5 | |
* | Make a FIXME about bindings more precise | Přemysl Eric Janouch | 2021-10-18 | 1 | -1/+1 | |
* | Don't hardcode the background colour | Přemysl Eric Janouch | 2021-10-17 | 2 | -4/+9 | |
* | Round coordinates for image centring | Přemysl Eric Janouch | 2021-10-16 | 1 | -2/+2 | |
* | Use bilinear filtering | Přemysl Eric Janouch | 2021-10-16 | 1 | -0/+3 | |
* | Zoom with the scroll wheel | Přemysl Eric Janouch | 2021-10-12 | 1 | -3/+59 | |
* | Add a thumbnail loader | Přemysl Eric Janouch | 2021-10-04 | 4 | -2/+191 | |
* | Enable directory browsing | Přemysl Eric Janouch | 2021-10-04 | 3 | -32/+363 | |
* | clean-up-thumbnail-cache.sh: local file URIs only | Přemysl Eric Janouch | 2021-10-02 | 1 | -1/+1 | |
* | Add thumbnail cache inspection tools | Přemysl Eric Janouch | 2021-10-01 | 4 | -0/+280 |