summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-09-15eom-window: Add additional key codes for image switching using mouse buttonsHEADmasterSean Baggaley1-0/+5
This should re-establish that function for newer X setups. As we don't know whether the old keycodes could still occur, we simply keep for compatibility. Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/b23508382f0131d9961e437fe8c8453adeb84faa
2025-08-24build(deps): bump actions/checkout from 4 to 5dependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2025-08-05Eom*: Use fast content type as fallbackVictor Kareh9-24/+45
It turns out that, depending on the responsible GVfs implementation, a GFileInfo may not actually set the content type attribute even if requested. Since knowing the content type is rather critical for eom try to use the fast content type as a fallback in those cases. The fast content type should be hardly unknown as it is usually just based on the file extension. Fixes #360. Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/de19faf73c8d8627193320d512c8b97316d9740c
2025-08-05EomUtil: Add helper to get content type from GFileInfosVictor Kareh2-0/+21
This prefers the real content type, but automatically falls back to the fast content type the other one isn't set in the GFileInfo. Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/4f80d090fd8f27c8d430dfe5931ea53446643ec7
2025-06-20Add 'preserve-order' flag to allow viewing order specified on cmd line (#354)PeteHemery8-12/+30
2025-05-22CI: drop travis CIXiaotian Wu2-251/+0
2025-05-22CI: use github actionXiaotian Wu8-0/+393
2024-02-14release 1.28.0v1.28.0raveit653-3/+12
2024-02-14tx: sync with transifexraveit6517-49/+1603
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2023-12-24eom-window: update image counter even if current thumbnail is for failured imagewhatdoineed2do/Ray1-24/+26
2023-11-30meson: explicit dep on -lm as required for Fedora35whatdoineed2do/Ray1-0/+3
2023-11-25fix building with new libxml 2.12.0Tomasz Kłoczko1-0/+2
Added include <libxml/xmlsave.h> to allow build with libxml 2.12.0. Signed-off-by: Tomasz Kłoczko <[email protected]> * fix building with libxml 2.12.0 Co-authored-by: Colomban Wendling <[email protected]> --------- Signed-off-by: Tomasz Kłoczko <[email protected]> Co-authored-by: raveit65 <[email protected]> Co-authored-by: Colomban Wendling <[email protected]>
2023-11-21CI: use libpeas1 dependency for fedora39raveit651-1/+1
2023-09-15tx: fix warning in Serbian translationsraveit651-2/+3
2023-09-15tx: fix warning in Japanese translationsraveit651-1/+0
2023-08-25release 1.27.1v1.27.1raveit653-3/+9
2023-08-25tx: pull with transifexraveit65206-356/+684
2023-04-20Remove help images that are not readableManatsawin Hanmongkolchai20-0/+0
2023-04-20Use gtk_update_icon_cacheManatsawin Hanmongkolchai1-1/+1
2023-04-20Generate changelog on distManatsawin Hanmongkolchai2-1/+6
2023-04-20Document why gtkdoc doesn't workManatsawin Hanmongkolchai1-13/+14
2023-04-20Fix plugin installingManatsawin Hanmongkolchai6-9/+11
2023-04-20Add plugin buildManatsawin Hanmongkolchai6-2/+92
2023-04-20Add enum and thumbnailer buildManatsawin Hanmongkolchai4-14/+52
2023-04-20Reduce requirement to meson 0.59Manatsawin Hanmongkolchai3-22/+26
2023-04-20Add meson build supportManatsawin Hanmongkolchai14-0/+563
2023-04-06Fix building with ImageMagick 7Robert Scheck1-6/+6
Check for ImageMagick 7 first, then for ImageMagick 6. Original (the reversed) ordering might lead accidentially to HAVE_IMAGEMAGICK6 with ImageMagick 7.
2022-11-03release 1.27.0v1.27.0mbkma2-1/+22
2022-10-30tx: sync with transifexmbkma206-16682/+17201
2022-10-29tx: update resourcembkma2-115/+116
2022-10-28tx: migrate config filembkma2-11/+28
2022-09-11explicitly assigning value of variable of type 'int' to itselfrbuj1-2/+2
2022-09-11Use GLib's new g_clear_signal_handler() function to simplify coderbuj5-17/+47
2022-09-11Variable 'show_image_collection' is assigned a value that is never usedrbuj1-1/+2
2022-09-11Variable 'screen' is assigned a value that is never usedrbuj1-2/+3
2022-09-11configure.ac: The macro 'AC_HELP_STRING' is obsoleterbuj1-5/+5
2022-09-11eom-scroll-view.c: fix -Wbad-function-cast warningrbuj1-6/+7
2022-09-11eom-close-confirmation-dialog: fix -Wbad-function-cast warningrbuj1-5/+11
2022-07-10Updated url in readme to point to working linkSoftware21-1/+1
2022-02-12ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2021-12-21eom-window: fix warning incompatible-pointer-typesrbuj1-1/+1
2021-11-20Use a blank line at mostrbuj35-118/+0
2021-11-14Accessibility: add proper mnemonic relations and labellingValentin Villenave2-0/+21
2021-10-26Add support for libexif 0.6.14+rbuj1-1/+1
libexif 0.6.22+ was previously required because the macro EXIF_TAG_GAMMA was not defined reading the NEWS file.
2021-09-18tx: update resourceraveit651-4/+4
2021-09-18user-guide: fix wrong informationsraveit651-3/+3
- reported by translators at transifex
2021-08-03release 1.26.0v1.26.0raveit652-2/+7
2021-08-03tx: sync with transifexraveit65141-22206/+22338
2021-08-03travis-Ci: use libera.chat as notification serverraveit651-1/+1