Commit Graph

620 Commits

Author SHA1 Message Date
5f8dc88fa7 Minor URL-related fix-ups 2021-12-31 00:41:04 +01:00
380ddd540b Convert all loading to use GFile
Now we're able to make use of GVfs, with some caveats.
2021-12-30 22:32:29 +01:00
8b232dc444 Add pointless likelihood macros 2021-12-30 21:49:00 +01:00
fa69935e67 Document our thumbnails 2021-12-29 21:17:30 +01:00
4832474c5f Partially colour-manage TIFFs 2021-12-29 02:46:40 +01:00
0110e0a5d2 Check wide thumbnail metadata 2021-12-29 01:55:05 +01:00
c49e58a0ba Fix thumbnailing cancellation
Everything's according to GAsyncResult documentation.
2021-12-28 23:49:35 +01:00
98bdab443a Hardcode Exif orientation in thumbnails 2021-12-28 23:29:58 +01:00
bf47782f0a Move thumbnails into their own source file
And clean up identifiers.
2021-12-28 20:18:25 +01:00
c1af556751 Load back wide thumbnail metadata 2021-12-28 19:59:31 +01:00
2d86ffed34 Save thumbnails lossily, with metadata 2021-12-28 18:54:27 +01:00
aaa7cb93c3 Fix transparent gdk-pixbuf loading 2021-12-28 02:07:42 +01:00
d4b51f07b5 Avoid unused alpha channels when rescaling 2021-12-28 02:07:42 +01:00
720464327c Clean up 2021-12-28 02:07:42 +01:00
ad1ff06aff Avoid producing thumbnails of thumbnails 2021-12-28 02:07:42 +01:00
af2eb411d9 Try to regenerate low quality thumbnails 2021-12-28 02:07:42 +01:00
004919cbc5 Clean up
This makes the thumbnailer able to load at most one directory,
which we don't particularly mind.
2021-12-28 00:37:55 +01:00
336053f24d Implement trivial wide thumbnail production
Also make libwebp a required dependency.
2021-12-27 21:51:01 +01:00
2f993502fc Make use of gAMA and sRGB PNG chunks
Neither EoG nor gThumb handle this correctly.
2021-12-26 03:25:38 +01:00
e5b1a1861c Avoid double CM in saved WebPs 2021-12-26 02:02:57 +01:00
e37acf365a Colour manage all WebP forms
It could be done better, but at least it works at all.
2021-12-26 01:14:27 +01:00
ccf15bc8ae Almost fully colour-managed Wuffs (BMP, GIF, PNG) 2021-12-25 21:53:39 +01:00
5e4476ff71 Improve gdk-pixbuf colour management 2021-12-25 19:15:54 +01:00
035997750e Add a few keyboard shortcuts 2021-12-25 18:28:37 +01:00
7a4b5cd065 Colour manage opaque, up to 8-bit images 2021-12-25 18:28:37 +01:00
40c1f8327e Use Little CMS for JPEG colour management 2021-12-24 14:19:22 +01:00
6419209c98 Avoid enhancing just opened images 2021-12-22 14:26:53 +01:00
2d4cab52b3 Integrate jpeg-quantsmooth
Also, don't pointlessly store JPEGs in an ARGB Cairo surface.
2021-12-22 14:20:39 +01:00
46edd4406c Make file information fields selectable
Get rid of useless GtkTreeView.
2021-12-22 08:38:19 +01:00
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