kwin/plugins/qpa
Vlad Zahorodnii d3934be591 Prefer std::make_unique over std::unique_ptr(new T)
This way code is thinner and it is guaranteed that no memory leaks will
occur if an exception gets thrown for some reason.
2020-10-12 08:51:01 +03:00
..
abstractplatformcontext.cpp Prefer std::make_unique over std::unique_ptr(new T) 2020-10-12 08:51:01 +03:00
abstractplatformcontext.h Prettify license headers 2020-08-07 19:57:56 +00:00
backingstore.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
backingstore.h Prettify license headers 2020-08-07 19:57:56 +00:00
CMakeLists.txt Properly include private Qt5 targets 2020-05-15 12:24:23 +02:00
eglhelpers.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
eglhelpers.h Prettify license headers 2020-08-07 19:57:56 +00:00
integration.cpp qpa: remove unused override for the inputcontext 2020-09-03 12:29:57 +00:00
integration.h qpa: remove unused override for the inputcontext 2020-09-03 12:29:57 +00:00
kwin.json [wayland] Add a QPA plugin for kwin_wayland 2015-08-25 14:33:50 +02:00
main.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
offscreensurface.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
offscreensurface.h Prettify license headers 2020-08-07 19:57:56 +00:00
platformcursor.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
platformcursor.h Prettify license headers 2020-08-07 19:57:56 +00:00
screen.cpp qpa: Expose output names to QScreen 2020-09-23 06:36:31 +00:00
screen.h qpa: Expose output names to QScreen 2020-09-23 06:36:31 +00:00
sharingplatformcontext.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
sharingplatformcontext.h Prettify license headers 2020-08-07 19:57:56 +00:00
window.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
window.h Don't double-delete Window::handle 2020-08-14 16:51:46 +02:00