kwin/src
Vlad Zahorodnii d4c44220b4 effects/desktopgrid: Make the desktop grid not depend on nested prePaintWindow()
This is needed to allow the Compositor get the surface damage before
calling Scene::paint().
2022-03-21 09:32:41 +02:00
..
3rdparty wayland: Rework Xcursor theme loading 2022-02-18 09:59:39 +00:00
backends SVN_SILENT made messages (.desktop file) - always resolve ours 2022-03-20 02:11:23 +00:00
decorations Avoid recreating palette in DecorationPalette::palette 2022-03-18 08:04:28 +00:00
effects effects/desktopgrid: Make the desktop grid not depend on nested prePaintWindow() 2022-03-21 09:32:41 +02:00
helpers Adapt to Qt6's removal of Qt::X11Extras 2022-03-16 06:45:42 +00:00
kcmkwin SVN_SILENT made messages (.desktop file) - always resolve ours 2022-03-21 01:44:58 +00:00
libkwineffects Revert "Implement desktopSwitching() interface for realtime animations" 2022-03-19 18:30:41 +02:00
platformsupport egldmabuf: port modifiers to QVector 2022-03-15 08:18:37 +00:00
plugins SVN_SILENT made messages (.desktop file) - always resolve ours 2022-03-20 02:11:23 +00:00
qml
scenes Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
scripting Adapt to QQuickWindow::createTextureFromNativeObject being gone in Qt6 2022-03-19 09:20:34 +00:00
scripts SVN_SILENT made messages (.desktop file) - always resolve ours 2022-03-20 02:11:23 +00:00
tabbox Port from I18N_NOOP to KLazyLocalizedString 2022-03-14 20:16:35 +00:00
utils Add additional includes needed by Qt6 2022-03-14 16:41:10 +00:00
xwl Remove guards around unistd.h 2022-03-18 07:35:59 +00:00
abstract_client.cpp Ensure moc sees fully qualified property types 2022-03-13 16:56:26 +00:00
abstract_client.h Compute tile geometry without relying on electric border mode 2022-02-03 18:58:47 +02:00
abstract_output.cpp Add dummy OutputLayer type 2022-02-21 09:33:59 +00:00
abstract_output.h Introduce render layers 2022-02-21 09:33:59 +00:00
abstract_wayland_output.cpp Remove AbstractWaylandOutput::isBeingRecorded 2022-03-04 04:05:24 +01:00
abstract_wayland_output.h Remove AbstractWaylandOutput::isBeingRecorded 2022-03-04 04:05:24 +01:00
activation.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
activities.cpp port everything away from Q_FOREACH 2021-11-08 14:19:05 +00:00
activities.h
appmenu.cpp Do not ask for decoration settings without guarding 2021-10-17 14:41:34 +00:00
appmenu.h Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
atoms.cpp xwl: Sync primary selection 2021-08-19 06:46:23 +00:00
atoms.h Move xcbutils to utils directory 2022-01-25 16:56:33 +00:00
client_machine.cpp x11: Prefer kwinApp()->x11Connection() over connection() 2022-02-09 19:10:58 +00:00
client_machine.h
CMakeLists.txt Adapt to Qt6's removal of Qt::X11Extras 2022-03-16 06:45:42 +00:00
colordevice.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
colordevice.h
colormanager.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
colormanager.h
composite.cpp Use workspaceLayer as context object 2022-03-04 22:26:38 +01:00
composite.h Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
config-kwin.h.cmake Remove KWIN_XCLIPBOARD_SYNC_BIN symbol in config-kwin.h 2022-03-17 12:05:45 +02:00
cursor.cpp Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
cursor.h Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
cursorview.cpp Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
cursorview.h Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
cursorview_opengl.cpp Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
cursorview_opengl.h Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
cursorview_qpainter.cpp Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
cursorview_qpainter.h Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
dbusinterface.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
dbusinterface.h dbusinterface: Add doc comment for replace() method 2021-11-08 08:31:01 +00:00
debug_console.cpp Move SubSurfaceMonitor to utils directory 2022-01-25 16:56:33 +00:00
debug_console.h Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
debug_console.ui Add clipboard tab to debug console 2021-09-03 08:40:07 +00:00
decorationitem.cpp Fix window decoration quads in OpenGL scene 2022-02-11 08:15:37 +00:00
decorationitem.h Fix decoration rendering with scale factor < 1 2022-02-07 11:45:31 +00:00
deleted.cpp Drop Toplevel::bufferScale() 2021-11-16 09:38:51 +02:00
deleted.h Drop Toplevel::bufferScale() 2021-11-16 09:38:51 +02:00
dmabuftexture.cpp kwinglutils: Make GLRenderTarget not store GLTexture reference 2022-02-15 13:30:39 +02:00
dmabuftexture.h plugins/screencast: Introduce base ScreenCastSource type 2021-11-16 07:24:03 +00:00
dpmsinputeventfilter.cpp Add support to DPMS to the Wayland Backend 2021-07-09 02:41:26 +02:00
dpmsinputeventfilter.h Add support to DPMS to the Wayland Backend 2021-07-09 02:41:26 +02:00
effectloader.cpp Adapt to QtConcurrent API changes in Qt6 2022-03-11 15:01:26 +00:00
effectloader.h Ensure binary effects are loaded before cleints 2021-11-24 12:50:05 +02:00
effects.cpp Revert "Implement desktopSwitching() interface for realtime animations" 2022-03-19 18:30:41 +02:00
effects.h Changes to GestureRecognizer and gestures 2022-03-15 13:29:05 +00:00
events.cpp Use #cmakedefine01 for the remaining config macros 2022-03-17 11:40:01 +02:00
focuschain.cpp Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
focuschain.h Port FocusChain to AbstractOutput 2021-08-29 21:55:07 +00:00
ftrace.cpp Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
ftrace.h
gestures.cpp Changes to GestureRecognizer and gestures 2022-03-15 13:29:05 +00:00
gestures.h Revert "Refactor DEFAULT_MINIMUM_SCALE_DELTA in GestureRecognizer" 2022-03-19 18:29:39 +02:00
globalshortcuts.cpp Changes to GestureRecognizer and gestures 2022-03-15 13:29:05 +00:00
globalshortcuts.h Changes to GestureRecognizer and gestures 2022-03-15 13:29:05 +00:00
group.cpp x11: Prefer kwinApp()->x11RootWindow() over rootWindow() 2022-02-09 19:10:58 +00:00
group.h Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
hide_cursor_spy.cpp make software cursors work per output 2021-12-28 18:42:29 +00:00
hide_cursor_spy.h wayland: show cursor if stylus is in proximity 2021-11-29 17:37:58 +00:00
idle_inhibition.cpp Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
idle_inhibition.h
input.cpp Add the ability to add InputDevices to InputRedirection 2022-03-17 08:35:40 +00:00
input.h Add the ability to add InputDevices to InputRedirection 2022-03-17 08:35:40 +00:00
input_event.cpp Port away from deprecated QWheelEvent constructors 2022-03-15 18:46:10 +00:00
input_event.h Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
input_event_spy.cpp Add support for hold gestures 2021-10-26 08:16:52 +00:00
input_event_spy.h Add support for hold gestures 2021-10-26 08:16:52 +00:00
inputbackend.cpp Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
inputbackend.h Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
inputdevice.cpp Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
inputdevice.h Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
inputmethod.cpp Disable animations for Maliit when launching it as input method 2022-03-10 18:41:22 +00:00
inputmethod.h slidingpopups: Support animating show/hide of input method panel 2022-03-10 18:41:22 +00:00
inputpanelv1client.cpp inputmethod: Fix the test 2022-03-09 13:24:26 +00:00
inputpanelv1client.h inputmethod: Use touch events to decide if the panel is shown not the state 2021-10-15 15:41:35 +00:00
inputpanelv1integration.cpp Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
inputpanelv1integration.h
internal_client.cpp Make checkWorkspacePosition() work without client geometry 2022-01-25 17:56:40 +00:00
internal_client.h Move createDecoration() and destroyDecoration() from AbstractClient to InternalClient 2021-12-15 12:47:27 +00:00
item.cpp Drop Platform::isPerScreenRenderingEnabled() 2022-02-21 09:33:59 +00:00
item.h Port screenId based rendering methods to AbstractOutput 2021-08-25 13:53:33 +02:00
keyboard_input.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
keyboard_input.h inputmethod: Also open the inputm method panel with a pen 2022-02-14 00:24:30 +00:00
keyboard_layout.cpp Use | rather than + for combining QFlags 2022-03-13 10:00:54 +00:00
keyboard_layout.h
keyboard_layout_switching.cpp Port from QStringRef to QStringView 2022-03-16 23:44:23 +00:00
keyboard_layout_switching.h
keyboard_repeat.cpp Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
keyboard_repeat.h
killwindow.cpp x11: Prefer kwinApp()->x11Connection() over connection() 2022-02-09 19:10:58 +00:00
killwindow.h
kwin.kcfg Drop geometry tip 2022-01-04 07:36:42 +00:00
kwin.notifyrc SVN_SILENT made messages (.desktop file) - always resolve ours 2022-03-20 02:11:23 +00:00
kwineglutils_p.h platforms/drm: some improvements for logging 2021-06-21 17:57:36 +02:00
layers.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
layershellv1client.cpp Rename LayerShellV1Client::output() to desiredOutput() 2021-08-25 13:58:49 +00:00
layershellv1client.h Rename LayerShellV1Client::output() to desiredOutput() 2021-08-25 13:58:49 +00:00
layershellv1integration.cpp Move active output tracking to workspace 2021-08-30 13:28:23 +00:00
layershellv1integration.h
linux_dmabuf.cpp backends/drm: deep color support 2021-12-25 18:32:58 +00:00
linux_dmabuf.h backends/drm: deep color support 2021-12-25 18:32:58 +00:00
main.cpp Remove guards around unistd.h 2022-03-18 07:35:59 +00:00
main.h Fix signature method in qt6 2022-03-08 07:26:17 +01:00
main_wayland.cpp Use #cmakedefine01 for the remaining config macros 2022-03-17 11:40:01 +02:00
main_wayland.h wayland: Simplify startup sequence 2021-08-25 18:54:19 +00:00
main_x11.cpp Remove guards around unistd.h 2022-03-18 07:35:59 +00:00
main_x11.h
Messages.sh Move scenes to the src directory 2021-11-08 10:22:07 +00:00
modifier_only_shortcuts.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
modifier_only_shortcuts.h fix Meta key randomly stops opening Plasma launcher menu 2021-07-06 10:43:52 +00:00
moving_client_x11_filter.cpp
moving_client_x11_filter.h
netinfo.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
netinfo.h
onscreennotification.cpp Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
onscreennotification.h
options.cpp Adapt to QChar ctors being explicit in Qt6 2022-03-17 07:29:51 +00:00
options.h Drop geometry tip 2022-01-04 07:36:42 +00:00
org.kde.kappmenu.xml
org.kde.kwin.Compositing.xml
org.kde.kwin.Effects.xml
org.kde.KWin.Plugins.xml
org.kde.KWin.Session.xml
org.kde.KWin.VirtualDesktopManager.xml
org.kde.KWin.xml
osd.cpp
osd.h
outline.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
outline.h
outputlayer.cpp Add dummy OutputLayer type 2022-02-21 09:33:59 +00:00
outputlayer.h Add dummy OutputLayer type 2022-02-21 09:33:59 +00:00
overlaywindow.cpp
overlaywindow.h
placement.cpp Make checkWorkspacePosition() work without client geometry 2022-01-25 17:56:40 +00:00
placement.h
platform.cpp Adapt to Qt6's removal of Qt::X11Extras 2022-03-16 06:45:42 +00:00
platform.h Drop Platform::isPerScreenRenderingEnabled() 2022-02-21 09:33:59 +00:00
plugin.cpp
plugin.h plugins: Port away from deprecated version checks 2021-06-07 15:01:19 +00:00
pluginmanager.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
pluginmanager.h
pointer_input.cpp Port to SeatInterface::notifyPointer{Enter,Leave} 2022-03-03 13:45:47 +00:00
pointer_input.h Mark cursor as rendered after finishing compositing cycle 2022-01-14 12:08:57 +00:00
popup_input_filter.cpp Also forward key to input method for popup surface. 2022-01-10 17:16:14 +00:00
popup_input_filter.h fix: touch down to close popup window. 2021-12-03 07:09:46 +00:00
renderbackend.cpp Move direct scanout management to Compositor 2022-02-21 09:33:59 +00:00
renderbackend.h Move direct scanout management to Compositor 2022-02-21 09:33:59 +00:00
renderjournal.cpp
renderjournal.h
renderlayer.cpp Introduce render layers 2022-02-21 09:33:59 +00:00
renderlayer.h Introduce render layers 2022-02-21 09:33:59 +00:00
renderlayerdelegate.cpp Introduce render layers 2022-02-21 09:33:59 +00:00
renderlayerdelegate.h Introduce render layers 2022-02-21 09:33:59 +00:00
renderloop.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
renderloop.h RenderLoop: restrict repaint scheduling with fullscreen windows 2021-11-07 00:41:38 +01:00
renderloop_p.h RenderLoop: restrict repaint scheduling with fullscreen windows 2021-11-07 00:41:38 +01:00
rootinfo_filter.cpp
rootinfo_filter.h
rulebooksettings.cpp rulebooksettings: Add accesors to the rules settings list 2021-06-07 21:03:29 +02:00
rulebooksettings.h rulebooksettings: Add accesors to the rules settings list 2021-06-07 21:03:29 +02:00
rulebooksettingsbase.kcfg rulebooksettings: Add accesors to the rules settings list 2021-06-07 21:03:29 +02:00
rulebooksettingsbase.kcfgc
rules.cpp Drop Process helper 2022-01-11 08:01:10 +00:00
rules.h Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
rulesettings.kcfg Use "Centered" window placement by default 2021-11-09 22:16:44 +00:00
rulesettings.kcfgc
scene.cpp Remove excessive damage region clipping 2022-02-21 15:30:30 +00:00
scene.h Port software cursor to RenderLayer 2022-02-21 09:33:59 +00:00
screenedge.cpp Changes to GestureRecognizer and gestures 2022-03-15 13:29:05 +00:00
screenedge.h
screenlockerwatcher.cpp Adapt to QtConcurrent API changes in Qt6 2022-03-11 15:01:26 +00:00
screenlockerwatcher.h
screens.cpp Drop unused Screens::intersecting() 2022-01-25 17:56:40 +00:00
screens.h Drop unused Screens::intersecting() 2022-01-25 17:56:40 +00:00
session.cpp wayland: Remove direct session 2021-05-24 06:23:00 +00:00
session.h backends/drm: Improve PauseDevice/ResumeDevice signal handling 2021-11-25 15:06:49 +00:00
session_consolekit.cpp Use __has_include() instead of check_include_file() 2022-03-17 11:39:58 +02:00
session_consolekit.h backends/drm: Improve PauseDevice/ResumeDevice signal handling 2021-11-25 15:06:49 +00:00
session_logind.cpp Use __has_include() instead of check_include_file() 2022-03-17 11:39:58 +02:00
session_logind.h backends/drm: Improve PauseDevice/ResumeDevice signal handling 2021-11-25 15:06:49 +00:00
session_noop.cpp
session_noop.h
settings.kcfgc
shadow.cpp x11: Prefer kwinApp()->x11Connection() over connection() 2022-02-09 19:10:58 +00:00
shadow.h Move ownership of Shadow to Toplevel 2021-09-06 10:42:39 +00:00
shadowitem.cpp Move ownership of Shadow to Toplevel 2021-09-06 10:42:39 +00:00
shadowitem.h Move ownership of Shadow to Toplevel 2021-09-06 10:42:39 +00:00
shortcutdialog.ui
sm.cpp port everything away from Q_FOREACH 2021-11-08 14:19:05 +00:00
sm.h
surfaceitem.cpp Rename PlatformSurfaceTexture to SurfaceTexture 2021-10-21 10:21:56 +03:00
surfaceitem.h Rename PlatformSurfaceTexture to SurfaceTexture 2021-10-21 10:21:56 +03:00
surfaceitem_internal.cpp Drop Toplevel::bufferScale() 2021-11-16 09:38:51 +02:00
surfaceitem_internal.h Drop Toplevel::bufferScale() 2021-11-16 09:38:51 +02:00
surfaceitem_wayland.cpp Rename PlatformSurfaceTexture to SurfaceTexture 2021-10-21 10:21:56 +03:00
surfaceitem_wayland.h Remove scene window traces in scene items 2021-08-12 17:52:24 +00:00
surfaceitem_x11.cpp Rename PlatformSurfaceTexture to SurfaceTexture 2021-10-21 10:21:56 +03:00
surfaceitem_x11.h Remove scene window traces in scene items 2021-08-12 17:52:24 +00:00
syncalarmx11filter.cpp Move xcbutils to utils directory 2022-01-25 16:56:33 +00:00
syncalarmx11filter.h
tablet_input.cpp Add KWIN_BUILD_SCREENLOCKER option 2022-02-23 14:39:25 +01:00
tablet_input.h Unify focus abstractions for internal and wayland windows 2021-12-01 10:23:55 +02:00
tabletmodemanager.cpp Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
tabletmodemanager.h
toplevel.cpp Ensure moc sees fully qualified property types 2022-03-13 16:56:26 +00:00
toplevel.h Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
touch_input.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
touch_input.h Unify focus abstractions for internal and wayland windows 2021-12-01 10:23:55 +02:00
udev.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
udev.h platforms/drm: Introduce KWIN_DRM_DEVICES 2021-05-01 12:14:34 +00:00
unmanaged.cpp x11: Prefer kwinApp()->x11RootWindow() over rootWindow() 2022-02-09 19:10:58 +00:00
unmanaged.h x11: Drop support for _NET_WM_FRAME_OVERLAP 2021-08-12 11:44:40 +00:00
useractions.cpp Port from I18N_NOOP to KLazyLocalizedString 2022-03-14 20:16:35 +00:00
useractions.h Port AbstractClient::sendToScreen() to AbstractOutput 2021-08-29 21:55:07 +00:00
virtualdesktops.cpp Revert "Implement desktopSwitching() interface for realtime animations" 2022-03-19 18:30:41 +02:00
virtualdesktops.h Revert "Implement desktopSwitching() interface for realtime animations" 2022-03-19 18:30:41 +02:00
virtualdesktopsdbustypes.cpp
virtualdesktopsdbustypes.h
virtualkeyboard_dbus.cpp Export all scritable contents for VirtualKeyboardDBus 2022-01-14 16:28:58 +00:00
virtualkeyboard_dbus.h inputmethod: Expose VirtualKeyboard.willShowOnActive on dbus 2021-12-28 23:53:08 +00:00
was_user_interaction_x11_filter.cpp
was_user_interaction_x11_filter.h
wayland_server.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
wayland_server.h Use QPointer to monitor input method server connection. 2021-12-16 03:29:00 +00:00
waylandclient.cpp Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
waylandclient.h Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
waylandoutput.cpp autotests: Fix testScreens 2021-11-30 19:10:54 +02:00
waylandoutput.h wayland: Use new api to remove globals safely 2021-05-12 11:31:36 +00:00
waylandoutputconfig.cpp platforms/drm: more dynamic crtc assignment 2021-11-09 22:15:31 +01:00
waylandoutputconfig.h platforms/drm: more dynamic crtc assignment 2021-11-09 22:15:31 +01:00
waylandoutputdevicev2.cpp Implement Primary Displays on the wayland session 2021-11-09 16:55:39 +00:00
waylandoutputdevicev2.h platforms/drm: support Broadcast_RGB setting 2021-09-02 13:53:02 +02:00
waylandshellintegration.cpp
waylandshellintegration.h
window_property_notify_x11_filter.cpp Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
window_property_notify_x11_filter.h
windowitem.cpp Drop Toplevel::bufferScale() 2021-11-16 09:38:51 +02:00
windowitem.h Drop Toplevel::bufferScale() 2021-11-16 09:38:51 +02:00
workspace.cpp Revert "Implement desktopSwitching() interface for realtime animations" 2022-03-19 18:30:41 +02:00
workspace.h Revert "Implement desktopSwitching() interface for realtime animations" 2022-03-19 18:30:41 +02:00
x11client.cpp Use #cmakedefine01 for all KWIN_BUILD_* macros 2022-02-28 18:59:04 +00:00
x11client.h x11: Prefer kwinApp()->x11RootWindow() over rootWindow() 2022-02-09 19:10:58 +00:00
x11eventfilter.cpp
x11eventfilter.h
x11syncmanager.cpp Adapt to various Qt6 container changes 2022-03-15 08:52:21 +00:00
x11syncmanager.h scenes/opengl: Move out X11 explicit sync 2021-06-14 13:14:54 +00:00
xcursortheme.cpp wayland: Rework Xcursor theme loading 2022-02-18 09:59:39 +00:00
xcursortheme.h wayland: Rework Xcursor theme loading 2022-02-18 09:59:39 +00:00
xdgactivationv1.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
xdgactivationv1.h plasma-window-management: Support new activation concepts 2021-08-20 07:05:34 +00:00
xdgshellclient.cpp wayland: Fix maximize mode propagation to decoration 2022-02-14 13:41:39 +00:00
xdgshellclient.h wayland: Fix getting the last configure event 2022-01-24 18:55:25 +00:00
xdgshellintegration.cpp Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
xdgshellintegration.h
xkb.cpp Move utils.h file to utils directory 2022-01-25 16:56:33 +00:00
xkb.h Forward xkb modifier changes to input method. 2021-12-16 03:29:00 +00:00
xwaylandclient.cpp x11: Prefer kwinApp()->x11Connection() over connection() 2022-02-09 19:10:58 +00:00
xwaylandclient.h