kwin/src/wayland
David Edmundson bef0f305cf Delete resources in XdgOutput teardown
Generated code typically cleans up resource objects when the client
calls the relevant destructor.

In multi-cast mode our wrapper can be deleted at any time, whilst a
client resource exists any existing resources that have a pending
message will then crash the compositor.

Deleting resources ahead of time also resolves this. calls to this
resource will no-op. The zxdg_output_v1::destroy_func will then be
called to delete the Resource object.
2020-08-25 13:45:42 +00:00
..
autotests Port XdgOutput to the new approach 2020-08-20 11:41:14 +00:00
cmake/Modules KWayland: Convert license headers to SPDX 2020-03-16 19:57:44 +01:00
protocols Add DataControl iface 2020-05-26 13:32:56 +01:00
server Port XdgOutput to the new approach 2020-08-20 11:41:14 +00:00
tests Port the wl_compositor wrapper to the new approach 2020-07-15 11:05:59 +03:00
abstract_data_source.cpp Introduce AbstractDataSource round the DataSourceInterface 2020-05-26 12:49:01 +01:00
abstract_data_source.h Introduce AbstractDataSource round the DataSourceInterface 2020-05-26 12:49:01 +01:00
appmenu_interface.cpp Port AppMenu Interface to use autogenerated classes 2020-06-15 07:28:02 +00:00
appmenu_interface.h Port AppMenu Interface to use autogenerated classes 2020-06-15 07:28:02 +00:00
blur_interface.cpp Fix Build Warning 2020-08-05 12:25:09 +00:00
blur_interface.h [BlurInterface] Port to the new approach 2020-05-26 08:13:09 +00:00
clientconnection.cpp Port namespaces and includes 2020-04-29 16:56:38 +02:00
clientconnection.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
CMakeLists.txt Port XdgOutput to the new approach 2020-08-20 11:41:14 +00:00
compositor_interface.cpp Port the wl_compositor wrapper to the new approach 2020-07-15 11:05:59 +03:00
compositor_interface.h Port the wl_compositor wrapper to the new approach 2020-07-15 11:05:59 +03:00
config-kwaylandserver.h.cmake Build standalone 2020-04-28 16:21:09 +02:00
contrast_interface.cpp Fix Build Warning 2020-08-05 12:25:09 +00:00
contrast_interface.h migrate Contrast to new approach 2020-07-14 18:24:24 +00:00
COPYING.LIB Change to LGPLv2+ 2014-09-17 15:57:56 +02:00
datacontroldevice_v1_interface.cpp No auto 2020-05-28 11:09:27 +03:00
datacontroldevice_v1_interface.h Add missing parameter name 2020-05-28 11:09:27 +03:00
datacontroldevicemanager_v1_interface.cpp Fix class names for data control wrappers 2020-05-28 11:09:02 +03:00
datacontroldevicemanager_v1_interface.h Add some boring documentation for data control wrappers 2020-05-28 11:09:27 +03:00
datacontroloffer_v1_interface.cpp Fix class names for data control wrappers 2020-05-28 11:09:02 +03:00
datacontroloffer_v1_interface.h Add some boring documentation for data control wrappers 2020-05-28 11:09:27 +03:00
datacontrolsource_v1_interface.cpp Emit signal before DataControlSource destruction 2020-07-23 11:58:31 +01:00
datacontrolsource_v1_interface.h Add some boring documentation for data control wrappers 2020-05-28 11:09:27 +03:00
datadevice_interface.cpp Merge branch 'Plasma/5.19' 2020-06-23 00:27:00 +01:00
datadevice_interface.h Introduce AbstractDataSource round the DataSourceInterface 2020-05-26 12:49:01 +01:00
datadevicemanager_interface.cpp Port namespaces and includes 2020-04-29 16:56:38 +02:00
datadevicemanager_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
dataoffer_interface.cpp Introduce AbstractDataSource round the DataSourceInterface 2020-05-26 12:49:01 +01:00
dataoffer_interface.h Introduce AbstractDataSource round the DataSourceInterface 2020-05-26 12:49:01 +01:00
datasource_interface.cpp Introduce AbstractDataSource round the DataSourceInterface 2020-05-26 12:49:01 +01:00
datasource_interface.h Introduce AbstractDataSource round the DataSourceInterface 2020-05-26 12:49:01 +01:00
display.cpp Port XdgOutput to the new approach 2020-08-20 11:41:14 +00:00
display.h Port XdgOutput to the new approach 2020-08-20 11:41:14 +00:00
dpms_interface.cpp Migrate dpms to new approach 2020-07-28 12:07:36 +00:00
dpms_interface.h Migrate dpms to new approach 2020-07-28 12:07:36 +00:00
dpms_interface_p.h Migrate dpms to new approach 2020-07-28 12:07:36 +00:00
drm_fourcc.h KWayland: Convert license headers to SPDX 2020-03-16 19:57:44 +01:00
fakeinput_interface.cpp Port namespaces and includes 2020-04-29 16:56:38 +02:00
fakeinput_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
filtered_display.cpp Port namespaces and includes 2020-04-29 16:56:38 +02:00
filtered_display.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
idle_interface.cpp migrate idle interface to the new approach 2020-07-28 11:01:31 +00:00
idle_interface.h migrate idle interface to the new approach 2020-07-28 11:01:31 +00:00
idle_interface_p.h migrate idle interface to the new approach 2020-07-28 11:01:31 +00:00
idleinhibit_v1_interface.cpp move idle Inhibitor to the news approach 2020-07-28 10:46:30 +00:00
idleinhibit_v1_interface.h move idle Inhibitor to the news approach 2020-07-28 10:46:30 +00:00
idleinhibit_v1_interface_p.h move idle Inhibitor to the news approach 2020-07-28 10:46:30 +00:00
inputmethod_v1_interface.cpp Post an error if the client attempts to create input panel surface for surface that already has role 2020-08-21 10:54:21 +03:00
inputmethod_v1_interface.h Provide an initial implementation for input-method-unstable-v1 2020-08-17 20:09:21 +02:00
keyboard_interface.cpp Rename the aboutToBeUnbound() signal in SurfaceInterface 2020-07-16 14:31:41 +00:00
keyboard_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
keyboard_interface_p.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
keyboard_shortcuts_inhibit_v1_interface.cpp Fix class names for keyboard shortcuts inhibit 2020-05-29 11:30:10 +02:00
keyboard_shortcuts_inhibit_v1_interface.h Fix class names for keyboard shortcuts inhibit 2020-05-29 11:30:10 +02:00
keystate_interface.cpp Port namespaces and includes 2020-04-29 16:56:38 +02:00
keystate_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
output_interface.cpp Assume enabled if DPMS is not supported 2020-06-19 08:26:47 +00:00
output_interface.h Add OutputInterface::isEnabled 2020-05-25 14:00:39 +02:00
plasmashell_interface.cpp Makes the panelAutoHideHideCallback also handle panels set to "windows can cover" 2020-07-28 23:40:43 +02:00
plasmashell_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
plasmavirtualdesktop_interface.cpp Fix Build Warning 2020-08-05 12:25:09 +00:00
plasmavirtualdesktop_interface.h migrate Plasma Desktop interface to the new approach 2020-07-28 13:29:32 +02:00
plasmawindowmanagement_interface.cpp Bump plasma window management protocol version 2020-07-28 11:45:57 +03:00
plasmawindowmanagement_interface.h PlasmaWindow::internalId was deprecated in favor of ::uuid 2020-07-23 12:57:17 +00:00
pointer_interface.cpp Rename the aboutToBeUnbound() signal in SurfaceInterface 2020-07-16 14:31:41 +00:00
pointer_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
pointer_interface_p.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
primaryselectiondevice_v1_interface.cpp Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
primaryselectiondevice_v1_interface.h Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
primaryselectiondevicemanager_v1_interface.cpp Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
primaryselectiondevicemanager_v1_interface.h Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
primaryselectionoffer_v1_interface.cpp Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
primaryselectionoffer_v1_interface.h Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
primaryselectionsource_v1_interface.cpp Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
primaryselectionsource_v1_interface.h Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
region_interface.cpp Port the wl_region wrapper to the new approach 2020-07-15 11:04:30 +03:00
seat_interface.cpp Add a workaround to prevent klipper racing with clipboard updates 2020-08-14 15:01:32 +00:00
seat_interface.h Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
seat_interface_p.h Introduce API round primary-selection-unstable-v1.xml AKA middle-click paste 2020-06-03 14:45:30 +01:00
server_decoration_interface.cpp Fix testServerSideDecoration 2020-07-15 08:20:00 +03:00
server_decoration_interface.h Migrate Server Decoration to new approach 2020-07-14 20:17:46 +02:00
server_decoration_palette_interface.cpp move server decoration palette to new approach 2020-07-13 15:35:57 +00:00
server_decoration_palette_interface.h move server decoration palette to new approach 2020-07-13 15:35:57 +00:00
shadow_interface.cpp Fix build 2020-07-28 17:46:06 +03:00
shadow_interface.h migrate Shadow to new approach 2020-07-28 13:31:03 +00:00
slide_interface.cpp Port the wl_surface wrapper to the new approach 2020-07-15 11:05:57 +03:00
slide_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
subcompositor_interface.cpp Use shorter name for variable that holds cached subsurface state 2020-07-15 11:05:59 +03:00
subcompositor_interface.h Port the wl_surface wrapper to the new approach 2020-07-15 11:05:57 +03:00
subsurface_interface_p.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
surface_interface.cpp Revert "Don't flush in SurfaceInterface::frameRendered()" 2020-08-18 13:18:58 +03:00
surface_interface.h Rename the aboutToBeUnbound() signal in SurfaceInterface 2020-07-16 14:31:41 +00:00
surface_interface_p.h move idle Inhibitor to the news approach 2020-07-28 10:46:30 +00:00
surfacerole.cpp Port the wl_surface wrapper to the new approach 2020-07-15 11:05:57 +03:00
surfacerole_p.h Provide an initial implementation for input-method-unstable-v1 2020-08-17 20:09:21 +02:00
touch_interface.cpp Port namespaces and includes 2020-04-29 16:56:38 +02:00
touch_interface.h Port namespaces and includes 2020-04-29 16:56:38 +02:00
viewporter_interface.cpp Port the wl_surface wrapper to the new approach 2020-07-15 11:05:57 +03:00
viewporter_interface.h Add support for the wp_viewporter protocol 2020-06-02 15:33:00 +03:00
viewporter_interface_p.h Add support for the wp_viewporter protocol 2020-06-02 15:33:00 +03:00
xdgdecoration_v1_interface.cpp xdg-shell: Rewrite wrappers for the xdg-shell protocol 2020-06-01 14:48:51 +03:00
xdgdecoration_v1_interface.h xdg-shell: Rewrite wrappers for the xdg-shell protocol 2020-06-01 14:48:51 +03:00
xdgdecoration_v1_interface_p.h xdg-shell: Rewrite wrappers for the xdg-shell protocol 2020-06-01 14:48:51 +03:00
xdgforeign_v2_interface.cpp Migrate Migrate XdgForeign to new approach 2020-07-28 11:23:24 +00:00
xdgforeign_v2_interface.h Migrate Migrate XdgForeign to new approach 2020-07-28 11:23:24 +00:00
xdgforeign_v2_interface_p.h Migrate Migrate XdgForeign to new approach 2020-07-28 11:23:24 +00:00
xdgoutput_v1_interface.cpp Delete resources in XdgOutput teardown 2020-08-25 13:45:42 +00:00
xdgoutput_v1_interface.h Port XdgOutput to the new approach 2020-08-20 11:41:14 +00:00
xdgshell_interface.cpp xdg-shell: Add support for v2 2020-08-23 15:11:57 +03:00
xdgshell_interface.h xdg-shell: Add support for v2 2020-08-23 15:11:57 +03:00
xdgshell_interface_p.h xdg-shell: Reset xdg_toplevel and xdg_popup on unmap 2020-06-01 14:48:51 +03:00