Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-18 | tx: sync with transifex | raveit65 | 155 | -16493/+18670 | |
2019-09-12 | remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef] | rbuj | 1 | -1/+1 | |
2019-09-12 | 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-09-12 | 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-09-12 | 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-09-12 | 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-09-12 | 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-09-12 | 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-01 | require GLib 2.52 | monsta | 1 | -1/+1 | |
needed after https://github.com/mate-desktop/eom/commit/3600686c9edffbd291f13801d9cb893a72f38341 g_content_type_is_mime_type appeared in 2.52 | |||||
2019-06-11 | Restore image types list and add wildcard | Victor Kareh | 1 | -1/+1 | |
2019-06-06 | Disconnect callbacks for "Open with" menu items before connecting new ones. | Saffith | 1 | -0/+5 | |
2019-06-06 | Unref GtkUIManager so "Open with" menu is freed. | Saffith | 1 | -0/+1 | |
2019-05-23 | travis: use fedora-30 and ubuntu-19.04 for building | raveit65 | 1 | -2/+2 | |
2019-04-22 | release 1.22.1v1.22.1 | raveit65 | 2 | -2/+10 | |
2019-04-22 | tx: sync with transifex | raveit65 | 202 | -34203/+32011 | |
2019-04-22 | tx: update resource file | raveit65 | 1 | -119/+119 | |
2019-04-12 | store: Add any image file in the current directory to the store | Victor Kareh | 2 | -3/+4 | |
This allows eom to navigate through all image files in a directory without having to manually load them into the store. | |||||
2019-03-29 | github release for stable branch | raveit65 | 1 | -0/+19 | |
2019-03-12 | tx: update transifex config | raveit65 | 1 | -2/+2 | |
2019-03-10 | Help: Fix version to 1.22 and update pot file | rbuj | 2 | -4/+4 | |
2019-03-10 | help: update copyright | raveit65 | 1 | -2/+2 | |
2019-03-10 | Upgrade the manual to docbook 5.0 | rbuj | 3 | -646/+606 | |
To upgrade the manual: sudo dnf install -y docbook5-schemas xsltproc --output index-new.docbook /usr/share/xml/docbook5/stylesheet/upgrade/db4-upgrade.xsl index.docbook xsltproc --output legal-new.xml /usr/share/xml/docbook5/stylesheet/upgrade/db4-upgrade.xsl legal.xml To validate the manual: xmllint --noout --relaxng /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng help/C/index.docbook jing /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng help/C/index.docbook yelp-check validate help/C/index.docbook To view the manual: yelp file:///full_path/index.docbook Note: docbook5-schemas should be installed in your system in order to view the manual (DEPENDENCY) | |||||
2019-03-08 | Use persistent page setup | Victor Kareh | 1 | -2/+3 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -2/+23 | |
2019-02-24 | tx: sync with transifex | raveit65 | 141 | -14067/+17125 | |
2019-02-18 | Add update-authors.pl script which helps to update eom.about | rbuj | 1 | -0/+62 | |
2019-02-18 | Read authors (updated) and documenters (updated) from eom.about gresource | rbuj | 4 | -35/+38 | |
2019-02-17 | Enable Travis CI for all branches | Wu Xiaotian | 1 | -6/+0 | |
2019-02-17 | Initialize Travis CI support | Wu Xiaotian | 1 | -0/+141 | |
2019-02-16 | tx: update resource file for transifex | rbuj | 1 | -107/+118 | |
2019-02-16 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
2019-02-15 | Make translatable the copyright in about dialog | rbuj | 1 | -3/+3 | |
2019-02-05 | tx: sync with fixed translations from transifex | raveit65 | 216 | -46028/+146459 | |
2019-02-04 | tx: update resource file for transifex | raveit65 | 2 | -22/+22 | |
2019-01-31 | Help - fix gui labels | rbuj | 1 | -15/+15 | |
There is no File menu item in toolbar, it's Image, and edit actions can be found under Edit menu item instead of Image menu item. Fix Open Image dialog title. | |||||
2018-12-16 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-12-05 | tx: fix typo | raveit65 | 1 | -1/+1 | |
2018-10-19 | Update the appdata XML file | suve | 2 | -4/+4 | |
- Fix appdata XML root node tag - Change <id type="desktop"> to <id> in appdata XML - Change <id type="desktop"> to <id> in appdata XML | |||||
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-01 | tx: update help source for transifex | raveit65 | 1 | -2/+2 | |
2018-09-30 | Fix url of ulink to point to mate-user-guide | rbuj | 1 | -1/+1 | |
2018-09-29 | tx: update help source for transifex | raveit65 | 1 | -6/+6 | |
2018-09-29 | Update Catalan screenhots | rbuj | 3 | -0/+0 | |
2018-09-29 | tx: improve source file generation | raveit65 | 1 | -0/+1 | |
2018-09-29 | Fix spelling and grammar mistakes | rbuj | 1 | -4/+4 | |
2018-09-27 | Update eom_start_window.png | rbuj | 1 | -0/+0 | |
2018-09-26 | tx: add eom help to transifex config | raveit65 | 3 | -1/+1159 | |
2018-08-24 | Reduce the number of g_file_query_info calls at start-up | Debarshi Ray | 3 | -13/+33 | |
https://bugzilla.gnome.org/show_bug.cgi?id=764139 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/65e61ccc | |||||
2018-08-24 | EomImage: Remove unused constructor | Debarshi Ray | 2 | -14/+0 | |
https://bugzilla.gnome.org/show_bug.cgi?id=764139 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/14401d33 | |||||
2018-08-21 | fix a memory leak | lukefromdc | 1 | -1/+1 | |
Apply https://gitlab.gnome.org/GNOME/eog/commit/8032c8a0c6700966afbe77632c03a00ae9a878d0 |