aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make this work at all in macOS/HomebrewPřemysl Eric Janouch2021-11-164-9/+39
* Support opaque 16-bit images as RGB30 with WuffsPřemysl Eric Janouch2021-11-152-40/+117
* Don't use a side buffer to load thumbnailsPřemysl Eric Janouch2021-11-151-25/+24
* Slightly optimize thumbnail loadingPřemysl Eric Janouch2021-11-151-7/+3
* Let modified wheel events scroll the viewPřemysl Eric Janouch2021-11-141-0/+2
* Fix a typoPřemysl Eric Janouch2021-11-141-1/+1
* Expose view settings as GObject propertiesPřemysl Eric Janouch2021-11-141-25/+66
* Cache the browser's GDK cursor objectPřemysl Eric Janouch2021-11-131-8/+8
* Add scaling to fit, make this the defaultPřemysl Eric Janouch2021-11-131-24/+78
* Bind the mouse back button on the viewPřemysl Eric Janouch2021-11-132-1/+14
* Make scaling accessible from the keyboardPřemysl Eric Janouch2021-11-131-2/+12
* Improve key handlingPřemysl Eric Janouch2021-11-131-9/+22
* Use the hand/pointer cursor in the browserPřemysl Eric Janouch2021-11-132-3/+24
* Clean upPřemysl Eric Janouch2021-11-133-8/+5
* Actually add gdk-pixbuf to dependenciesPřemysl Eric Janouch2021-11-121-0/+1
* Tell wrapped spng to give us a static libraryPřemysl Eric Janouch2021-11-121-1/+2
* Parallelize thumbnail loadingPřemysl Eric Janouch2021-11-121-6/+16
* Add a Meson wrap for spngPřemysl Eric Janouch2021-11-121-0/+9
* Use spng to load thumbnailsPřemysl Eric Janouch2021-11-123-110/+101
* Fix GtkWidget::key-press-event callback prototypePřemysl Eric Janouch2021-11-121-4/+4
* Update commentsPřemysl Eric Janouch2021-11-121-7/+13
* Make the 1 key reset the zoomPřemysl Eric Janouch2021-11-111-1/+21
* README.adoc: fix dependency listPřemysl Eric Janouch2021-11-111-1/+2
* Add support for defaulting to gdk-pixbufPřemysl Eric Janouch2021-11-105-2/+42
* Use a checkerboard pattern on item backgroundPřemysl Eric Janouch2021-11-102-5/+18
* Improve browser item rendition, use CSSPřemysl Eric Janouch2021-11-102-59/+120
* Reflect that new list of files changes the layoutPřemysl Eric Janouch2021-11-101-1/+1
* Add images to the list of recent filesPřemysl Eric Janouch2021-11-101-0/+1
* Add C-n to open a new instance in the directoryPřemysl Eric Janouch2021-11-101-0/+11
* Also render SVGs with unspecified dimensionsPřemysl Eric Janouch2021-11-101-5/+20
* Improve librsvg integrationPřemysl Eric Janouch2021-11-102-7/+12
* Add very basic SVG supportPřemysl Eric Janouch2021-11-107-23/+151
* Fix obsolete header includesPřemysl Eric Janouch2021-11-091-1/+2
* Add elementary scrolling support to the viewPřemysl Eric Janouch2021-11-092-13/+14
* Enable opening images from the browserPřemysl Eric Janouch2021-11-093-18/+85
* Don't render rows needlesslyPřemysl Eric Janouch2021-11-091-2/+12
* Clean upPřemysl Eric Janouch2021-11-091-34/+30
* Add glowing borders around browser itemsPřemysl Eric Janouch2021-11-092-8/+108
* meson.build: fix the io-benchmark targetPřemysl Eric Janouch2021-11-081-1/+1
* Set a default window sizePřemysl Eric Janouch2021-11-081-0/+1
* Pre-layout the browserPřemysl Eric Janouch2021-11-062-41/+141
* Don't needlessly call setlocale()Přemysl Eric Janouch2021-11-041-4/+0
* Don't rescale thumbnails in sRGBPřemysl Eric Janouch2021-11-041-4/+6
* Fix scaling in the view, as in the browserPřemysl Eric Janouch2021-11-041-1/+3
* Pre-scale loaded thumbnails, and only when neededPřemysl Eric Janouch2021-11-031-54/+67
* Improve thumbnail scaling and alignmentPřemysl Eric Janouch2021-11-033-9/+48
* Bump wuffsPřemysl Eric Janouch2021-11-021-0/+0
* Clean up and fix key handlingPřemysl Eric Janouch2021-11-011-30/+55
* Update READMEPřemysl Eric Janouch2021-11-011-35/+7
* Split out xdg.{c,h}Přemysl Eric Janouch2021-11-015-175/+210