summaryrefslogtreecommitdiffstats
path: root/src/window-lib/waylandcompositor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make WAYLAND_DEBUG=1 possible for nested compositor setupsRobert Griebl2025-06-061-1/+144
* Workaround Wayland crashes due to zombie objectRobert Griebl2024-11-111-3/+3
* Fix logging category for Wayland debug outputRobert Griebl2024-10-181-1/+1
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-311-25/+9
* Clazy: fixesRobert Griebl2024-01-081-1/+1
* Modernize string literalsRobert Griebl2024-01-081-1/+1
* Remove obsolete QT_VERSION_CHECKsRobert Griebl2023-12-221-4/+0
* cmake: add AM_SANITIZE to enable ASANRobert Griebl2023-12-121-0/+1
* Improve Wayland WindowItem de-activationRobert Griebl2023-11-061-0/+18
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-1/+0
* Use SPDX license identifiersDominik Holland2022-06-151-31/+5
* Make both supported Wayland text-input protocols available for clientsRobert Griebl2022-06-141-3/+11
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-211-0/+12
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Expose the Wayland XDG surface object to the system ui via WindowObject prope...Robert Griebl2021-04-231-0/+6
* Add support for running multiple (external) apps with the same PIDRobert Griebl2021-04-231-1/+8
* Disallow implicit ASCII castsBernd Weimer2020-09-171-1/+1
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Fix use-after-free on xdg pongJohn Brooks2020-05-191-1/+1
* Remove support for Qt versions < 5.12.0Robert Griebl2019-11-081-30/+10
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add support for native popups, namely Wayland XDG popupsRobert Griebl2019-05-271-3/+39
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* WaylandCompositor: Support xdg-shell instead of xdg-shell-v5 in Qt 5.12Daniel d'Andrada2018-11-221-5/+36
* WindowObject.close()Daniel d'Andrada2018-06-291-0/+8
* WaylandCompositor: add support for XDG V5 shell extensionDaniel d'Andrada2018-06-291-9/+52
* WindowManager: reduce couplingDaniel d'Andrada2018-06-201-8/+2
* WindowObject and WindowItem typesDaniel d'Andrada2018-06-191-50/+0
* window-lib: set a sensible default keymap on waylandLukáš Tinkl2018-06-181-0/+5
* Refactor the Application objectDaniel d'Andrada2018-05-141-1/+1
* Replace QtWayland's surface extension with a custom AM extensionRobert Griebl2018-04-041-30/+12
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Remove support for Qt 5.6, 5.7 and 5.8Robert Griebl2018-02-071-153/+6
* Add support for OpenGL version and profile selectionRobert Griebl2017-11-141-1/+1
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-1/+2
* common-lib cleanupRobert Griebl2017-03-131-0/+1
* Refactored the old and the new Wayland compositor into one .h/.cpp fileRobert Griebl2017-02-271-84/+221
* Addition of a qmlplugindump tool equivalent for the application-managerRobert Griebl2017-02-211-0/+240