summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-2219-22/+28
* Don't try to deliver event to destroyed windowPaul Olav Tvete2016-10-112-2/+4
* Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-113-1/+10
* Clients tests: Don't send leave events for destroyed surfacesJohan Klokkhammer Helsing2016-10-113-4/+20
* Add a multi-screen compositor exampleJohan Klokkhammer Helsing2016-10-107-0/+367
* Rename QWaylandSurface::throttlingView to primaryViewJohan Klokkhammer Helsing2016-10-0710-13/+77
* Fix advance() documentationPaul Olav Tvete2016-10-071-15/+12
* Show how to really make QtWayland work under X11Paul Olav Tvete2016-10-061-3/+30
* Fix race condition on mFrameCallbackPaul Olav Tvete2016-10-062-9/+8
* Fix crash on client hidePaul Olav Tvete2016-10-051-1/+1
* Make sure we send frameSwapped signalsJohan Klokkhammer Helsing2016-10-041-1/+1
* Document 3rd party code in Qt WaylandKai Koehne2016-10-044-0/+122
* Example compositor for the ivi application extensionJohan Klokkhammer Helsing2016-10-045-0/+172
* Update plugins.qmltypesPier Luigi Fiorini2016-10-041-47/+121
* Add missing constructor implementationPaul Olav Tvete2016-10-041-0/+8
* Add QML API and documentation for ivi-applicationJohan Klokkhammer Helsing2016-10-046-1/+192
* Add mode support to QWaylandOutputPier Luigi Fiorini2016-10-0319-138/+565
* Documentation: Remove tech preview statusJohan Klokkhammer Helsing2016-10-0317-32/+27
* Compositor: Send touch events to the surface pressedJohan Klokkahmmer Helsing2016-10-039-150/+57
* Expose native buffer handlesPaul Olav Tvete2016-10-035-9/+32
* Refactor buffer handlingPaul Olav Tvete2016-10-0132-798/+941
* Update git ignore listPier Luigi Fiorini2016-10-011-4/+7
* Include headers with full pathPier Luigi Fiorini2016-10-0110-15/+16
* Compositor: implement wl_shell maximize and fullscreenPier Luigi Fiorini2016-09-302-1/+72
* Make QWaylandKeymap a QObjectJohan Klokkhammer Helsing2016-09-3017-91/+485
* Make the custom extension example more interestingPaul Olav Tvete2016-09-3011-95/+470
* C++ API and tests for the ivi-application extensionJohan Klokkhammer Helsing2016-09-3011-1/+863
* Fix invalid write to random memoryPaul Olav Tvete2016-09-302-2/+4
* Follow surface isMapped property renamePier Luigi Fiorini2016-09-301-2/+2
* Compositor: Base shell classPier Luigi Fiorini2016-09-3017-72/+331
* Update xdg-shell protocol fileKai Koehne2016-09-281-26/+54
* Update ivi-application protocol to version 1.9.1Kai Koehne2016-09-281-17/+18
* Return serial from sendTouchPointEventJohan Klokkhammer Helsing2016-09-285-16/+23
* Compositor: Return event serials from mouse press functionsJohan Klokkhammer Helsing2016-09-282-8/+20
* Compositor: Add a spanning screens exampleJohan Klokkhammer Helsing2016-09-275-0/+201
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-205-2/+43
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-174-2/+37
| |\
| | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+30
| | |\
| | | * Add changes file for 5.6.2v5.6.25.6.2Antti Kokko2016-09-131-0/+30
| | * | Fix build with QT_NO_ACCESSIBILITYSamuli Piippo2016-09-162-2/+6
| | * | Remove or add window decorations when toggling fullscreenJohan Klokkhammer Helsing2016-09-051-0/+1
| | |/
| * | Add missing mouse ungrab when touch endsJohan Klokkhammer Helsing2016-09-151-0/+6
| * | Doc: Add missing docs for a few QML typesVenugopal Shivashankar2016-09-021-20/+73
* | | Emit signals for compositor propertiesPier Luigi Fiorini2016-09-202-3/+31
* | | Compositor API: Add closeAllPopups method to QWaylandWlShellJohan Klokkhammer Helsing2016-09-208-45/+70
* | | Warn if using QWaylandClientExtension without a Wayland pluginJohan Klokkhammer Helsing2016-09-191-0/+5
* | | Only bind the extension oncePaul Olav Tvete2016-09-181-1/+1
* | | Cleanup and null ptr checkPaul Olav Tvete2016-09-181-9/+10
* | | Fix FramelessWindowHintPaul Olav Tvete2016-09-182-2/+8
* | | Simplify custom-extension examplePaul Olav Tvete2016-09-0816-70/+50