kwin/effects/coverswitch
Martin Gräßlin 49e734f743 Change the way how effects can get mouse events
With the removal of BoxSwitch all effects which want mouse events use the
fullscreen input window. The available functionality is too complex both
in EffectsHandler and in the Effects.

With this change only fullscreen input windows are supported and all
effects share the input window. This means there is at maximum one input
window. This simplifies the code in the Effects as they don't have to
keep track of the window they created any more. In EffectsHandler it
means that only one window needs to be created, destroyed and raised.
Also it means that we can properly react on screen size changes which had
been ignored in the past. Also quite some roundtrips to X are no longer
needed as we do not need to query the window geometry when creating the
input window.

REVIEW: 110156
2013-05-03 08:15:42 +02:00
..
CMakeLists.txt Use KConfigXT in CoverSwitch Effect 2012-10-26 10:18:35 +02:00
coverswitch-reflection.glsl Reflection plane in Coverswitch and GLES 2011-01-30 14:12:02 +01:00
coverswitch.cpp Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
coverswitch.desktop SVN_SILENT made messages (.desktop file) 2013-05-02 09:17:01 +02:00
coverswitch.h Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
coverswitch.kcfg Remove thumbnail bar from CoverSwitch Effect 2013-04-24 12:03:46 +02:00
coverswitch_config.cpp Remove thumbnail bar from CoverSwitch Effect 2013-04-24 12:03:46 +02:00
coverswitch_config.desktop SVN_SILENT made messages (.desktop file) 2013-01-26 09:04:17 +01:00
coverswitch_config.h Remove thumbnail bar from CoverSwitch Effect 2013-04-24 12:03:46 +02:00
coverswitch_config.ui Remove thumbnail bar from CoverSwitch Effect 2013-04-24 12:03:46 +02:00
coverswitchconfig.kcfgc Use KConfigXT in CoverSwitch Effect 2012-10-26 10:18:35 +02:00