Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-20 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-20 | tx: update resource for transifex, drop fuzzy line | raveit65 | 1 | -2/+1 | |
2019-11-14 | tx: update resource for transifex | raveit65 | 1 | -394/+367 | |
2019-11-14 | switch to gettext | Wu Xiaotian | 1 | -4/+4 | |
2019-11-14 | fix makefile rules | Wu Xiaotian | 1 | -2/+2 | |
2019-11-14 | help: fix Italian translation | monsta | 1 | -3/+4 | |
tx pull -f -l it -r MATE.master--eom-user-guide | |||||
2019-11-14 | help: fix Russian translation | monsta | 1 | -2/+3 | |
tx pull -f -l ru -r MATE.master--eom-user-guide | |||||
2019-11-13 | ci: remove debian.sh | Wu Xiaotian | 1 | -2/+0 | |
2019-11-13 | tx: sync with transifex | raveit65 | 219 | -53471/+47278 | |
2019-11-13 | Add translator hint | Wu Xiaotian | 1 | -0/+2 | |
2019-11-13 | ci: add autopoint | Wu Xiaotian | 1 | -3/+2 | |
2019-11-13 | migrate from intltools to gettext | Wu Xiaotian | 11 | -27/+105 | |
2019-11-12 | update potfile | monsta | 1 | -140/+140 | |
2019-11-12 | add missing format specifier for ngettext | monsta | 1 | -1/+1 | |
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-22 | egg_editable_toolbar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-09-22 | egg-toolbar-editor: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-09-22 | egg-toolbars-model: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
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 | 2 | -3/+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-08-30 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-07-24 | [CI] debian: show all deprecation warnings | raveit65 | 1 | -0/+2 | |
2019-07-24 | reload-plugin: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
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-24 | egg-toolbar-editor: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-07-24 | egg-editable-toolbar: suppress GtkAction warnings | raveit65 | 1 | -19/+49 | |
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 | 17 | -95/+95 | |
2019-07-02 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+16 | |
2019-07-02 | tx: sync with transifex | raveit65 | 95 | -32909/+32457 | |
2019-07-02 | tx: update resource for transifex | raveit65 | 2 | -462/+385 | |
2019-07-01 | require GLib 2.52 | monsta | 1 | -1/+1 | |
needed after https://github.com/mate-desktop/eom/commit/f6d36b99c01aa3cc33bc97b3edb156cc6cf1863f g_content_type_is_mime_type appeared in 2.52 | |||||
2019-06-11 | Update FSF address | Laurent Napias | 4 | -4/+4 | |
Update FSF address | |||||
2019-06-11 | Restore image types list and add wildcard | Victor Kareh | 1 | -1/+1 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
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-05-23 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-15 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-13 | update image of eom_toolbar_editor_window | sakib | 1 | -0/+0 | |