xed/plugins/filebrowser
Stephen Collins 67892da099 Fix some deprecation warnings (#289)
* xed-app.c: replace get_active_window with gtk_application version

This allows us to remove quite a bit of code, some of which uses
deprecated functions, so it also has the benefit of cleaning up the
deprecation warnings a bit.

* Switch a couple uses of gtk_show_uri with gtk_show_uri_on_window

gtk_show_uri is deprecated.

* Taglist plugin: remove call to gtk_tree_view_set_rules_hint

This function is deprecated, and it already defaults to false in
any case, so it wasn't doing anything anyway.

* Deprecations: move all instances of gtk_menu_popup to newer methods

In a couple cases this simplifies the code quite a bit

* Replace deprecated gdk_window_at_pointer with newer method
2019-05-05 10:25:37 +01:00
..
filebrowser.plugin.desktop.in plugins: Make them actually recognized and loaded by Xed 2016-12-26 16:12:05 -08:00
meson.build Port to meson (#258) 2018-11-19 11:09:52 +00:00
org.x.editor.plugins.filebrowser.gschema.xml Port to meson (#258) 2018-11-19 11:09:52 +00:00
xed-file-bookmarks-store.c Port to meson (#258) 2018-11-19 11:09:52 +00:00
xed-file-bookmarks-store.h Port to the use of GFile instead of URIs and merge gio document loader and saver 2017-01-14 11:48:19 -08:00
xed-file-browser-error.h Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 2016-02-04 09:20:42 +00:00
xed-file-browser-marshal.list Port to meson (#258) 2018-11-19 11:09:52 +00:00
xed-file-browser-messages.c filebrowser: Don't leak GFiles 2017-02-15 18:25:54 -08:00
xed-file-browser-messages.h Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 2016-02-04 09:20:42 +00:00
xed-file-browser-plugin.c Fix warnings when building xed 2.0.1 (#264) 2018-12-11 11:38:12 +00:00
xed-file-browser-plugin.h Add new (App/Window/View)Activatable interfaces for plugins 2017-01-09 11:57:48 -08:00
xed-file-browser-store.c Port to meson (#258) 2018-11-19 11:09:52 +00:00
xed-file-browser-store.h Port to the use of GFile instead of URIs and merge gio document loader and saver 2017-01-14 11:48:19 -08:00
xed-file-browser-utils.c Port to meson (#258) 2018-11-19 11:09:52 +00:00
xed-file-browser-utils.h filebrowser: Don't use deprecated GtkStock 2017-02-15 18:25:54 -08:00
xed-file-browser-view.c Filebrowser: Kill the click policy property with fire (#293) 2019-05-05 10:20:18 +01:00
xed-file-browser-view.h Filebrowser: Kill the click policy property with fire (#293) 2019-05-05 10:20:18 +01:00
xed-file-browser-widget-ui.xml filebrowser: Redesign the toolbar in filebrowser 2017-02-15 18:25:54 -08:00
xed-file-browser-widget.c Fix some deprecation warnings (#289) 2019-05-05 10:25:37 +01:00
xed-file-browser-widget.h Port to the use of GFile instead of URIs and merge gio document loader and saver 2017-01-14 11:48:19 -08:00