summaryrefslogtreecommitdiffstats
path: root/examples/wayland/minimal-cpp/compositor.h
Commit message (Expand)AuthorAgeFilesLines
* Compositor: Fix coordinate system inconsistenciesJohan Klokkhammer Helsing2018-11-161-2/+2
* Add mouse and keyboard handling to minimal-cpp examplePaul Olav Tvete2018-08-161-1/+24
* Make the minimal-cpp example a real compositorPaul Olav Tvete2018-03-211-3/+7
* 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-271-2/+2
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-1/+1
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-041-3/+13
* Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-231-1/+1
* Refactor buffer handlingPaul Olav Tvete2016-10-011-2/+3
* A minimal c++-based compositorPaul Olav Tvete2016-01-121-0/+90