summaryrefslogtreecommitdiffstats
path: root/src/window-lib/waylandwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix dangling xdgSurface pointer on app exitRobert Griebl2024-10-181-2/+4
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-311-52/+0
* QVariants from QML often have QJSValues, which cannot be serializedRobert Griebl2024-03-181-2/+5
* Modernize string literalsRobert Griebl2024-01-081-2/+5
* Remove obsolete QT_VERSION_CHECKsRobert Griebl2023-12-221-8/+0
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-061-2/+2
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-1/+0
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* cmake: the AM_xxx defines are only available after including global.hRobert Griebl2021-06-221-1/+1
* 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/+8
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Separate LauncherMain from Q*ApplicationBernd Weimer2019-11-111-2/+0
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-1/+1
* Fix deprecation warnings against Qt 5.13Robert Griebl2019-06-051-0/+8
* Add support for native popups, namely Wayland XDG popupsRobert Griebl2019-05-271-0/+15
* Fix crash when starting external (non-AM) Wayland appsRobert Griebl2019-01-101-8/+14
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Keep windowProperties when there's no surface anymoreDaniel d'Andrada2018-12-111-3/+10
* Rename internal APIRobert Griebl2018-10-091-1/+1
* Relocate documentation of WindowObject::waylandSurfaceDaniel d'Andrada2018-07-251-12/+0
* Don't crash when calling close() on an empty WindowDaniel d'Andrada2018-07-031-1/+2
* WindowItem.objectFollowsItemSize and WindowObject.resizeDaniel d'Andrada2018-07-021-0/+17
* WindowObject.close()Daniel d'Andrada2018-06-291-0/+5
* WindowObject::waylandSurfaceDaniel d'Andrada2018-06-211-0/+18
* Window size and WindowItem implicit sizeDaniel d'Andrada2018-06-201-0/+6
* WindowManager: reduce couplingDaniel d'Andrada2018-06-201-16/+25
* WindowObject and WindowItem typesDaniel d'Andrada2018-06-191-8/+16
* Refactor the Application objectDaniel d'Andrada2018-05-141-1/+1
* Remove unimplemented leftovers from WindowSurfaceDaniel d'Andrada2018-05-091-2/+0
* Replace QtWayland's surface extension with a custom AM extensionRobert Griebl2018-04-041-14/+12
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Add support for OpenGL version and profile selectionRobert Griebl2017-11-141-1/+1
* Add FPS monitoring per app windowNedim Hadzic2017-05-241-0/+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-12/+11
* Addition of a qmlplugindump tool equivalent for the application-managerRobert Griebl2017-02-211-0/+146