summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qwindow-compositor
Commit message (Expand)AuthorAgeFilesLines
* Fix build with Qt 6 and strict API deprecationsSimon Hausmann2019-08-011-1/+1
* Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-212-3/+5
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-102-1/+1
|\
| * C++ examples: Delay compositor initialization until GL is readyPaul Olav Tvete2019-01-092-1/+1
* | Compositor: Fix coordinate system inconsistenciesJohan Klokkhammer Helsing2018-11-163-4/+4
|/
* qwindow-compositor: rename input to seatJohan Klokkhammer Helsing2018-08-091-6/+6
* Make sure we don't use deleted memory in examplePaul Olav Tvete2018-08-041-2/+5
* Use override when applicableJohan Klokkhammer Helsing2018-02-281-2/+2
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-281-3/+3
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-274-25/+13
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-202-7/+7
* Compositor examples: Remove unused dependencies on private APIsJohan Klokkhammer Helsing2018-01-161-1/+1
* Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2017-10-271-5/+5
|\
| * Fix outdated FDL license headerKai Koehne2017-10-201-5/+5
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
|/
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-045-15/+65
* Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-232-8/+8
* Add animations to the C++ examplePaul Olav Tvete2017-01-023-19/+110
* Make qwindow-compositor look different than pure-qmlPaul Olav Tvete2016-11-291-1/+2
* Make sure we send leave events in the c++ examplePaul Olav Tvete2016-11-221-4/+3
* Add mode support to QWaylandOutputPier Luigi Fiorini2016-10-031-1/+4
* Refactor buffer handlingPaul Olav Tvete2016-10-013-30/+11
* Compositor: Base shell classPier Luigi Fiorini2016-09-302-3/+4
* Compositor API: Add closeAllPopups method to QWaylandWlShellJohan Klokkhammer Helsing2016-09-202-18/+12
* Rename the QWaylandXdg* classes to QWaylandXdg*V5Giulio Camuffo2016-09-053-28/+28
* Merge remote-tracking branch 'qt/5.7' into 5.8v5.8.0-alpha1Liang Qi2016-08-281-1/+3
|\
| * qwindow-compositor: remove drag icon before droppingJohan Klokkhammer Helsing2016-08-111-1/+3
* | Rename QWaylandSurface::isMapped to hasContentJohan Klokkhammer Helsing2016-08-223-6/+6
* | Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-113-22/+22
* | Rename createSurface and similar signalsJohan Klokkhammer Helsing2016-08-032-7/+7
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-026-145/+145
|\|
| * Example cleanupPaul Olav Tvete2016-07-046-145/+145
* | Migrate to public QOpenGLTextureBlitterLaszlo Agocs2016-07-291-1/+1
* | Rename sendUnMaximized to sendUnmaximizedJohan Klokkhammer Helsing2016-07-121-1/+1
* | Compositor: Rename shm to sharedMemoryJohan Klokkhammer Helsing2016-07-111-2/+2
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-111-0/+1
|\|
| * qwindow-compositor: avoid unused variable warningLaszlo Agocs2016-05-311-0/+1
* | Add position property to QWaylandXdgPopupJohan Klokkhammer Helsing2016-06-071-1/+1
* | Rename xdg surface request<state> methods send<state>Johan Klokkhammer Helsing2016-05-311-4/+4
|/
* Merge "Merge remote-tracking branch 'qt/5.7.0' into 5.7" into refs/staging/5.7Frederik Gladhorn2016-05-271-2/+7
|\
| * Merge remote-tracking branch 'qt/5.7.0' into 5.7Paul Olav Tvete2016-05-261-2/+7
| |\
| | * Make example work for the non-streaming casePaul Olav Tvete2016-05-231-2/+7
* | | Revert "Add position property to QWaylandXdgPopup"Johan Klokkhammer Helsing2016-05-271-1/+1
|/ /
* / Add position property to QWaylandXdgPopupJohan Klokkhammer Helsing2016-05-241-1/+1
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-3/+1
|\
| * fix example installsv5.6.1-1v5.6.1Oswald Buddenhagen2016-04-281-3/+1
| * Make qwindow-compositor build on systems without ext texturesLaszlo Agocs2015-10-271-0/+4
| * Support EGLStream in wayland-eglLaszlo Agocs2015-10-203-14/+60
* | Fixed eglStream compositingDominik Holland2016-05-183-10/+36
* | Move drag icon relative the cursor hotspot positionErik Larsson2016-04-214-10/+12