kwin/autotests
Vlad Zahorodnii 41d431de27 Adapt to input region changes in kwayland-server
SurfaceInterface::inputIsInfinite() has been dropped. If the surface has
no any input region specified, SurfaceInterface::input() will return a
region that corresponds to the rect of the surface (0, 0, width, height).

While the new design is more robust, for example it's no longer possible
to forget to check SurfaceInterface::inputIsInfinite(), it has shown some
issues in the input stack of kwin.

Currently, acceptsInput() will return false if you attempt to click the
server-side decoration for a surface whose input region is not empty.

Therefore, it's possible for an application to set an input region with
a width and a height of 1. If user doesn't know about KSysGuard or the
possibility of closing apps via the task manager, they won't be able to
close such an application.

Another issue is that if an application has specified an empty input
region on purpose, user will be still able click it. With the new
behavior of SurfaceInterface::input(), this is no longer an issue and it
is handled properly by kwin.
2020-10-17 16:11:13 +03:00
..
drm Prettify license headers 2020-08-07 19:57:56 +00:00
integration Adapt to input region changes in kwayland-server 2020-10-17 16:11:13 +03:00
libinput Prettify license headers 2020-08-07 19:57:56 +00:00
libkwineffects Prettify license headers 2020-08-07 19:57:56 +00:00
libxrenderutils Prettify license headers 2020-08-07 19:57:56 +00:00
tabbox Port TestTabBoxClientModel away from deprecated QWeakPointer::data() 2020-09-10 10:26:32 +03:00
abstract_client.h Fix minor EBN issues 2018-08-29 21:02:16 +03:00
CMakeLists.txt Port KWin to KWaylandServer 2020-04-30 12:56:08 +02:00
fakeeffectplugin.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
fakeeffectplugin.json PluginEffectLoader doesn't use KPluginTrader any more 2015-07-07 09:36:15 +02:00
fakeeffectplugin_version.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
fakeeffectplugin_version.json PluginEffectLoader doesn't use KPluginTrader any more 2015-07-07 09:36:15 +02:00
mock_abstract_client.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_abstract_client.h Prettify license headers 2020-08-07 19:57:56 +00:00
mock_effectshandler.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_effectshandler.h Prettify license headers 2020-08-07 19:57:56 +00:00
mock_screens.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_screens.h Prettify license headers 2020-08-07 19:57:56 +00:00
mock_workspace.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_workspace.h Prettify license headers 2020-08-07 19:57:56 +00:00
mock_x11client.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_x11client.h Prettify license headers 2020-08-07 19:57:56 +00:00
onscreennotificationtest.cpp Fix warning 2020-09-02 13:13:33 +02:00
onscreennotificationtest.h Prettify license headers 2020-08-07 19:57:56 +00:00
opengl_context_attribute_builder_test.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_builtin_effectloader.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_client_machine.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_gbm_surface.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_gestures.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_plugin_effectloader.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_screen_edges.cpp testScreenEdges: no need to wait twice for Screens::changed 2020-09-03 11:23:06 +02:00
test_screen_paint_data.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_screens.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_scripted_effectloader.cpp [effects/fullscreen] Add effect that animates full screen changes 2020-09-09 18:18:16 +00:00
test_virtual_desktops.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_virtualkeyboard_dbus.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_window_paint_data.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_x11_timestamp_update.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_xcb_size_hints.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_xcb_window.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_xcb_wrapper.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_xkb.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
testutils.h Prettify license headers 2020-08-07 19:57:56 +00:00
workspace.h [auto-tests] Add an initial test for Screens 2014-09-17 10:29:03 +02:00
x11client.h Rename Client to X11Client 2019-09-25 21:11:37 +03:00