Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache the browser's GDK cursor object | Přemysl Eric Janouch | 2021-11-13 | 1 | -8/+8 |
| | |||||
* | Use the hand/pointer cursor in the browser | Přemysl Eric Janouch | 2021-11-13 | 1 | -1/+22 |
| | | | | Also, fix the build. | ||||
* | Clean up | Přemysl Eric Janouch | 2021-11-13 | 1 | -0/+2 |
| | |||||
* | Parallelize thumbnail loading | Přemysl Eric Janouch | 2021-11-12 | 1 | -6/+16 |
| | | | | | | GLib makes this easy. They should all be local, and fast to access, so the CPU is the limit. | ||||
* | Use a checkerboard pattern on item background | Přemysl Eric Janouch | 2021-11-10 | 1 | -1/+0 |
| | |||||
* | Improve browser item rendition, use CSS | Přemysl Eric Janouch | 2021-11-10 | 1 | -58/+117 |
| | | | | | | It's not fully hardcoded anymore, and the border is better adjustable. Item spacing and the fade constant can't be /meaningfully/ put in CSS. | ||||
* | Reflect that new list of files changes the layout | Přemysl Eric Janouch | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Enable opening images from the browser | Přemysl Eric Janouch | 2021-11-09 | 1 | -12/+55 |
| | | | | Also, make it possible to go back, in a roughly implemented manner. | ||||
* | 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 | 1 | -7/+107 |
| | | | | The styling is mostly hardcoded for now, need to figure it out. | ||||
* | Pre-layout the browser | Přemysl Eric Janouch | 2021-11-06 | 1 | -40/+139 |
| | | | | Now the widget is scrollable. | ||||
* | Don't rescale thumbnails in sRGB | Přemysl Eric Janouch | 2021-11-04 | 1 | -4/+6 |
| | | | | pixman is too slow at this, maybe do it later, and optionally. | ||||
* | 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 | 1 | -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 changes | Přemysl Eric Janouch | 2021-11-01 | 1 | -27/+25 |
| | |||||
* | Split out fastiv-io.h, move media types list | Přemysl Eric Janouch | 2021-11-01 | 1 | -0/+1 |
| | |||||
* | Add a prototype of a directory view widget | Přemysl Eric Janouch | 2021-10-20 | 1 | -0/+233 |