summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Disconnect callbacks for "Open with" menu items before connecting new ones.1.20Saffith1-0/+5
2019-06-06Unref GtkUIManager so "Open with" menu is freed.Saffith1-0/+1
2019-05-25travis: use Debian Buster which has 1.20Pablo Barciela1-1/+1
2019-05-23travis: use f28 and disable archlinuxraveit651-2/+2
2019-03-08Use persistent page setupVictor Kareh1-2/+3
2019-03-08add Travis-CI supportraveit651-0/+135
2019-02-05tx: sync with fixed translations from transifex"raveit65216-2523/+2540
2019-02-04tx: update resource file for transifexraveit652-22/+22
2019-01-30Help - fix gui labelsrbuj1-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-20Update the appdata XML filesuve2-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-12-16disable deprecation warnings for distcheckraveit651-1/+2
2018-12-15release 1.21.2v1.20.2raveit652-1/+23
2018-12-15tx: sync with transifexraveit65225-23416/+135939
2018-12-15Reduce the number of g_file_query_info calls at start-upDebarshi Ray3-13/+33
https://bugzilla.gnome.org/show_bug.cgi?id=764139 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/65e61ccc
2018-12-15EomImage: Remove unused constructorDebarshi Ray2-14/+0
https://bugzilla.gnome.org/show_bug.cgi?id=764139 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/14401d33
2018-12-05tx: fix typoraveit651-1/+1
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-01tx: update help source for transifexraveit651-2/+2
2018-10-01Fix url of ulink to point to mate-user-guiderbuj1-1/+1
2018-09-29tx: update help source for transifexraveit651-6/+6
2018-09-29Update Catalan screenhotsrbuj3-0/+0
2018-09-29tx: improve source file generationraveit651-0/+1
2018-09-29Fix spelling and grammar mistakesrbuj1-4/+4
2018-09-29Update eom_start_window.pngrbuj1-0/+0
2018-09-26tx: add eom help to transifex configraveit653-1/+1159
2018-08-21fix a memory leaklukefromdc1-1/+1
Apply https://gitlab.gnome.org/GNOME/eog/commit/8032c8a0c6700966afbe77632c03a00ae9a878d0
2018-07-17tx: update language sourceraveit651-13/+33
2018-07-15exif-details: make value column selectableraveit651-3/+6
Of course those values aren't editable, but this allowed to copy/paste gps data.
2018-07-15EomExifDetails: Take Exif IFD into account when creating hash keysFelix Riemann1-3/+12
This should solve conflicts with Exif values that have the same number but are stored in different IFD blocks (e.g GPS and Interoperability). https://bugzilla.gnome.org/show_bug.cgi?id=670700 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/38f49dc
2018-07-15Place GPS Exif tags into their own subcategoryFelix Riemann1-7/+9
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/e046f81
2018-07-15Reformat Exif tags for GPS position to be better understandableFelix Riemann1-3/+91
libexif's formatting of these tags is not nice to read. Reformatted are latitude and longitude values and their reference points. https://bugzilla.gnome.org/show_bug.cgi?id=627185 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/3e4bc1a
2018-07-15Make sure GPS Exif tags are named and ordered correctlyFelix Riemann1-2/+8
Some GPS tag IDs overlap with IDs from other IFDs. Specifically check for the GPS IFD and order the entries accordingly. Also respect the IFD when determining the tag's title. https://bugzilla.gnome.org/show_bug.cgi?id=627185 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/8574b4b Fixes https://github.com/mate-desktop/eom/issues/125
2018-07-15EomPropertiesDialog: Make details view expand verticallyFelix Riemann1-0/+1
Otherwise it would only be large enough for roughly one line. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/c4a025e
2018-07-11EogScrollView: Implement simple two-pass filteringFelix Riemann1-4/+65
Show the filtered image only after a short time. This should improve the UI's responsiveness quite a bit. https://bugzilla.gnome.org/show_bug.cgi?id=665897 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/88c4f54 https://gitlab.gnome.org/GNOME/eog/commit/8169e0a
2018-07-11EomScrollView: Use better downscaling filterRussell Haley1-4/+4
Replace all instances of CAIRO_FILTER_BILINEAR with CAIRO_FILTER_GOOD. This produces much less aliasing on downscaled images. CAIRO_FILTER_GOOD uses the same method as CAIRO_FILTER_BILINEAR for scale factors greater than 0.75, according to https://bugs.webkit.org/show_bug.cgi?id=147826. Comparison screenshots made with eog 3.18.1: http://imgur.com/a/NaoOs CAIRO_FILTER_BEST is better still, but the the visual difference is almost imperceptible and the performance impact is severe. https://bugzilla.gnome.org/show_bug.cgi?id=665897 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fbc1128 fixes https://github.com/mate-desktop/eom/issues/96
2018-07-08reload: ensure that pending updates to UI are completeraveit651-0/+2
The plugin tries to remove the menuentry from menu during closing eom. Using gtk_ui_manager_ensure_update () function to make sure that all pending updates to the UI have been completed. fixes https://github.com/mate-desktop/eom/issues/145
2018-06-13release 1.20.1v1.20.1raveit652-1/+8
2018-06-13fix some -Wincompatible-pointer-types warningsraveit653-3/+3
2018-06-13sync with transifexraveit65133-21988/+68048
2018-05-13svg: Fix offset coordinates when transforming SVG images on HiDPI displaysVictor Kareh1-5/+6
2018-05-01Scale HiDPI images correctlyVictor Kareh1-21/+19
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-16tx: add makepot and move .pot file to srcdirraveit652-0/+5
2018-03-14tx: add eom.pot for auto-update translationsraveit651-0/+1465
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-01-30release 1.20v1.20.0raveit652-2/+11
2018-01-30sync with transifexraveit65104-13175/+13178
2018-01-30drop CSS for GTK+ 3.18monsta2-13/+1
2018-01-30require GTK+ 3.22 and GLib 2.50monsta10-111/+3
and drop additional checks for min/max GLib versions, it's not needed
2018-01-09update copyright year to 2018monsta1-1/+1