kwin/src/libkwineffects
Vlad Zahorodnii 4dafacc00b kwineffects: Stop linking kwayland-server
As is, libkwineffects doesn't use any specific apis in kwayland-server,
it simply "forwards" wayland display and surfaces from libkwin. Given
that, there is no need to link libkwineffects with kwayland-server. If
an effect needs to access wayland specific stuff, it can link explicitly
against kwayland-server.

The main motivation behind this change is to further loosen up
dependencies between various kwin components and kwayland-server so the
latter can be moved back to kwin.
2021-10-18 16:03:30 +00:00
..
anidata.cpp
anidata_p.h
CMakeLists.txt kwineffects: Stop linking kwayland-server 2021-10-18 16:03:30 +00:00
kwinanimationeffect.cpp Port to function-pointer based QMetaObject::invokeMethod 2021-09-07 06:30:39 +00:00
kwinanimationeffect.h kwineffects: Remove dead code 2021-06-10 15:58:05 +00:00
kwinconfig.h.cmake Remove Xrender backend 2021-06-09 11:21:57 +03:00
kwindeformeffect.cpp kwineffects: Allocate hidpi textures in DeformEffect 2021-06-14 09:02:44 +00:00
kwindeformeffect.h kwineffects: Allocate hidpi textures in DeformEffect 2021-06-14 09:02:44 +00:00
kwineffectquickview.cpp libkwineffects: Simplify EffectQuickView constructors 2021-09-23 06:28:29 +00:00
kwineffectquickview.h kwineffects: Allow specifying render window for EffectQuickView 2021-08-19 06:30:55 +00:00
kwineffects.cpp kwineffects: Remove effectively unused surface_interface.h include 2021-10-18 11:34:15 +00:00
kwineffects.h Lay some groundwork for realtime gestures in Wayland 2021-09-01 19:48:41 -04:00
KWinEffectsConfig.cmake.in
kwineglimagetexture.cpp
kwineglimagetexture.h
kwinglobals.h Move Xkb::LEDs enum to KWin namespace 2021-10-13 17:49:19 +00:00
kwinglplatform.cpp pipewire: Fix downloading software-rotated textures 2021-10-13 17:16:15 +02:00
kwinglplatform.h pipewire: Fix downloading software-rotated textures 2021-10-13 17:16:15 +02:00
kwingltexture.cpp Use texture unpacking for QImage uploads when possible 2021-08-16 06:30:59 +00:00
kwingltexture.h kwineffects: Allow creating GLTexture without allocated storage 2021-06-22 08:25:50 +00:00
kwingltexture_p.h
kwinglutils.cpp kwineffects: Allow creating GLTexture without allocated storage 2021-06-22 08:25:50 +00:00
kwinglutils.h scenes/opengl: Remove half-pixel correction workaround 2021-05-31 05:27:22 +00:00
kwinglutils_funcs.cpp
kwinglutils_funcs.h
kwinxrenderutils.cpp
kwinxrenderutils.h
logging.cpp
logging_p.h
Mainpage.dox
Messages.sh