kwin/src
Vlad Zahorodnii e4ccf24cd9 effects/overview: Change default shortcut to Meta+W
Ctrl+Meta+D is already taken by the Minimize All script. "W" in Meta+W
stands for "window". Meta+O wasn't chosen because it's one of a
finger-stretcher.

BUG: 445800
2021-12-26 23:24:01 +00:00
..
3rdparty
backends backends/drm: deep color support 2021-12-25 18:32:58 +00:00
decorations Invalidate decoration explicitly 2021-12-15 12:47:27 +00:00
effects effects/overview: Change default shortcut to Meta+W 2021-12-26 23:24:01 +00:00
helpers wayland: Avoid creating abstract socket for Xwayland on FreeBSD 2021-12-16 09:17:28 +00:00
kcmkwin SVN_SILENT made messages (.desktop file) - always resolve ours 2021-12-23 01:45:03 +00:00
libkwineffects Fix memory leak in some plasma components 2021-12-13 13:29:56 +00:00
platformsupport backends/drm: deep color support 2021-12-25 18:32:58 +00:00
plugins SVN_SILENT made messages (.desktop file) - always resolve ours 2021-12-15 01:55:28 +00:00
qml
scenes Kill Toplevel::screenScale() 2021-11-29 13:14:01 +00:00
scripting SVN_SILENT made messages (.desktop file) - always resolve ours 2021-12-15 01:55:28 +00:00
scripts SVN_SILENT made messages (.desktop file) - always resolve ours 2021-12-15 01:55:28 +00:00
tabbox SVN_SILENT made messages (.desktop file) - always resolve ours 2021-12-15 01:55:28 +00:00
xwl wayland: Avoid creating abstract socket for Xwayland on FreeBSD 2021-12-16 09:17:28 +00:00
abstract_client.cpp Move createDecoration() and destroyDecoration() from AbstractClient to InternalClient 2021-12-15 12:47:27 +00:00
abstract_client.h x11client: Replace activityList with m_activityList 2021-12-16 09:59:23 +00:00
abstract_opengl_context_attribute_builder.cpp set EGL_NV_robustness_video_memory_purge where applicable 2021-11-22 14:00:37 +00:00
abstract_opengl_context_attribute_builder.h
abstract_output.cpp platforms/drm: more dynamic crtc assignment 2021-11-09 22:15:31 +01:00
abstract_output.h platforms/drm: more dynamic crtc assignment 2021-11-09 22:15:31 +01:00
abstract_wayland_output.cpp platforms/drm: more dynamic crtc assignment 2021-11-09 22:15:31 +01:00
abstract_wayland_output.h platforms/drm: more dynamic crtc assignment 2021-11-09 22:15:31 +01:00
activation.cpp Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
activities.cpp port everything away from Q_FOREACH 2021-11-08 14:19:05 +00:00
activities.h
appmenu.cpp
appmenu.h
atoms.cpp
atoms.h
client_machine.cpp
client_machine.h
CMakeLists.txt scripting: Add convenience DesktopBackgroundItem type 2021-12-07 08:05:49 +00:00
colordevice.cpp Re-enable proper gamma ramps with AMS 2021-11-01 14:38:27 +01:00
colordevice.h
colormanager.cpp
colormanager.h
composite.cpp Create effects handler after letting toplevels setup compositing 2021-12-14 15:49:49 +00:00
composite.h Move all dirty region scene repaint scheduling to Scene 2021-11-11 11:33:04 +02:00
config-kwin.h.cmake backends/drm,wayland: require gbm 2021-11-12 08:25:15 +00:00
cursor.cpp
cursor.h
dbusinterface.cpp Introduce explicit base render backend type 2021-11-11 08:55:29 +00:00
dbusinterface.h dbusinterface: Add doc comment for replace() method 2021-11-08 08:31:01 +00:00
debug_console.cpp Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
debug_console.h Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
debug_console.ui
decorationitem.cpp Kill Toplevel::screenScale() 2021-11-29 13:14:01 +00:00
decorationitem.h Kill Toplevel::screenScale() 2021-11-29 13:14:01 +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 plugins/screencast: Introduce base ScreenCastSource type 2021-11-16 07:24:03 +00:00
dmabuftexture.h plugins/screencast: Introduce base ScreenCastSource type 2021-11-16 07:24:03 +00:00
dpmsinputeventfilter.cpp
dpmsinputeventfilter.h
effectloader.cpp autotests: Drop effect loader tests 2021-12-08 16:29:55 +00:00
effectloader.h Ensure binary effects are loaded before cleints 2021-11-24 12:50:05 +02:00
effects.cpp Rename EffectQuickScene to OffscreenQuickScene 2021-11-23 09:53:18 +00:00
effects.h Rename EffectQuickScene to OffscreenQuickScene 2021-11-23 09:53:18 +00:00
egl_context_attribute_builder.cpp set EGL_NV_robustness_video_memory_purge where applicable 2021-11-22 14:00:37 +00:00
egl_context_attribute_builder.h
events.cpp Append "pointer" to AbstractClient::{enterEvent,leaveEvent} 2021-11-30 10:23:54 +00:00
focuschain.cpp Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
focuschain.h
ftrace.cpp
ftrace.h
geometrytip.cpp
geometrytip.h
gestures.cpp
gestures.h
globalshortcuts.cpp
globalshortcuts.h
group.cpp
group.h
hide_cursor_spy.cpp wayland: show cursor if stylus is in proximity 2021-11-29 17:37:58 +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 Make focused window and decoration mutually exclusive 2021-12-17 07:19:41 +00:00
input.h Make focused window and decoration mutually exclusive 2021-12-17 07:19:41 +00:00
input_event.cpp Introduce base InputDevice class 2021-11-01 16:27:16 +02: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 Change InputMethod::show() and InputMethod::hide() to not change active state. 2021-12-23 03:00:52 +00:00
inputmethod.h Add preedit styling support for text-input-v2. 2021-12-20 19:18:45 +00:00
inputpanelv1client.cpp Change InputMethod::show() and InputMethod::hide() to not change active state. 2021-12-23 03:00:52 +00:00
inputpanelv1client.h
inputpanelv1integration.cpp
inputpanelv1integration.h
internal_client.cpp Move createDecoration() and destroyDecoration() from AbstractClient to InternalClient 2021-12-15 12:47:27 +00:00
internal_client.h Move createDecoration() and destroyDecoration() from AbstractClient to InternalClient 2021-12-15 12:47:27 +00:00
item.cpp Move all dirty region scene repaint scheduling to Scene 2021-11-11 11:33:04 +02:00
item.h
keyboard_input.cpp fixup! [wayland] fix ignored keyboard RepeatRate 2021-11-08 10:37:51 +02:00
keyboard_input.h Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
keyboard_layout.cpp
keyboard_layout.h
keyboard_layout_switching.cpp
keyboard_layout_switching.h
keyboard_repeat.cpp
keyboard_repeat.h
killwindow.cpp
killwindow.h
kwin.kcfg Use "Centered" window placement by default 2021-11-09 22:16:44 +00:00
kwin.notifyrc SVN_SILENT made messages (.desktop file) - always resolve ours 2021-12-15 01:55:28 +00:00
kwineglutils_p.h
layers.cpp Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
layershellv1client.cpp
layershellv1client.h
layershellv1integration.cpp
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 Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
main.h Introduce base InputDevice class 2021-11-01 16:27:16 +02:00
main_wayland.cpp wayland: Rename wayland_fd arg to wayland-fd 2021-12-02 16:03:10 +02:00
main_wayland.h
main_x11.cpp Utilize KCoreAddons infrastructure for static plugins 2021-11-24 10:48:51 +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
modifier_only_shortcuts.h
moving_client_x11_filter.cpp
moving_client_x11_filter.h
netinfo.cpp
netinfo.h
onscreennotification.cpp
onscreennotification.h
options.cpp
options.h
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
outline.h
overlaywindow.cpp
overlaywindow.h
placement.cpp Remove boolean trap in AbstractClient::isShown() 2021-11-24 08:11:35 +00:00
placement.h
platform.cpp scripting: Use Toplevel::isOnOutput() in ClientFilterModel 2021-11-24 11:25:40 +00:00
platform.h autotests: Replace output management test with a more useful test 2021-12-10 13:06:40 +02:00
plugin.cpp
plugin.h
pluginmanager.cpp
pluginmanager.h
pointer_input.cpp Ignore decoration when updating focused window in PointerInput and TouchInput 2021-12-17 07:19:41 +00:00
pointer_input.h Drop warpXcbOnSurfaceLeft() 2021-12-07 09:22:41 +00:00
popup_input_filter.cpp fix: touch down to close popup window. 2021-12-03 07:09:46 +00:00
popup_input_filter.h fix: touch down to close popup window. 2021-12-03 07:09:46 +00:00
renderbackend.cpp Move OverlayWindow getter to RenderBackend 2021-11-11 11:49:13 +02:00
renderbackend.h Unify beginFrame() and endFrame() hooks for OpenGL and QPainter backends 2021-11-16 10:43:56 +00:00
renderjournal.cpp
renderjournal.h
renderloop.cpp RenderLoop: restrict repaint scheduling with fullscreen windows 2021-11-07 00:41:38 +01: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.h
rulebooksettingsbase.kcfg
rulebooksettingsbase.kcfgc
rules.cpp port everything away from Q_FOREACH 2021-11-08 14:19:05 +00:00
rules.h
rulesettings.kcfg Use "Centered" window placement by default 2021-11-09 22:16:44 +00:00
rulesettings.kcfgc
scene.cpp Allow specifying scene geometry 2021-11-26 07:48:47 +00:00
scene.h Allow specifying scene geometry 2021-11-26 07:48:47 +00:00
screenedge.cpp Remove some no longer relevant KWIN_UNIT_TEST ifdefs 2021-12-08 16:29:55 +00:00
screenedge.h
screenlockerwatcher.cpp
screenlockerwatcher.h
screens.cpp autotests: Drop effect loader tests 2021-12-08 16:29:55 +00:00
screens.h Drop Screens::displaySize() 2021-11-26 10:32:55 +02:00
service_utils.cpp
service_utils.h
session.cpp
session.h backends/drm: Improve PauseDevice/ResumeDevice signal handling 2021-11-25 15:06:49 +00:00
session_consolekit.cpp backends/drm: Improve PauseDevice/ResumeDevice signal handling 2021-11-25 15:06:49 +00:00
session_consolekit.h backends/drm: Improve PauseDevice/ResumeDevice signal handling 2021-11-25 15:06:49 +00:00
session_logind.cpp backends/drm: Improve PauseDevice/ResumeDevice signal handling 2021-11-25 15:06:49 +00: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
shadow.h
shadowitem.cpp
shadowitem.h
shortcutdialog.ui
sm.cpp port everything away from Q_FOREACH 2021-11-08 14:19:05 +00:00
sm.h
subsurfacemonitor.cpp
subsurfacemonitor.h
surfaceitem.cpp
surfaceitem.h
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
surfaceitem_wayland.h
surfaceitem_x11.cpp
surfaceitem_x11.h
syncalarmx11filter.cpp
syncalarmx11filter.h
tablet_input.cpp Unify focus abstractions for internal and wayland windows 2021-12-01 10:23:55 +02: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 Kill Toplevel::screenScale() 2021-11-29 13:14:01 +00:00
toplevel.h Move AbstractClient::isInternal() to Toplevel 2021-12-01 10:23:55 +02:00
touch_input.cpp Ignore decoration when updating focused window in PointerInput and TouchInput 2021-12-17 07:19:41 +00:00
touch_input.h Unify focus abstractions for internal and wayland windows 2021-12-01 10:23:55 +02:00
udev.cpp
udev.h
unmanaged.cpp
unmanaged.h
useractions.cpp Make activity popup menu consistent with VD menu 2021-12-06 15:39:17 +00:00
useractions.h
utils.cpp Support text-input-v3 cursor position and position the overlay mode input panel within the screen. 2021-12-16 03:29:00 +00:00
utils.h Support text-input-v3 cursor position and position the overlay mode input panel within the screen. 2021-12-16 03:29:00 +00:00
virtualdesktops.cpp
virtualdesktops.h
virtualdesktopsdbustypes.cpp
virtualdesktopsdbustypes.h
virtualkeyboard_dbus.cpp
virtualkeyboard_dbus.h
was_user_interaction_x11_filter.cpp
was_user_interaction_x11_filter.h
wayland_server.cpp Use QPointer to monitor input method server connection. 2021-12-16 03:29:00 +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
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
waylandshellintegration.cpp
waylandshellintegration.h
window_property_notify_x11_filter.cpp
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 Always keep focus on active client when switching activities 2021-12-16 17:17:27 +00:00
workspace.h Drop Workspace::m_compositor 2021-11-11 11:33:09 +02:00
x11client.cpp x11client: Replace activityList with m_activityList 2021-12-16 09:59:23 +00:00
x11client.h x11client: Replace activityList with m_activityList 2021-12-16 09:59:23 +00:00
x11eventfilter.cpp
x11eventfilter.h
x11syncmanager.cpp Introduce explicit base render backend type 2021-11-11 08:55:29 +00:00
x11syncmanager.h
xcbutils.cpp
xcbutils.h
xcursortheme.cpp
xcursortheme.h
xdgactivationv1.cpp
xdgactivationv1.h
xdgshellclient.cpp Support text-input-v3 cursor position and position the overlay mode input panel within the screen. 2021-12-16 03:29:00 +00:00
xdgshellclient.h Remove XdgSurfaceClient::updateGeometryRestoreHack() 2021-12-15 15:53:57 +02:00
xdgshellintegration.cpp
xdgshellintegration.h
xkb.cpp Forward xkb modifier changes to input method. 2021-12-16 03:29:00 +00:00
xkb.h Forward xkb modifier changes to input method. 2021-12-16 03:29:00 +00:00
xwaylandclient.cpp
xwaylandclient.h