aboutsummaryrefslogtreecommitdiff
path: root/fastiv-view.c
Commit message (Expand)AuthorAgeFilesLines
* Add basic print functionalityPřemysl Eric Janouch2021-12-151-9/+71
* Clean upPřemysl Eric Janouch2021-12-151-35/+41
* Allow saving the current frame/page in WebPPřemysl Eric Janouch2021-12-151-0/+86
* Finish WebP support with animationsPřemysl Eric Janouch2021-12-121-0/+2
* Don't crash the view when no image is presentPřemysl Eric Janouch2021-12-061-1/+1
* Add more key bindingsPřemysl Eric Janouch2021-11-291-4/+29
* Animate animationsPřemysl Eric Janouch2021-11-281-15/+134
* Enable viewing all X11 cursor sizesPřemysl Eric Janouch2021-11-271-23/+42
* Add an option to turn off filteringPřemysl Eric Janouch2021-11-261-1/+12
* Allow frame iteration in both directionsPřemysl Eric Janouch2021-11-261-1/+7
* Handle Exif rotationPřemysl Eric Janouch2021-11-261-7/+111
* Allow manual animation frame iterationPřemysl Eric Janouch2021-11-261-5/+15
* Fix further focus issuesPřemysl Eric Janouch2021-11-221-0/+15
* Fix another mysterious GTK+ issuePřemysl Eric Janouch2021-11-221-1/+3
* Resolve key binding conflictPřemysl Eric Janouch2021-11-211-1/+1
* Fix some issues with browser/view switchingPřemysl Eric Janouch2021-11-201-6/+7
* Add a sidebar with placesPřemysl Eric Janouch2021-11-181-0/+1
* Add support for opening Xcursor filesPřemysl Eric Janouch2021-11-171-1/+4
* Fix zooming in through the keyboardPřemysl Eric Janouch2021-11-171-2/+1
* Prefer the dark theme variantPřemysl Eric Janouch2021-11-161-1/+9
* Make this work at all in macOS/HomebrewPřemysl Eric Janouch2021-11-161-4/+22
* Support opaque 16-bit images as RGB30 with WuffsPřemysl Eric Janouch2021-11-151-0/+4
* 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
* 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-131-1/+1
* Make scaling accessible from the keyboardPřemysl Eric Janouch2021-11-131-2/+12
* Make the 1 key reset the zoomPřemysl Eric Janouch2021-11-111-1/+21
* Add very basic SVG supportPřemysl Eric Janouch2021-11-101-19/+44
* Add elementary scrolling support to the viewPřemysl Eric Janouch2021-11-091-8/+3
* Enable opening images from the browserPřemysl Eric Janouch2021-11-091-0/+5
* Fix scaling in the view, as in the browserPřemysl Eric Janouch2021-11-041-1/+3
* Incorporate most clang-format changesPřemysl Eric Janouch2021-11-011-17/+16
* Split out fastiv-io.h, move media types listPřemysl Eric Janouch2021-11-011-0/+1
* Don't hardcode the background colourPřemysl Eric Janouch2021-10-171-4/+3
* Round coordinates for image centringPřemysl Eric Janouch2021-10-161-2/+2
* Use bilinear filteringPřemysl Eric Janouch2021-10-161-0/+3
* Zoom with the scroll wheelPřemysl Eric Janouch2021-10-121-3/+59
* Split out image loaders into fastiv-io.cPřemysl Eric Janouch2021-09-201-401/+2
* Check the status of new Cairo surfaces properlyPřemysl Eric Janouch2021-09-181-6/+12
* Add internal support for image scalingPřemysl Eric Janouch2021-09-171-12/+30
* Make the background black, center the imagePřemysl Eric Janouch2021-09-161-1/+18
* Add RAW support using LibRawPřemysl Eric Janouch2021-09-161-0/+122
* Initial commitPřemysl Eric Janouch2021-09-151-0/+383