Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-09-03 | remove warnings: incorrect usage of abs() [-Wabsolute-value] | rbuj | 1 | -2/+2 | |
eom-transform.c:135:15: warning: using integer absolute value function ‘abs’ when argument is of floating point type ‘gdouble’ {aka ‘double’} [-Wabsolute-value] eom-transform.c:136:16: warning: using integer absolute value function ‘abs’ when argument is of floating point type ‘gdouble’ {aka ‘double’} [-Wabsolute-value] | |||||
2019-09-03 | remove warnings: redundant redeclaration [-Wredundant-decls] | rbuj | 1 | -2/+0 | |
egg-toolbars-model.h:113:10: warning: redundant redeclaration of ‘egg_tb_model_flags_get_type’ [-Wredundant-decls] eggtypebuiltins.h:13:23: warning: redundant redeclaration of ‘egg_tb_model_flags_get_type’ [-Wredundant-decls] eom-thumb-view.c:91:40: warning: redundant redeclaration of ‘eom_thumb_view_init’ [-Wredundant-decls] | |||||
2019-09-03 | remove warning: variable ‘priv’ set but not used | rbuj | 1 | -3/+0 | |
eom-window.c:3153:20: warning: variable ‘priv’ set but not used [-Wunused-but-set-variable] | |||||
2019-07-24 | properties-dialog: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-07-24 | eom-window: suppress GtkAction warnings | raveit65 | 1 | -5/+100 | |
2019-07-14 | Allow color correcting images with alpha channel | Victor Kareh | 1 | -10/+9 | |
This is mostly useful for PNG images for now but could also help with TIFF files in the future. LittleCMS will still ignore the alpha channel, so this should be harmless. https://bugzilla.gnome.org/show_bug.cgi?id=725357 upstream commit: https://gitlab.gnome.org/GNOME/eog/commit/80b536bc | |||||
2019-07-14 | EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMA | Victor Kareh | 1 | -5/+40 | |
The values used for sRGB in cHRM and gAMA chunks do not compute to a profile that exactly matches the built-in profile. Catch this case and use the built-in profile instead to avoid color differences. upstream commit: https://gitlab.gnome.org/GNOME/eog/commit/9589430c | |||||
2019-07-14 | EomMetadataReaderPNG: Only build profile from cHRM if gAMA is present | Victor Kareh | 1 | -9/+4 | |
It's more likely that such an image had a (stripped) sRGB profile or chunk. And thus rather than trying to build a profile from only half the necessary information, eom should not. https://bugzilla.gnome.org/show_bug.cgi?id=725359 upstream commit: https://gitlab.gnome.org/GNOME/eog/commit/78c0153e | |||||
2019-07-14 | Assume sRGB if no display profile is set | Victor Kareh | 1 | -6/+9 | |
Gimp and Firefox make this assumption as well. https://bugzilla.gnome.org/show_bug.cgi?id=563760 upstream commit: https://gitlab.gnome.org/GNOME/eog/commit/b2b3aa26 | |||||
2019-07-14 | EomImage: Check GdkPixbuf for an ICC profile before falling back to sRGB | Victor Kareh | 1 | -4/+26 | |
If an image's ICC profile cannot be extracted check whether GdkPixbuf was able to extract one before falling back to sRGB. This makes it possible to color correct TIFF images. https://bugzilla.gnome.org/show_bug.cgi?id=727467 upstream commit: https://gitlab.gnome.org/GNOME/eog/commit/48e971cb | |||||
2019-07-14 | Assume sRGB when image doesn't have an ICC profile attached | Victor Kareh | 1 | -1/+8 | |
This seems to be no problem with other image viewers and is apparently also recommended by W3C. https://bugzilla.gnome.org/show_bug.cgi?id=554498 upstream commit: https://gitlab.gnome.org/GNOME/eog/commit/dfdc1874 | |||||
2019-07-02 | Remove trailing whitespaces | Laurent Napias | 15 | -88/+88 | |
2019-06-11 | Update FSF address | Laurent Napias | 1 | -1/+1 | |
Update FSF address | |||||
2019-05-29 | Disconnect callbacks for "Open with" menu items before connecting new ones. | Saffith | 1 | -0/+5 | |
2019-05-29 | Unref GtkUIManager so "Open with" menu is freed. | Saffith | 1 | -0/+1 | |
2019-04-12 | store: Add any image file in the current directory to the store | Victor Kareh | 1 | -2/+3 | |
This allows eom to navigate through all image files in a directory without having to manually load them into the store. | |||||
2019-03-08 | Use persistent page setup | Victor Kareh | 1 | -2/+3 | |
2019-02-18 | Read authors (updated) and documenters (updated) from eom.about gresource | rbuj | 2 | -35/+34 | |