Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
9 days | Eom*: Use fast content type as fallbackHEADmaster | 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 | |||||
9 days | 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 | 7 | -11/+29 | |
2023-12-24 | eom-window: update image counter even if current thumbnail is for failured image | whatdoineed2do/Ray | 1 | -24/+26 | |
2023-04-20 | Fix plugin installing | Manatsawin Hanmongkolchai | 1 | -1/+1 | |
2023-04-20 | Add plugin build | Manatsawin Hanmongkolchai | 1 | -1/+1 | |
2023-04-20 | Add enum and thumbnailer build | Manatsawin Hanmongkolchai | 1 | -12/+17 | |
2023-04-20 | Add meson build support | Manatsawin Hanmongkolchai | 1 | -0/+175 | |
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 | 3 | -13/+30 | |
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 | 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 | |
2021-12-21 | eom-window: fix warning incompatible-pointer-types | rbuj | 1 | -1/+1 | |
2021-11-20 | Use a blank line at most | rbuj | 26 | -59/+0 | |
2021-06-20 | update copyright to 2021 | raveit65 | 3 | -0/+3 | |
2021-03-30 | eom-window: Remove -Wmissing-field-initializers warnings | rbuj | 1 | -12/+12 | |
2021-02-05 | build: allow users to disable gettext support (--disable-nls) | rbuj | 3 | -0/+12 | |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
2021-01-28 | Remove cppcheck warning knownConditionTrueFalse | rbuj | 2 | -4/+2 | |
2021-01-20 | Remove unnecessary casts on signal function calls | rbuj | 10 | -368/+393 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2021-01-07 | Remove warning -Wshadow | rbuj | 3 | -14/+8 | |
2021-01-01 | eom-uri-converter: dereference of NULL 'repl_str' reported by gcc | rbuj | 1 | -1/+1 | |
2020-12-29 | Do not remove the accelerators from image properties dialog | rbuj | 1 | -2/+2 | |
2020-12-23 | eom-save-as-dialog-helper: Fix resource path | rbuj | 1 | -1/+1 | |
2020-12-11 | eom-image: warning -Wexpansion-to-defined | rbuj | 1 | -1/+1 | |
2020-11-18 | eom-scroll-view.c: Redundant casting GTK_WIDGET | rbuj | 1 | -32/+32 | |
2020-11-18 | eom-scroll-view: Remove warning incompatible-pointer-types | rbuj | 1 | -1/+1 | |
2020-11-03 | Ensure scrollbar moves when dragged to move image | lukefromdc | 1 | -0/+2 | |
Fixes https://github.com/mate-desktop/eom/issues/132 | |||||
2020-09-02 | Remove unused macros | Pablo Barciela | 9 | -23/+0 | |
2020-08-17 | eom-metadata-reader: add gdk/gdk.h include | NP-Hardass | 1 | -0/+2 | |
to resolve #258 https://github.com/mate-desktop/eom/commit/be4fa28, enable wayland support added "defined(GDK_WINDOWING_x11)" macros without the accompanying gdk headers | |||||
2020-07-21 | Shorten the function name for notebook scroll-event | rbuj | 4 | -5/+5 | |
2020-07-21 | eom-util: Fix code indent | rbuj | 1 | -8/+6 | |
2020-07-13 | Add tab scrolling support for dialog windows | tamplan | 4 | -0/+82 | |
2020-07-13 | Revert "Add tab scrolling support for GTK3" | raveit65 | 4 | -65/+0 | |
This reverts commit e6215d267425ec0db970aecf420077babfcc035d. | |||||
2020-07-13 | Revert "Add tab scrolling support for dialog windows" | raveit65 | 4 | -24/+7 | |
This reverts commit f27d0293d6ba096c8b9a2325bf482e1c9c281de7. | |||||
2020-07-13 | Add tab scrolling support for dialog windows | tamplan | 4 | -7/+24 | |
2020-07-13 | Add tab scrolling support for GTK3 | tamplan | 4 | -0/+65 | |
2020-04-13 | eom-window: expand the comment on about dialog | rbuj | 1 | -1/+1 | |
2020-03-10 | Remove warnings: cast between incompatible function types | rbuj | 5 | -29/+14 | |
2020-01-25 | Preprocessing warning for file: src/eom-window.c | rbuj | 1 | -0/+1 | |
2020-01-25 | Preprocessing warning for file: src/eom-print.c | rbuj | 1 | -0/+1 | |
2020-01-12 | thumbnail: Remove use of mate-desktop-thumbnail helper | Bastien Nocera | 1 | -4/+5 | |
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. https://bugzilla.gnome.org/show_bug.cgi?id=784942 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/0e7749b | |||||
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-09 | enable wayland support | Wu Xiaotian | 8 | -41/+50 | |
2020-01-03 | EomPrintPreview: Fix preview thumbnail on HiDPI displays | Felix Riemann | 1 | -3/+7 | |
Simply scale the preview thumbnail according to the display scale setting. That should provide a good looking preview at the correct size. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/d17e1b20ebfd878 | |||||
2019-11-12 | add missing format specifier for ngettext | monsta | 1 | -1/+1 | |
2019-09-07 | remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef] | rbuj | 1 | -1/+1 | |