Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for copying to clipboard | Přemysl Eric Janouch | 2022-08-04 | 1 | -0/+1 |
| | |||||
* | Add ability to keep zoom/position when browsing | Přemysl Eric Janouch | 2022-07-17 | 1 | -1/+2 |
| | |||||
* | Clean up | Přemysl Eric Janouch | 2022-06-05 | 1 | -1/+1 |
| | | | | Use gchar when memory is allocated through GLib. | ||||
* | Redirect image open failure messages | Přemysl Eric Janouch | 2022-01-24 | 1 | -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 action | Přemysl Eric Janouch | 2022-01-12 | 1 | -0/+2 |
| | |||||
* | Handle view bindings through an action signal | Přemysl Eric Janouch | 2022-01-09 | 1 | -27/+38 |
| | | | | This makes them adjustable. | ||||
* | Bump more copyright years | Přemysl Eric Janouch | 2022-01-07 | 1 | -1/+1 |
| | |||||
* | Rename the whole project shorter | Přemysl Eric Janouch | 2022-01-05 | 1 | -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 GFile | Přemysl Eric Janouch | 2021-12-30 | 1 | -1/+1 |
| | | | | Now we're able to make use of GVfs, with some caveats. | ||||
* | Use Little CMS for JPEG colour management | Přemysl Eric Janouch | 2021-12-24 | 1 | -0/+1 |
| | |||||
* | Integrate jpeg-quantsmooth | Přemysl Eric Janouch | 2021-12-22 | 1 | -0/+1 |
| | | | | Also, don't pointlessly store JPEGs in an ARGB Cairo surface. | ||||
* | Add a file information dialog based on ExifTool | Přemysl Eric Janouch | 2021-12-21 | 1 | -0/+1 |
| | | | | Right now, it isn't very pleasing to use. | ||||
* | Add a checkerboard toggle | Přemysl Eric Janouch | 2021-12-20 | 1 | -0/+1 |
| | |||||
* | Add a playback toggle button | Přemysl Eric Janouch | 2021-12-19 | 1 | -0/+1 |
| | |||||
* | Add toolbar toggle buttons for scale-to-fit/filter | Přemysl Eric Janouch | 2021-12-19 | 1 | -1/+3 |
| | |||||
* | Adopt shorter identifiers | Přemysl Eric Janouch | 2021-12-18 | 1 | -0/+52 |
Also, slightly reformat the source code according to clang-format. |