summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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 coderbuj3-13/+30
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-11eom-scroll-view.c: fix -Wbad-function-cast warningrbuj1-6/+7
2022-09-11eom-close-confirmation-dialog: fix -Wbad-function-cast warningrbuj1-5/+11
2021-12-21eom-window: fix warning incompatible-pointer-typesrbuj1-1/+1
2021-11-20Use a blank line at mostrbuj26-59/+0
2021-06-20update copyright to 2021raveit653-0/+3
2021-03-30eom-window: Remove -Wmissing-field-initializers warningsrbuj1-12/+12
2021-02-05build: allow users to disable gettext support (--disable-nls)rbuj3-0/+12
2021-02-05build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-28Remove cppcheck warning knownConditionTrueFalserbuj2-4/+2
2021-01-20Remove unnecessary casts on signal function callsrbuj10-368/+393
2021-01-16Update copyright to 2021rbuj1-1/+1
2021-01-07Remove warning -Wshadowrbuj3-14/+8
2021-01-01eom-uri-converter: dereference of NULL 'repl_str' reported by gccrbuj1-1/+1
2020-12-29Do not remove the accelerators from image properties dialogrbuj1-2/+2
2020-12-23eom-save-as-dialog-helper: Fix resource pathrbuj1-1/+1
2020-12-11eom-image: warning -Wexpansion-to-definedrbuj1-1/+1
2020-11-18eom-scroll-view.c: Redundant casting GTK_WIDGETrbuj1-32/+32
2020-11-18eom-scroll-view: Remove warning incompatible-pointer-typesrbuj1-1/+1
2020-11-03Ensure scrollbar moves when dragged to move imagelukefromdc1-0/+2
Fixes https://github.com/mate-desktop/eom/issues/132
2020-09-02Remove unused macrosPablo Barciela9-23/+0
2020-08-17eom-metadata-reader: add gdk/gdk.h includeNP-Hardass1-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-21Shorten the function name for notebook scroll-eventrbuj4-5/+5
2020-07-21eom-util: Fix code indentrbuj1-8/+6
2020-07-13Add tab scrolling support for dialog windowstamplan4-0/+82
2020-07-13Revert "Add tab scrolling support for GTK3"raveit654-65/+0
This reverts commit e6215d267425ec0db970aecf420077babfcc035d.
2020-07-13Revert "Add tab scrolling support for dialog windows"raveit654-24/+7
This reverts commit f27d0293d6ba096c8b9a2325bf482e1c9c281de7.
2020-07-13Add tab scrolling support for dialog windowstamplan4-7/+24
2020-07-13Add tab scrolling support for GTK3tamplan4-0/+65
2020-04-13eom-window: expand the comment on about dialogrbuj1-1/+1
2020-03-10Remove warnings: cast between incompatible function typesrbuj5-29/+14
2020-01-25Preprocessing warning for file: src/eom-window.crbuj1-0/+1
2020-01-25Preprocessing warning for file: src/eom-print.crbuj1-0/+1
2020-01-12thumbnail: Remove use of mate-desktop-thumbnail helperBastien Nocera1-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-10Update copyright to 2020raveit651-1/+1
2020-01-09enable wayland supportWu Xiaotian8-41/+50
2020-01-03EomPrintPreview: Fix preview thumbnail on HiDPI displaysFelix Riemann1-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-12add missing format specifier for ngettextmonsta1-1/+1
2019-09-07remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef]rbuj1-1/+1
2019-09-03remove warnings: incorrect usage of abs() [-Wabsolute-value]rbuj1-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-03remove warnings: redundant redeclaration [-Wredundant-decls]rbuj1-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-03remove warning: variable ‘priv’ set but not usedrbuj1-3/+0
eom-window.c:3153:20: warning: variable ‘priv’ set but not used [-Wunused-but-set-variable]
2019-07-24properties-dialog: suppress GtkAction warningsraveit651-0/+2
2019-07-24eom-window: suppress GtkAction warningsraveit651-5/+100
2019-07-14Allow color correcting images with alpha channelVictor Kareh1-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-14EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMAVictor Kareh1-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-14EomMetadataReaderPNG: Only build profile from cHRM if gAMA is presentVictor Kareh1-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