Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-04-23 | UI: avoid using deprecaded widgets | raveit65 | 2 | -302/+470 | |
2017-04-23 | EomCloseConfirmationDialog: set max width chars for primary label | raveit65 | 1 | -0/+2 | |
This reduce the width of the confirmation dialog | |||||
2017-04-23 | EomCloseConfirmationDialog: Fix size request for the image list | Felix Riemann | 1 | -1/+1 | |
Change the size request of the encasing ScrolledWindow instead of the TreeView itself. Otherwise the list would hardly show one row. https://bugzilla.gnome.org/show_bug.cgi?id=679505 taken from: https://git.gnome.org/browse/eog/commit/?id=46fb713 | |||||
2017-04-23 | Printing paper orientation should default based on image dimensions | Javier Sánchez | 1 | -0/+14 | |
Now, the default paper orientation in print settings is based on image dimensions. https://bugzilla.gnome.org/show_bug.cgi?id=531898 taken from: https://git.gnome.org/browse/eog/commit/?id=5aebb88 | |||||
2017-04-23 | Avoid recompressing JPEGs as PNG when printing | Felix Riemann | 3 | -1/+160 | |
Use cairo's feature to simply attach the source file data to the printing surface. This reduces the file size of the resulting PDF file pretty much to the source file size. https://bugzilla.gnome.org/show_bug.cgi?id=394260 taken from: https://git.gnome.org/browse/eog/commit/?id=7029dfe | |||||
2017-04-23 | EomFileChooser: Use MateThumbnailFactory to create preview image | Felix Riemann | 1 | -9/+28 | |
Do this if no thumbnail exists yet. Avoids displaying too large thumbs for images that have yet to be thumbnailed, breaking the file open dialog. https://bugzilla.gnome.org/show_bug.cgi?id=671944 taken from: https://git.gnome.org/browse/eog/commit/?id=57116d5 |