gtk2/gdk/x11
Rui Matos 7b0fd635fa x11: Don't ignore button releases after a wmspec move/resize
_gdk_x11_moveresize_configure_done() isn't called for wmspec
moves/resizes so we don't have a way to notice when a wmspec
move/resize ends and consequently untrigger the sending of
_NET_WM_MOVERESIZE_CANCEL which results in this message always being
sent on the next button release event. In that case we are marking
that event as handled so it isn't processed further which breaks
button press/release event handling in several widgets.

To fix this we simply allow the normal event handling machinery to run
after sending the _NET_WM_MOVERESIZE_CANCEL message.

https://bugzilla.gnome.org/show_bug.cgi?id=673328
2012-04-05 10:12:16 +02:00
..
checksettings.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkapplaunchcontext-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkasync.c x11: Mark unused variables as such 2012-03-01 05:32:34 +01:00
gdkasync.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkcursor-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkdevice-core-x11.c gdk: clean up logic error 2012-03-09 12:36:11 -05:00
gdkdevice-xi2.c gdk: clean up logic error 2012-03-09 12:36:11 -05:00
gdkdevicemanager-core-x11.c x11: Avoid spurious focus events on grabs 2012-03-07 15:35:21 +01:00
gdkdevicemanager-x11.c Require XInput2.h in X11 backend 2012-03-02 12:52:12 +00:00
gdkdevicemanager-xi2.c xi2: Don't reset scroll valuators too often 2012-03-08 22:35:43 -05:00
gdkdevicemanagerprivate-core.h x11: Avoid spurious focus events on grabs 2012-03-07 15:35:21 +01:00
gdkdisplay-x11.c Drop support for pre-R6 X 2012-03-10 23:27:21 -05:00
gdkdisplay-x11.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkdisplaymanager-x11.c Drop support for pre-R6 X 2012-03-10 23:27:21 -05:00
gdkdnd-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkeventsource.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkeventsource.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkeventtranslator.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkeventtranslator.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkgeometry-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkkeys-x11.c Drop support for pre-R6 X 2012-03-10 23:27:21 -05:00
gdkmain-x11.c Drop support for pre-R6 X 2012-03-10 23:27:21 -05:00
gdkprivate-x11.h Drop support for pre-R6 X 2012-03-10 23:27:21 -05:00
gdkproperty-x11.c Drop support for pre-R6 X 2012-03-10 23:27:21 -05:00
gdkscreen-x11.c x11: Deal better with L-shaped monitor arrangements 2012-03-23 09:09:14 -04:00
gdkscreen-x11.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkselection-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdksettings.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdktestutils-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkvisual-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkwindow-x11.c x11: Don't ignore button releases after a wmspec move/resize 2012-04-05 10:12:16 +02:00
gdkwindow-x11.h Iconification using _NET_WM_STATE_HIDDEN hint if supported by WM 2012-03-02 20:36:28 +01:00
gdkx11applaunchcontext.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11cursor.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11device-core.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11device-xi2.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11device.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11devicemanager-core.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11devicemanager-xi2.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11devicemanager-xi.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11devicemanager.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11display.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11displaymanager.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11dnd.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11keys.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11property.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11screen.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11selection.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11utils.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11visual.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx11window.h Change FSF Address 2012-02-27 17:06:11 +00:00
gdkx.h Require XInput2.h in X11 backend 2012-03-02 12:52:12 +00:00
gdkxftdefaults.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkxid.c Change FSF Address 2012-02-27 17:06:11 +00:00
Makefile.am Drop unneeded XI2 defines 2012-03-10 23:13:19 -05:00
MwmUtil.h Change FSF Address 2012-02-27 17:06:11 +00:00
xsettings-client.c Drop support for pre-R6 X 2012-03-10 23:27:21 -05:00
xsettings-client.h Change the XSettingsWatchFunc to return a Bool to indicate success. Update 2007-04-10 23:16:30 +00:00
xsettings-common.c Inclusion cleanups in sources 2010-10-14 22:09:36 -04:00
xsettings-common.h Multiple changes to reduce the amount of unprefixed symbols 2010-12-21 12:07:00 -05:00