summaryrefslogtreecommitdiff
path: root/src/eom-util.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-23util: Port to gtk_show_uri_on_windowTimm Bäder1-4/+4
gtk_show_uri is deprecated and will be removed in later versions. https://bugzilla.gnome.org/show_bug.cgi?id=792923 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/77f16df
2018-07-08Port EomApplication to GtkApplicationClaudio Saavedra1-2/+0
This removes the direct dependency on dbus and makes use of the GApplication/GtkApplication facilities for uniqueness and activation. Bump the glib requirement to 2.29.4, since we need G_APPLICATION_NON_UNIQUE. https://bugzilla.gnome.org/show_bug.cgi?id=622876 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/3d39587 Enable TotemScreensaver unconditionally It uses GDBus instead of libdbus now. It can be enabled even if libdbus is not available as GDBus/GIO is always present. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4c32882
2018-07-03Use new DBus API to show the current image in the file browserFelix Riemann1-0/+86
This improves the functionality implemented with commit 9df5fd43. The new API that will be included in Nautilus 3.3.4 not only opens a view for the containing folder but also marks the image in the view. The old behaviour is still available as fallback if the new API is not offered on the system. https://bugzilla.gnome.org/show_bug.cgi?id=650402 origin commit: https://git.gnome.org/browse/eog/commit/?h=gnome-3-4&id=fa74473
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
and drop additional checks for min/max GLib versions, it's not needed
2017-07-23don't use deprecated gtk_show_uriraveit651-0/+4
2015-07-08show correct help pages in prefs and toolbar-editor dialogsMonsta1-1/+1
2014-07-24Drop support for glib < 2.36infirit1-4/+0
2013-07-31Use yelp-tools instead of mate-doc-utilsinfirit1-2/+2
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-1/+1
2012-04-17folder name mistakePerberos1-2/+2
2012-01-30g_get_user_config_dir() would be better ↵Perberos1-4/+5
(https://github.com/mate-desktop/mate-panel/issues/8)
2011-11-06inicialPerberos1-0/+348