Commit Graph

441 Commits

Author SHA1 Message Date
b35590a51c Temporarily put file information in GtkTreeView
It's aligned and prettier than the label before, but it sucks ass.
2021-12-21 19:27:09 +01:00
9899a26635 Add a file information dialog based on ExifTool
Right now, it isn't very pleasing to use.
2021-12-21 13:05:11 +01:00
24f9d21ca7 Clean up
Get rid of undesired indentation.
2021-12-21 08:43:47 +01:00
ad29013e44 Add zooming to fit width/height if larger
Also, mildly refactor get_surface_dimensions().
2021-12-21 08:13:31 +01:00
33851295d8 Bind M-Home to going to the home directory 2021-12-21 07:20:06 +01:00
46f90f2f35 Improve the "Save as" dialog, clean up 2021-12-21 06:31:52 +01:00
9ba3679e89 Make use of GtkShortcutsWindow 2021-12-20 16:04:50 +01:00
6a61d01f4d Bind hiding the toolbar 2021-12-20 12:15:52 +01:00
f435252492 Add a checkerboard toggle 2021-12-20 11:53:17 +01:00
dfa1fed18b Add a context menu to opened directories
So that they can be opened with, e.g., Thunar.
2021-12-20 10:15:46 +01:00
58d11ebbff Make M-Up go to the parent directory
As in Windows Explorer and other software.
2021-12-20 09:58:41 +01:00
1221325b3e Stop forcing a dark theme variant
And make it so that both Adwaita variants look okay.
2021-12-20 07:22:24 +01:00
c3eb5ca170 Simplify toolbar separators 2021-12-20 05:34:12 +01:00
9c0e9d8d49 Stretch the toolbar across the window
The division is kind of logical, it might make sense for the view
to create the center widget, then we'd get rid of some recently added
GObject boilerplate.

Only make_separator() is kind of annoying.
2021-12-20 05:33:27 +01:00
ada67f044a Optimize thumbnail rendering
Massive responsivity gains have been achieved here.

Rescaling performance doesn't seem to be particularly affected.
2021-12-20 04:40:35 +01:00
63955e881d Add a convenience dark theme variant toggle 2021-12-20 03:55:53 +01:00
6130f527d4 Mark a dead end 2021-12-20 03:49:35 +01:00
3da1d32df7 Make Exif orientation work with SVG
SVG doesn't contain Exif, but this is how we handle rotation/mirroring.
2021-12-19 12:21:14 +01:00
56d623fe52 Make C-r also reload the current directory 2021-12-19 12:21:14 +01:00
2c46ca262b Add directory history
Not fully polished yet (see FIXME), but it's a start.
2021-12-19 10:59:11 +01:00
39cd52905b Control TOOLBAR_FILE_{PREVIOUS,NEXT} sensitivity 2021-12-19 10:14:08 +01:00
9feb53a792 Use the same iteration order in view/browser 2021-12-19 09:12:06 +01:00
4427da5343 Store the full path of the loaded image
Fixes a minor inconsistency with the window title.
2021-12-19 09:12:06 +01:00
92c6ca6c35 Give the zoom label a minimum width
This also hides a GTK+ bug.
2021-12-19 07:32:21 +01:00
ae57c45c2a Insensivitize inappropriate toolbar actions 2021-12-19 07:04:34 +01:00
bac92f2612 Update a comment 2021-12-19 06:14:43 +01:00
64ba54e8e6 Align tables 2021-12-19 06:08:47 +01:00
6e903f6f5c Add a playback toggle button 2021-12-19 05:37:11 +01:00
e23ed245db Add toolbar toggle buttons for scale-to-fit/filter 2021-12-19 04:43:47 +01:00
b78010ccb1 Adopt shorter identifiers
Also, slightly reformat the source code according to clang-format.
2021-12-18 07:04:01 +01:00
c136c089fa Add a GObject property for view filtering 2021-12-17 07:39:12 +01:00
1c2a441cb5 Add a simple toolbar to the view
There is still considerable work to be done.
2021-12-17 07:01:37 +01:00
0b6b3d8290 Improve light theme compatibility
@content_view_bg has been there since ever.

Many colours remain hardcoded, but it's a major improvement.
2021-12-16 04:39:38 +01:00
c3a098c503 Add very basic XMP support 2021-12-16 00:29:12 +01:00
577f8c0d92 Fix inconsistent indentation
VIM has a stupid default configuration for this file.
2021-12-15 06:48:17 +01:00
4d8165d790 Add some WebP notes 2021-12-15 06:15:41 +01:00
c18404efee Add basic print functionality 2021-12-15 04:44:34 +01:00
bff2b92c9e Clean up 2021-12-15 03:53:13 +01:00
7297c40f93 Employ libwebp's alpha premultiplication
It seems to perform roughly equally in optimized builds.
2021-12-15 03:43:57 +01:00
ea2d159773 Clean up dependencies 2021-12-15 03:29:47 +01:00
4f035bc6b1 Allow saving the current frame/page in WebP
Also support saving just the metadata.
2021-12-15 02:45:20 +01:00
18f7607e1b Add a most basic tool to inspect ISO BMFF files
This can be massively extended.
2021-12-14 01:22:51 +01:00
1478a9f83f Add a tool to extract information from WebP 2021-12-13 19:05:23 +01:00
9eb9cc44aa Clean up 2021-12-13 19:05:23 +01:00
e161f77359 Recognize a few more tactical TIFF tags 2021-12-13 02:12:41 +01:00
3ed23e423b Add pedantic WebP dimensions overflow checking 2021-12-12 23:39:36 +01:00
6c7d431e35 Finish WebP support with animations 2021-12-12 23:35:31 +01:00
006e547deb Read out Exif and ICC profiles from WebP 2021-12-12 21:31:30 +01:00
caca14036c Add preliminary direct support for WebP 2021-12-12 19:15:34 +01:00
b868e76a15 Ignore libjpeg-turbo warnings 2021-12-12 01:27:53 +01:00