gatuno-terminal/src
raveit65 537d09c86a window: Attach popup menus to their parent widgets
When running on Wayland, popup menus must have a parent widget to attach
to. If a parent widget is not explicitly set, the GDK backend tries to
guess what parent widget seems appropriate. In order to have more
reliable popups, change the popups in the terminal window to set their
parent widgets explicitly.

https://bugzilla.gnome.org/show_bug.cgi?id=750755

taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=67afb95
2017-01-27 09:33:26 +01:00
..
skey Fix some warnings. 2014-02-12 00:05:23 +00:00
Makefile.am Borrow pluma-close-button class and use it. 2016-06-11 21:09:24 +02:00
eggdesktopfile.c Drop support for gtk+ < 2.24 2014-05-20 12:35:08 +02:00
eggdesktopfile.h Update src/eggdesktopfile.h 2012-10-12 02:40:49 +03:00
eggshell.c drop support for win32/osx 2015-09-08 13:39:20 +02:00
eggshell.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
eggsmclient-private.h drop old GTK+2 code 2016-05-26 16:54:22 +03:00
eggsmclient-xsmp.c drop old GTK+2 code 2016-05-26 16:54:22 +03:00
eggsmclient.c drop support for win32/osx 2015-09-08 13:39:20 +02:00
eggsmclient.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
encodings-dialog.ui encodings-dialog.ui: fix deprecated elements 2016-07-20 11:27:26 +02:00
extra-strings.c Add blink preference 2014-01-25 20:38:35 +00:00
find-dialog.ui find-dialog.ui: fix deprecated elements 2016-07-20 11:27:26 +02:00
keybinding-editor.ui keybinding-editor.ui: clean up deprecations 2016-07-20 11:27:26 +02:00
org.mate.terminal.gschema.xml.in fix typo: cliboard -> clipboard 2016-02-19 16:57:16 +03:00
profile-editor.c profile-editor: render text in color scheme combobox 2016-06-11 16:16:34 +02:00
profile-editor.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
profile-manager.ui profile-manager.ui: avoid deprecated elements 2016-07-20 11:27:26 +02:00
profile-new-dialog.ui profile-new-dialog.ui: avoid deprecated GtkTable and Gtk{H/V}Box 2016-07-20 11:27:26 +02:00
profile-preferences.ui profile-preferences.ui: avoid deprecations 2016-07-20 11:27:26 +02:00
skey-challenge.ui skey-challange.ui: avoid deprecated elements 2016-07-20 11:27:26 +02:00
skey-popup.c do not use deprecated gtk_dialog_set_alternative_button_order 2016-06-11 17:00:16 +02:00
skey-popup.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-accels.c drop gdkkeysyms-compat usage, use modern key names 2015-08-03 16:54:28 +03:00
terminal-accels.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-app.c add back --geometry positioning support 2016-09-22 15:58:49 +03:00
terminal-app.h Opening new terminal in a tab now works. The new intended behaviour is desbribed 2014-02-24 15:21:21 +00:00
terminal-close-button.c Borrow pluma-close-button class and use it. 2016-06-11 21:09:24 +02:00
terminal-close-button.h Borrow pluma-close-button class and use it. 2016-06-11 21:09:24 +02:00
terminal-debug.c fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-debug.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-encoding.c Fix some warnings. 2014-02-12 00:05:23 +00:00
terminal-encoding.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-info-bar.c drop old GTK+2 code 2016-05-26 16:54:22 +03:00
terminal-info-bar.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-intl.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-marshal.list initial 2011-11-06 17:13:49 -03:00
terminal-options.c Fix incorrect ordering of COLS and ROWS 2016-03-07 00:42:45 +03:00
terminal-options.h Opening new terminal in a tab now works. The new intended behaviour is desbribed 2014-02-24 15:21:21 +00:00
terminal-profile.c terminal-profile: replace deprecated GDK_TYPE_COLOR 2016-06-11 13:03:24 +02:00
terminal-profile.h port GdkColors to GdkRGBA and GtkColorButton to GtkColorChooser 2016-06-11 13:03:09 +02:00
terminal-screen-container.c fix deprecated usage of GtkVScrollbar 2016-06-01 18:36:40 +03:00
terminal-screen-container.h use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds 2016-01-20 10:56:16 +03:00
terminal-screen.c screen: Update for vte API 2017-01-23 14:15:08 +03:00
terminal-screen.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-search-dialog.c Use entry-text-column instead of text-column 2014-05-20 13:38:25 +02:00
terminal-search-dialog.h fix incorrect FSF address 2012-10-12 01:34:18 +02:00
terminal-tab-label.c fix crash after detaching tab and then changing its title 2016-09-28 21:05:46 +03:00
terminal-tab-label.h use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds 2016-01-20 10:56:16 +03:00
terminal-tabs-menu.c Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible 2014-05-20 13:22:53 +02:00
terminal-tabs-menu.h initial 2011-11-06 17:13:49 -03:00
terminal-type-builtins.c.template initial 2011-11-06 17:13:49 -03:00
terminal-type-builtins.h.template initial 2011-11-06 17:13:49 -03:00
terminal-util.c port GdkColors to GdkRGBA and GtkColorButton to GtkColorChooser 2016-06-11 13:03:09 +02:00
terminal-util.h remove dead code 2016-06-01 18:27:05 +03:00
terminal-version.h.in initial 2011-11-06 17:13:49 -03:00
terminal-window.c window: Attach popup menus to their parent widgets 2017-01-27 09:33:26 +01:00
terminal-window.h add back --geometry positioning support 2016-09-22 15:58:49 +03:00
terminal.about fix latest email address in src/terminal.about 2012-05-20 01:43:43 +03:00
terminal.c fix indent a bit 2016-01-13 11:44:01 +03:00
terminal.xml Add previous/next profile keyboard shortcuts, menu items 2013-09-04 00:27:44 -04:00