aboutsummaryrefslogtreecommitdiff
path: root/fiv-view.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for copying to clipboardPřemysl Eric Janouch2022-08-041-0/+1
|
* Add ability to keep zoom/position when browsingPřemysl Eric Janouch2022-07-171-1/+2
|
* Clean upPřemysl Eric Janouch2022-06-051-1/+1
| | | | Use gchar when memory is allocated through GLib.
* Redirect image open failure messagesPřemysl Eric Janouch2022-01-241-1/+2
| | | | | | | Pop-up dialogs are quite annoying, as is not being able to iterate over broken images. This will also be useful for warnings and asynchronous loading.
* Put reloading the image as its own actionPřemysl Eric Janouch2022-01-121-0/+2
|
* Handle view bindings through an action signalPřemysl Eric Janouch2022-01-091-27/+38
| | | | This makes them adjustable.
* Bump more copyright yearsPřemysl Eric Janouch2022-01-071-1/+1
|
* Rename the whole project shorterPřemysl Eric Janouch2022-01-051-1/+1
| | | | | | | There is no point in claiming speed, it turns out to be a strange focus to have, considering the amount of available innovations to make. The new name does not appear to be taken by anything important.
* Convert all loading to use GFilePřemysl Eric Janouch2021-12-301-1/+1
| | | | Now we're able to make use of GVfs, with some caveats.
* Use Little CMS for JPEG colour managementPřemysl Eric Janouch2021-12-241-0/+1
|
* Integrate jpeg-quantsmoothPřemysl Eric Janouch2021-12-221-0/+1
| | | | Also, don't pointlessly store JPEGs in an ARGB Cairo surface.
* Add a file information dialog based on ExifToolPřemysl Eric Janouch2021-12-211-0/+1
| | | | Right now, it isn't very pleasing to use.
* Add a checkerboard togglePřemysl Eric Janouch2021-12-201-0/+1
|
* Add a playback toggle buttonPřemysl Eric Janouch2021-12-191-0/+1
|
* Add toolbar toggle buttons for scale-to-fit/filterPřemysl Eric Janouch2021-12-191-1/+3
|
* Adopt shorter identifiersPřemysl Eric Janouch2021-12-181-0/+52
Also, slightly reformat the source code according to clang-format.