summaryrefslogtreecommitdiffstats
path: root/examples/wayland/minimal-cpp/window.cpp
Commit message (Expand)AuthorAgeFilesLines
* Documentation for the minimal-cpp examplePaul Olav Tvete2023-02-101-0/+6
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-49/+2
* Adapt to new QPointingDevice APIShawn Rutledge2020-06-261-3/+3
* Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-281-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-0/+1
|\
| * C++ examples: Delay compositor initialization until GL is readyPaul Olav Tvete2019-01-091-0/+1
* | Compositor: Fix coordinate system inconsistenciesJohan Klokkhammer Helsing2018-11-161-1/+1
|/
* Add mouse and keyboard handling to minimal-cpp examplePaul Olav Tvete2018-08-161-11/+35
* Make the minimal-cpp example a real compositorPaul Olav Tvete2018-03-211-7/+6
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-1/+0
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-1/+1
* Update to new QRandomGenerator APIThiago Macieira2017-11-031-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-1/+6
|\
| * Make minimal-cpp work with EGLStreamsPaul Olav Tvete2017-09-211-1/+6
* | Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-3/+2
|/
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-041-3/+13
* Refactor buffer handlingPaul Olav Tvete2016-10-011-1/+5
* Rename QWaylandSurface::isMapped to hasContentJohan Klokkhammer Helsing2016-08-221-1/+1
* A minimal c++-based compositorPaul Olav Tvete2016-01-121-0/+102