Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-15 | EomExifDetails: Take Exif IFD into account when creating hash keys | Felix Riemann | 1 | -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-15 | Place GPS Exif tags into their own subcategory | Felix Riemann | 1 | -7/+9 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/e046f81 | |||||
2018-07-15 | Reformat Exif tags for GPS position to be better understandable | Felix Riemann | 1 | -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-15 | Make sure GPS Exif tags are named and ordered correctly | Felix Riemann | 1 | -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-15 | EomPropertiesDialog: Make details view expand vertically | Felix Riemann | 1 | -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-11 | EogScrollView: Implement simple two-pass filtering | Felix Riemann | 1 | -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-11 | EomScrollView: Use better downscaling filter | Russell Haley | 1 | -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-08 | reload: ensure that pending updates to UI are complete | raveit65 | 1 | -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-13 | release 1.20.1v1.20.1 | raveit65 | 2 | -1/+8 | |
2018-06-13 | fix some -Wincompatible-pointer-types warnings | raveit65 | 3 | -3/+3 | |
2018-06-13 | sync with transifex | raveit65 | 133 | -21988/+68048 | |
2018-05-13 | svg: Fix offset coordinates when transforming SVG images on HiDPI displays | Victor Kareh | 1 | -5/+6 | |
2018-05-01 | Scale HiDPI images correctly | Victor Kareh | 1 | -21/+19 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-16 | tx: add makepot and move .pot file to srcdir | raveit65 | 2 | -0/+5 | |
2018-03-14 | tx: add eom.pot for auto-update translations | raveit65 | 1 | -0/+1465 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-01-30 | release 1.20v1.20.0 | raveit65 | 2 | -2/+11 | |
2018-01-30 | sync with transifex | raveit65 | 104 | -13175/+13178 | |
2018-01-30 | drop CSS for GTK+ 3.18 | monsta | 2 | -13/+1 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 10 | -111/+3 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-31 | egg-editable-toolbar.c/egg-toolbars-model.c: drop unused variables | Pablo Barciela | 2 | -7/+0 | |
2017-12-29 | print-preview: replace custom code with GDK function call | monsta | 1 | -93/+3 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=c1ac983bf3bdbd7d8ab4ab34208f1f399bdacbfc | |||||
2017-11-08 | sync with transifex | raveit65 | 2 | -2/+2 | |
2017-10-12 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+10 | |
2017-10-12 | sync with transifex | raveit65 | 104 | -287/+292 | |
2017-08-23 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+21 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-07-23 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-07-20 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -2/+2 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+12 | |
2017-05-11 | fix warning on closing empty window with multiple eom windows | monsta | 1 | -1/+1 | |
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+31 | |
2017-04-27 | EomThumbView: Replace deprecated gtk_menu_popup function | raveit65 | 1 | -15/+10 | |
2017-04-27 | multiple-save-as-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -289/+118 | |
2017-04-27 | error-message: replace usage of GtkStock | raveit65 | 1 | -3/+3 | |
2017-04-26 | A bunch of instrospection warning fixes | Emmanuel Pacaud | 1 | -0/+18 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=1b22c52 | |||||
2017-04-26 | EomScrollView: fix override_background deprecated call | Emmanuel Pacaud | 1 | -15/+17 | |
Do the necessary background drawing in draw callback. taken from: https://git.gnome.org/browse/eog/commit/?id=aea6404 | |||||
2017-04-26 | EomPropertiesDialog: Fix deprecation warnings | Emmanuel Pacaud | 1 | -4/+10 | |
Implementation as suggested in the GTK+ documentation. taken from: https://git.gnome.org/browse/eog/commit/?id=a57e788 | |||||
2017-04-26 | EomThumbNav: Fix deprecated function warning | Felix Riemann | 1 | -1/+2 | |
Just call the callback function directly as that's why the signal was manually triggered in the first place. taken from: https://git.gnome.org/browse/eog/commit/?id=4c86268 | |||||
2017-04-26 | EomScrollView: Replace deprecated gtk_menu_popup function | Alexei Sorokin | 1 | -22/+11 | |
2017-04-26 | EomScrollView: Switch from GtkDeviceManager to GdkSeat | Felix Riemann | 1 | -2/+11 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=3de58ce | |||||
2017-05-08 | fix typo in function annotation | monsta | 1 | -1/+1 | |
2017-05-07 | use different css files for < gtk+=3.20 | raveit65 | 3 | -1/+17 | |
2017-05-06 | sync with transifex | raveit65 | 104 | -4762/+4763 | |
2017-05-06 | EomWindow: Set file open dialog transient for its parent window | Felix Riemann | 1 | -0/+1 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=a54b3a8 | |||||
2017-04-25 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2017-04-24 | settings: use rgb color definition as defaults | raveit65 | 1 | -2/+2 | |