| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-15 | eom-window: Add additional key codes for image switching using mouse buttonsHEADmaster | Sean Baggaley | 1 | -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-24 | build(deps): bump actions/checkout from 4 to 5 | dependabot[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-05 | Eom*: Use fast content type as fallback | Victor Kareh | 9 | -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-05 | EomUtil: Add helper to get content type from GFileInfos | Victor Kareh | 2 | -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-20 | Add 'preserve-order' flag to allow viewing order specified on cmd line (#354) | PeteHemery | 8 | -12/+30 | |
| 2025-05-22 | CI: drop travis CI | Xiaotian Wu | 2 | -251/+0 | |
| 2025-05-22 | CI: use github action | Xiaotian Wu | 8 | -0/+393 | |
| 2024-02-14 | release 1.28.0v1.28.0 | raveit65 | 3 | -3/+12 | |
| 2024-02-14 | tx: sync with transifex | raveit65 | 17 | -49/+1603 | |
| 2024-01-23 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
| 2023-12-24 | eom-window: update image counter even if current thumbnail is for failured image | whatdoineed2do/Ray | 1 | -24/+26 | |
| 2023-11-30 | meson: explicit dep on -lm as required for Fedora35 | whatdoineed2do/Ray | 1 | -0/+3 | |
| 2023-11-25 | fix building with new libxml 2.12.0 | Tomasz Kłoczko | 1 | -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-21 | CI: use libpeas1 dependency for fedora39 | raveit65 | 1 | -1/+1 | |
| 2023-09-15 | tx: fix warning in Serbian translations | raveit65 | 1 | -2/+3 | |
| 2023-09-15 | tx: fix warning in Japanese translations | raveit65 | 1 | -1/+0 | |
| 2023-08-25 | release 1.27.1v1.27.1 | raveit65 | 3 | -3/+9 | |
| 2023-08-25 | tx: pull with transifex | raveit65 | 206 | -356/+684 | |
| 2023-04-20 | Remove help images that are not readable | Manatsawin Hanmongkolchai | 20 | -0/+0 | |
| 2023-04-20 | Use gtk_update_icon_cache | Manatsawin Hanmongkolchai | 1 | -1/+1 | |
| 2023-04-20 | Generate changelog on dist | Manatsawin Hanmongkolchai | 2 | -1/+6 | |
| 2023-04-20 | Document why gtkdoc doesn't work | Manatsawin Hanmongkolchai | 1 | -13/+14 | |
| 2023-04-20 | Fix plugin installing | Manatsawin Hanmongkolchai | 6 | -9/+11 | |
| 2023-04-20 | Add plugin build | Manatsawin Hanmongkolchai | 6 | -2/+92 | |
| 2023-04-20 | Add enum and thumbnailer build | Manatsawin Hanmongkolchai | 4 | -14/+52 | |
| 2023-04-20 | Reduce requirement to meson 0.59 | Manatsawin Hanmongkolchai | 3 | -22/+26 | |
| 2023-04-20 | Add meson build support | Manatsawin Hanmongkolchai | 14 | -0/+563 | |
| 2023-04-06 | Fix building with ImageMagick 7 | Robert Scheck | 1 | -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-03 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+22 | |
| 2022-10-30 | tx: sync with transifex | mbkma | 206 | -16682/+17201 | |
| 2022-10-29 | tx: update resource | mbkma | 2 | -115/+116 | |
| 2022-10-28 | tx: migrate config file | mbkma | 2 | -11/+28 | |
| 2022-09-11 | explicitly assigning value of variable of type 'int' to itself | rbuj | 1 | -2/+2 | |
| 2022-09-11 | Use GLib's new g_clear_signal_handler() function to simplify code | rbuj | 5 | -17/+47 | |
| 2022-09-11 | Variable 'show_image_collection' is assigned a value that is never used | rbuj | 1 | -1/+2 | |
| 2022-09-11 | Variable 'screen' is assigned a value that is never used | rbuj | 1 | -2/+3 | |
| 2022-09-11 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -5/+5 | |
| 2022-09-11 | eom-scroll-view.c: fix -Wbad-function-cast warning | rbuj | 1 | -6/+7 | |
| 2022-09-11 | eom-close-confirmation-dialog: fix -Wbad-function-cast warning | rbuj | 1 | -5/+11 | |
| 2022-07-10 | Updated url in readme to point to working link | Software2 | 1 | -1/+1 | |
| 2022-02-12 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
| 2021-12-21 | eom-window: fix warning incompatible-pointer-types | rbuj | 1 | -1/+1 | |
| 2021-11-20 | Use a blank line at most | rbuj | 35 | -118/+0 | |
| 2021-11-14 | Accessibility: add proper mnemonic relations and labelling | Valentin Villenave | 2 | -0/+21 | |
| 2021-10-26 | Add support for libexif 0.6.14+ | rbuj | 1 | -1/+1 | |
| libexif 0.6.22+ was previously required because the macro EXIF_TAG_GAMMA was not defined reading the NEWS file. | |||||
| 2021-09-18 | tx: update resource | raveit65 | 1 | -4/+4 | |
| 2021-09-18 | user-guide: fix wrong informations | raveit65 | 1 | -3/+3 | |
| - reported by translators at transifex | |||||
| 2021-08-03 | release 1.26.0v1.26.0 | raveit65 | 2 | -2/+7 | |
| 2021-08-03 | tx: sync with transifex | raveit65 | 141 | -22206/+22338 | |
| 2021-08-03 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
