summaryrefslogtreecommitdiffstats
path: root/examples/wayland/minimal-cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-104-1/+6
|\
| * C++ examples: Delay compositor initialization until GL is readyPaul Olav Tvete2019-01-094-1/+6
* | Compositor: Fix coordinate system inconsistenciesJohan Klokkhammer Helsing2018-11-162-3/+3
|/
* Add mouse and keyboard handling to minimal-cpp examplePaul Olav Tvete2018-08-165-18/+168
* Make the minimal-cpp example a real compositorPaul Olav Tvete2018-03-214-22/+23
* Use override when applicableJohan Klokkhammer Helsing2018-02-281-1/+1
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-281-1/+1
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-274-6/+4
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-202-2/+2
* Compositor examples: Remove unused dependencies on private APIsJohan Klokkhammer Helsing2018-01-161-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-045-15/+65
* Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-232-3/+3
* Add mode support to QWaylandOutputPier Luigi Fiorini2016-10-031-1/+4
* Refactor buffer handlingPaul Olav Tvete2016-10-013-14/+11
* Rename QWaylandSurface::isMapped to hasContentJohan Klokkhammer Helsing2016-08-221-1/+1
* Migrate to public QOpenGLTextureBlitterLaszlo Agocs2016-07-291-1/+1
* A minimal c++-based compositorPaul Olav Tvete2016-01-127-0/+468