Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a key binding for keeping the zoom/position | Přemysl Eric Janouch | 2022-07-17 | 1 | -0/+1 |
| | |||||
* | Add ability to keep zoom/position when browsing | Přemysl Eric Janouch | 2022-07-17 | 1 | -2/+27 |
| | |||||
* | Improve the workaround for native GdkWindows | Přemysl Eric Janouch | 2022-07-17 | 1 | -1/+1 |
| | | | | | Overshooting caused the image to be one pixel taller/wider, due to using ceil() within get_display_dimensions(). | ||||
* | Work around a mysterious no-image zoom issue | Přemysl Eric Janouch | 2022-07-17 | 1 | -2/+8 |
| | |||||
* | Center zoom around pointer or middle of the view | Přemysl Eric Janouch | 2022-07-17 | 1 | -16/+53 |
| | |||||
* | Let FivView take care of its drag gesture | Přemysl Eric Janouch | 2022-07-17 | 1 | -4/+79 |
| | | | | Making the GtkScrolledWindow's scrollbars draggable again. | ||||
* | Implement GtkScrollable in FivView | Přemysl Eric Janouch | 2022-07-17 | 1 | -27/+142 |
| | | | | | This fixes rendering and positioning behaviour when dragging on X11, where we aim to use a native GdkWindow. | ||||
* | Support dragging the view | Přemysl Eric Janouch | 2022-07-15 | 1 | -2/+6 |
| | | | | | | | | | It would also be possible to handle this through press/motion/release event handlers, though GtkGestureDrag is more convenient for hacking in support for dragging to widgets not supporting GtkScrollable (yet). There may be some undesired interactions lurking, besides the jarring movements when dragging native GdkWindows (these are a pain). | ||||
* | Make the browser scroll with touchpad on Wayland | Přemysl Eric Janouch | 2022-07-15 | 1 | -1/+1 |
| | | | | And generally clear up scroll handling. | ||||
* | Clean up | Přemysl Eric Janouch | 2022-06-05 | 1 | -2/+2 |
| | | | | Use gchar when memory is allocated through GLib. | ||||
* | Redirect warnings to the info bar | Přemysl Eric Janouch | 2022-01-24 | 1 | -21/+31 |
| | | | | | | And speed up thumbnailing of animated images while at it. Also, fix thumbnailing SVGs with external links. | ||||
* | Redirect image open failure messages | Přemysl Eric Janouch | 2022-01-24 | 1 | -20/+42 |
| | | | | | | | 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. | ||||
* | Fix a case in orientation mirroring | Přemysl Eric Janouch | 2022-01-23 | 1 | -1/+1 |
| | |||||
* | Scale SVGs accurately in the viewing widget | Přemysl Eric Janouch | 2022-01-23 | 1 | -13/+52 |
| | |||||
* | Put reloading the image as its own action | Přemysl Eric Janouch | 2022-01-12 | 1 | -0/+6 |
| | |||||
* | Handle view bindings through an action signal | Přemysl Eric Janouch | 2022-01-09 | 1 | -96/+86 |
| | | | | This makes them adjustable. | ||||
* | Bump more copyright years | Přemysl Eric Janouch | 2022-01-07 | 1 | -1/+1 |
| | |||||
* | Fix SVG thumbnailing | Přemysl Eric Janouch | 2022-01-07 | 1 | -25/+14 |
| | | | | They're not loaded as image surfaces. | ||||
* | 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 | -14/+27 |
| | | | | Now we're able to make use of GVfs, with some caveats. | ||||
* | Hardcode Exif orientation in thumbnails | Přemysl Eric Janouch | 2021-12-28 | 1 | -59/+14 |
| | |||||
* | Implement trivial wide thumbnail production | Přemysl Eric Janouch | 2021-12-27 | 1 | -25/+15 |
| | | | | Also make libwebp a required dependency. | ||||
* | Avoid double CM in saved WebPs | Přemysl Eric Janouch | 2021-12-26 | 1 | -4/+13 |
| | |||||
* | Add a few keyboard shortcuts | Přemysl Eric Janouch | 2021-12-25 | 1 | -0/+4 |
| | |||||
* | Use Little CMS for JPEG colour management | Přemysl Eric Janouch | 2021-12-24 | 1 | -18/+100 |
| | |||||
* | Avoid enhancing just opened images | Přemysl Eric Janouch | 2021-12-22 | 1 | -1/+1 |
| | |||||
* | Integrate jpeg-quantsmooth | Přemysl Eric Janouch | 2021-12-22 | 1 | -1/+45 |
| | | | | Also, don't pointlessly store JPEGs in an ARGB Cairo surface. | ||||
* | Make file information fields selectable | Přemysl Eric Janouch | 2021-12-22 | 1 | -42/+58 |
| | | | | Get rid of useless GtkTreeView. | ||||
* | Temporarily put file information in GtkTreeView | Přemysl Eric Janouch | 2021-12-21 | 1 | -14/+70 |
| | | | | It's aligned and prettier than the label before, but it sucks ass. | ||||
* | Add a file information dialog based on ExifTool | Přemysl Eric Janouch | 2021-12-21 | 1 | -0/+78 |
| | | | | Right now, it isn't very pleasing to use. | ||||
* | Add zooming to fit width/height if larger | Přemysl Eric Janouch | 2021-12-21 | 1 | -35/+54 |
| | | | | Also, mildly refactor get_surface_dimensions(). | ||||
* | Improve the "Save as" dialog, clean up | Přemysl Eric Janouch | 2021-12-21 | 1 | -9/+24 |
| | |||||
* | Bind hiding the toolbar | Přemysl Eric Janouch | 2021-12-20 | 1 | -1/+1 |
| | |||||
* | Add a checkerboard toggle | Přemysl Eric Janouch | 2021-12-20 | 1 | -5/+33 |
| | |||||
* | Make Exif orientation work with SVG | Přemysl Eric Janouch | 2021-12-19 | 1 | -22/+22 |
| | | | | SVG doesn't contain Exif, but this is how we handle rotation/mirroring. | ||||
* | Insensivitize inappropriate toolbar actions | Přemysl Eric Janouch | 2021-12-19 | 1 | -1/+40 |
| | |||||
* | Align tables | Přemysl Eric Janouch | 2021-12-19 | 1 | -21/+21 |
| | |||||
* | Add a playback toggle button | Přemysl Eric Janouch | 2021-12-19 | 1 | -0/+15 |
| | |||||
* | Add toolbar toggle buttons for scale-to-fit/filter | Přemysl Eric Janouch | 2021-12-19 | 1 | -17/+39 |
| | |||||
* | Adopt shorter identifiers | Přemysl Eric Janouch | 2021-12-18 | 1 | -0/+918 |
Also, slightly reformat the source code according to clang-format. |