aboutsummaryrefslogtreecommitdiff
path: root/fiv-view.c
Commit message (Expand)AuthorAgeFilesLines
* Fix high-DPI scaling with OpenGLorigin/masterPřemysl Eric Janouch5 days1-1/+5
* Fix openSUSE 15.5 and Win32 buildsPřemysl Eric Janouch11 days1-1/+2
* Add an experimental OpenGL rendererPřemysl Eric Janouch2024-03-131-6/+406
* Prepare for parallelized colour managementPřemysl Eric Janouch2024-01-281-2/+6
* Move colour management to its own compilation unitPřemysl Eric Janouch2024-01-261-4/+4
* Resolve spurious overshoot indicatorsPřemysl Eric Janouch2023-12-281-2/+4
* Make multi-monitor CM work better with xiccdPřemysl Eric Janouch2023-10-171-14/+24
* Slightly optimize SVG loadingPřemysl Eric Janouch2023-07-091-0/+9
* Colour-manage SVGsPřemysl Eric Janouch2023-07-091-1/+2
* Implement our own Preferences dialogPřemysl Eric Janouch2023-06-241-0/+1
* Improve looped animation behaviourPřemysl Eric Janouch2023-06-241-6/+17
* Stop abusing Cairo user data, part 2Přemysl Eric Janouch2023-06-241-74/+56
* Stop abusing Cairo user data, part 1Přemysl Eric Janouch2023-06-241-1/+2
* Make the mirror command intuitivePřemysl Eric Janouch2023-03-251-4/+4
* Center view rotations/flipsPřemysl Eric Janouch2022-10-031-36/+95
* Allow dragging with the middle mouse buttonPřemysl Eric Janouch2022-09-031-1/+12
* Add the information dialog to context menusPřemysl Eric Janouch2022-08-051-274/+2
* Show parse names in Information dialog subtitlesPřemysl Eric Janouch2022-08-051-0/+7
* Make file information retrieval asynchronousPřemysl Eric Janouch2022-08-051-80/+157
* Fix default filenames in the "Save as" dialogPřemysl Eric Janouch2022-08-051-10/+10
* Add support for copying to clipboardPřemysl Eric Janouch2022-08-041-0/+31
* Capitalize modifier names, prefer Command on macOSPřemysl Eric Janouch2022-08-041-8/+12
* Fix a crash with empty exiftool stderr outputPřemysl Eric Janouch2022-07-311-12/+17
* Try a bit harder to get a file's local pathPřemysl Eric Janouch2022-07-311-1/+24
* Support file information for non-local filesPřemysl Eric Janouch2022-07-311-19/+32
* Support file information for FUSE-mounted pathsPřemysl Eric Janouch2022-07-311-3/+8
* Use GSettings for a new native window togglePřemysl Eric Janouch2022-07-251-1/+3
* Support colour management on WindowsPřemysl Eric Janouch2022-07-231-0/+27
* Use GDK event handling return value constantsPřemysl Eric Janouch2022-07-211-6/+7
* Handle the long press gesture on browser itemsPřemysl Eric Janouch2022-07-211-2/+2
* Add a key binding for keeping the zoom/positionPřemysl Eric Janouch2022-07-171-0/+1
* Add ability to keep zoom/position when browsingPřemysl Eric Janouch2022-07-171-2/+27
* Improve the workaround for native GdkWindowsPřemysl Eric Janouch2022-07-171-1/+1
* Work around a mysterious no-image zoom issuePřemysl Eric Janouch2022-07-171-2/+8
* Center zoom around pointer or middle of the viewPřemysl Eric Janouch2022-07-171-16/+53
* Let FivView take care of its drag gesturePřemysl Eric Janouch2022-07-171-4/+79
* Implement GtkScrollable in FivViewPřemysl Eric Janouch2022-07-171-27/+142
* Support dragging the viewPřemysl Eric Janouch2022-07-151-2/+6
* Make the browser scroll with touchpad on WaylandPřemysl Eric Janouch2022-07-151-1/+1
* Clean upPřemysl Eric Janouch2022-06-051-2/+2
* Redirect warnings to the info barPřemysl Eric Janouch2022-01-241-21/+31
* Redirect image open failure messagesPřemysl Eric Janouch2022-01-241-20/+42
* Fix a case in orientation mirroringPřemysl Eric Janouch2022-01-231-1/+1
* Scale SVGs accurately in the viewing widgetPřemysl Eric Janouch2022-01-231-13/+52
* Put reloading the image as its own actionPřemysl Eric Janouch2022-01-121-0/+6
* Handle view bindings through an action signalPřemysl Eric Janouch2022-01-091-96/+86
* Bump more copyright yearsPřemysl Eric Janouch2022-01-071-1/+1
* Fix SVG thumbnailingPřemysl Eric Janouch2022-01-071-25/+14
* Rename the whole project shorterPřemysl Eric Janouch2022-01-051-1/+1
* Convert all loading to use GFilePřemysl Eric Janouch2021-12-301-14/+27