kwin/src
Vlad Zahorodnii 9e61f5039e Remove some Screens::count() usages
Screens is obsolete, use Platform::enabledOutputs().
2022-07-13 21:51:03 +00:00
..
3rdparty
backends backends/drm: handle broken legacy drivers better 2022-07-13 21:10:19 +02:00
colors port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
decorations port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
effects SVN_SILENT made messages (.desktop file) - always resolve ours 2022-07-11 01:48:31 +00:00
helpers
kcmkwin [kwineffects] Fix wrong object being passed as a QQuickItem* context 2022-07-13 10:53:42 +03:00
libkwineffects Remove alignment requirements from data in vertex/index buffers 2022-07-13 09:25:12 +00:00
platformsupport surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
plugins qpa: Port from Screens 2022-07-13 15:42:27 +00:00
qml Fix typo in qml margin 2022-06-17 13:58:05 -07:00
scenes scenes/opengl: Remove unused includes 2022-07-12 17:49:41 +03:00
scripting scripting: Port from obsolete Screens 2022-07-12 12:22:18 +00:00
scripts SVN_SILENT made messages (.desktop file) - always resolve ours 2022-07-04 01:48:22 +00:00
tabbox SVN_SILENT made messages (.desktop file) - always resolve ours 2022-07-04 01:48:22 +00:00
utils backends: port from QScopedPointer to std::unique_ptr 2022-06-21 17:50:49 +00:00
wayland wayland/drmlease: correct DrmLeaseDeviceV1Interface::setDrmMaster 2022-07-13 12:27:54 +00:00
xwayland [xwl] Restart xwayland regardless of exit value 2022-06-15 09:25:32 +00:00
activation.cpp Remove some Screens::count() usages 2022-07-13 21:51:03 +00:00
activities.cpp
activities.h
appmenu.cpp
appmenu.h
atoms.cpp
atoms.h
client_machine.cpp
client_machine.h
CMakeLists.txt wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
composite.cpp Remove redundant initializeX11() in Compositor 2022-06-14 19:38:23 +03:00
composite.h
config-kwin.h.cmake gbm: Don't pass any flags when creating buffers with modifiers 2022-07-04 22:52:40 +00:00
cursor.cpp
cursor.h
cursordelegate_opengl.cpp
cursordelegate_opengl.h
cursordelegate_qpainter.cpp
cursordelegate_qpainter.h
dbusinterface.cpp
dbusinterface.h
debug_console.cpp Support new AppletPopup window type 2022-05-27 21:49:37 +00:00
debug_console.h
debug_console.ui
decorationitem.cpp Move SceneWindow::decorationShape() to DecorationItem 2022-05-09 09:41:39 +00:00
decorationitem.h Move SceneWindow::decorationShape() to DecorationItem 2022-05-09 09:41:39 +00:00
deleted.cpp Fully replace SceneWindow with WindowItem 2022-05-10 15:45:48 +00:00
deleted.h Fully replace SceneWindow with WindowItem 2022-05-10 15:45:48 +00:00
dmabufattributes.h backends: Split out a DmaBufParams class 2022-06-16 13:18:32 +00:00
dmabuftexture.cpp port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
dmabuftexture.h wayland: Use shared DmaBufAttributes type 2022-06-13 10:22:29 +00:00
dpmsinputeventfilter.cpp
dpmsinputeventfilter.h
effectloader.cpp
effectloader.h
effects.cpp Fully port EffectsHandler from Screens 2022-07-12 10:40:23 +03:00
effects.h effects: modernize some code 2022-06-29 10:34:50 +00:00
events.cpp Support an alternative harcoded scale for X 2022-06-07 11:58:26 +01:00
focuschain.cpp
focuschain.h
ftrace.cpp
ftrace.h
gestures.cpp gestures: limit progress range for pinch gestures 2022-05-18 16:55:27 +02:00
gestures.h gestures: rename weirdly named methods 2022-05-18 16:54:24 +02:00
globalshortcuts.cpp add autotest for touchscreen gestures 2022-05-27 17:49:59 +00:00
globalshortcuts.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
group.cpp
group.h
hide_cursor_spy.cpp
hide_cursor_spy.h
idle_inhibition.cpp wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
idle_inhibition.h wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
idledetector.cpp Make IdleDetector not emit resumed signal when it's inhibited 2022-07-05 20:36:04 +00:00
idledetector.h Make IdleDetector not emit resumed signal when it's inhibited 2022-07-05 20:36:04 +00:00
input.cpp wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
input.h wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
input_event.cpp
input_event.h
input_event_spy.cpp
input_event_spy.h
inputbackend.cpp
inputbackend.h
inputdevice.cpp
inputdevice.h
inputmethod.cpp inputmethod: If KWIN_IM_SHOW_ALWAYS variable is set, show the keyboard 2022-07-07 15:15:28 -04:00
inputmethod.h
inputpanelv1integration.cpp
inputpanelv1integration.h
inputpanelv1window.cpp Correct bottom left corner when placing a bottom toplevel input panel 2022-07-12 22:43:56 +01:00
inputpanelv1window.h
internalwindow.cpp Delegate updateShadow to event loop. 2022-06-23 17:18:08 +00:00
internalwindow.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
item.cpp Make Item::repaints() not guess repaints 2022-07-11 14:21:53 +03:00
item.h Remove Window::addRepaint() and Window::addLayerRepaint() 2022-05-11 15:13:45 +03:00
keyboard_input.cpp
keyboard_input.h
keyboard_layout.cpp Change global shortcuts to use the Meta key by default 2022-06-02 07:20:54 -06:00
keyboard_layout.h
keyboard_layout_switching.cpp
keyboard_layout_switching.h
keyboard_repeat.cpp
keyboard_repeat.h
killwindow.cpp
killwindow.h
kwin.kcfg WaylandServer: Add a setting to disable PrimarySelection 2022-06-19 05:49:20 +00:00
kwin.notifyrc SVN_SILENT made messages (.desktop file) - always resolve ours 2022-07-01 01:52:46 +00:00
kwineglutils_p.h
layers.cpp Merge Workspace::stackingOrder() and Workspace::xStackingOrder() 2022-05-12 14:59:55 +00:00
layershellv1integration.cpp
layershellv1integration.h
layershellv1window.cpp
layershellv1window.h
linux_dmabuf.cpp wayland: Use shared DmaBufAttributes type 2022-06-13 10:22:29 +00:00
linux_dmabuf.h wayland: Use shared DmaBufAttributes type 2022-06-13 10:22:29 +00:00
main.cpp wayland: Make workspace responsible for creating Screens 2022-07-13 17:54:35 +00:00
main.h wayland: Make workspace responsible for creating Screens 2022-07-13 17:54:35 +00:00
main_wayland.cpp wayland: Make workspace responsible for creating Screens 2022-07-13 17:54:35 +00:00
main_wayland.h
main_x11.cpp configurable way to force tabletmode on or off 2022-05-12 09:47:16 +00:00
main_x11.h
Messages.sh
modifier_only_shortcuts.cpp
modifier_only_shortcuts.h
moving_client_x11_filter.cpp
moving_client_x11_filter.h
netinfo.cpp [x11] Implement _GTK_SHOW_WINDOW_MENU. 2022-06-14 06:55:07 +00:00
netinfo.h [x11] Implement _GTK_SHOW_WINDOW_MENU. 2022-06-14 06:55:07 +00:00
onscreennotification.cpp
onscreennotification.h
options.cpp
options.h Fix typo in latency policy 2022-05-29 18:07:37 +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
outline.h
output.cpp port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
output.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
outputconfiguration.cpp port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
outputconfiguration.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
outputlayer.cpp
outputlayer.h backends/drm: fall back to a software cursor if drmModeAddFB2 fails 2022-05-27 15:24:27 +00:00
overlaywindow.cpp
overlaywindow.h
placement.cpp
placement.h
platform.cpp backends/x11: do less manual memory management 2022-06-21 17:50:49 +00:00
platform.h backends/x11: do less manual memory management 2022-06-21 17:50:49 +00:00
plugin.cpp
plugin.h
pluginmanager.cpp
pluginmanager.h
pointer_input.cpp
pointer_input.h
popup_input_filter.cpp
popup_input_filter.h
renderbackend.cpp
renderbackend.h
renderjournal.cpp
renderjournal.h
renderlayer.cpp
renderlayer.h
renderlayerdelegate.cpp
renderlayerdelegate.h
renderloop.cpp backends: use std::unique_ptr for RenderLoop 2022-06-21 17:50:49 +00:00
renderloop.h Remove extra ';' 2022-06-23 06:56:25 +02:00
renderloop_p.h Allow fullscreen effects to override latency policy 2022-05-21 17:21:20 +00:00
rendertarget.cpp
rendertarget.h
rootinfo_filter.cpp
rootinfo_filter.h
rulebooksettings.cpp
rulebooksettings.h
rulebooksettingsbase.kcfg
rulebooksettingsbase.kcfgc
rules.cpp
rules.h
rulesettings.kcfg
rulesettings.kcfgc
scene.cpp kwineffects: Strip ScreenPaintData of transforms 2022-07-06 11:10:54 +00:00
scene.h kwineffects: Strip ScreenPaintData of transforms 2022-07-06 11:10:54 +00:00
screenedge.cpp Disable screen edge approach area if the edge is blocked 2022-06-13 12:35:46 +00:00
screenedge.h Inhibit edges when the active window is full screen by default 2022-05-11 16:54:38 +02:00
screenlockerwatcher.cpp
screenlockerwatcher.h
screens.cpp
screens.h
session.cpp manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
session.h manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
session_consolekit.cpp manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
session_consolekit.h manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
session_logind.cpp manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
session_logind.h manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
session_noop.cpp manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
session_noop.h manage Session with std::unique_ptr 2022-06-21 17:50:49 +00:00
settings.kcfgc
shadow.cpp
shadow.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
shadowitem.cpp
shadowitem.h
shortcutdialog.ui
sm.cpp
sm.h
surfaceitem.cpp surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
surfaceitem.h surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
surfaceitem_internal.cpp surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
surfaceitem_internal.h surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
surfaceitem_wayland.cpp surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
surfaceitem_wayland.h surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
surfaceitem_x11.cpp surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
surfaceitem_x11.h surfaceitem, surfacetexture: manage pixmaps and textures with std::unique_ptr 2022-06-29 13:18:51 +00:00
syncalarmx11filter.cpp
syncalarmx11filter.h
tablet_input.cpp
tablet_input.h
tabletmodemanager.cpp Ignore fake input devices when detecting tablet mode 2022-06-06 17:25:37 +00:00
tabletmodemanager.h configurable way to force tabletmode on or off 2022-05-12 09:47:16 +00:00
touch_input.cpp autotests: Fix testTouchPoint 2022-05-18 09:46:56 +00:00
touch_input.h
udev.cpp port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
udev.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
unmanaged.cpp Support an alternative harcoded scale for X 2022-06-07 11:58:26 +01:00
unmanaged.h Merge Workspace::stackingOrder() and Workspace::xStackingOrder() 2022-05-12 14:59:55 +00:00
useractions.cpp Remove some Screens::count() usages 2022-07-13 21:51:03 +00:00
useractions.h
virtualdesktops.cpp Make touchscreen gestures realtime 2022-05-11 15:08:43 +00:00
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 wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
wayland_server.h wayland: Introduce IdleDetector 2022-06-29 20:27:50 +03:00
waylandoutput.cpp Revert "wayland/outputdevice: use OutputMode directly" 2022-05-19 00:59:54 +02:00
waylandoutput.h wayland/outputinterface: use the same enums as core KWin 2022-05-17 19:05:15 +00:00
waylandoutputdevicev2.cpp port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
waylandoutputdevicev2.h
waylandshellintegration.cpp
waylandshellintegration.h
waylandwindow.cpp Fully replace SceneWindow with WindowItem 2022-05-10 15:45:48 +00:00
waylandwindow.h Fully replace SceneWindow with WindowItem 2022-05-10 15:45:48 +00:00
window.cpp Remove some Screens::count() usages 2022-07-13 21:51:03 +00:00
window.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
window_property_notify_x11_filter.cpp
window_property_notify_x11_filter.h
windowitem.cpp Make WindowItem handle opacity 2022-05-11 09:42:35 +00:00
windowitem.h Make WindowItem handle opacity 2022-05-11 09:42:35 +00:00
workspace.cpp wayland: Make workspace responsible for creating Screens 2022-07-13 17:54:35 +00:00
workspace.h Rename Workspace::removeAbstractClient() to Workspace::removeWindow() 2022-05-18 17:14:09 +00:00
x11eventfilter.cpp
x11eventfilter.h
x11syncmanager.cpp
x11syncmanager.h
x11window.cpp [x11] Implement _GTK_SHOW_WINDOW_MENU. 2022-06-14 06:55:07 +00:00
x11window.h [x11] Implement _GTK_SHOW_WINDOW_MENU. 2022-06-14 06:55:07 +00:00
xcursortheme.cpp
xcursortheme.h
xdgactivationv1.cpp xdgactivation: Properly prevent disabled activation notifications 2022-07-04 17:44:10 +02:00
xdgactivationv1.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
xdgshellintegration.cpp
xdgshellintegration.h
xdgshellwindow.cpp xdgshell: don't allow applet popups to be moved 2022-07-13 17:00:34 +00:00
xdgshellwindow.h port many Qt shared pointers to standard smart pointers 2022-06-04 16:57:29 +00:00
xkb.cpp xkb: Explain mystery constant 2022-05-20 23:10:57 +00:00
xkb.h
xwaylandwindow.cpp
xwaylandwindow.h