summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when assigning nullptr to ShellSurfaceItem.shellSurfaceJohan Klokkhammer Helsing2017-03-237-1/+34
* Fix build when xkbcommon is disabledGiulio Camuffo2017-03-081-0/+8
* Don't try to send touch cancel events to null surfacesJohan Klokkhammer Helsing2017-02-201-2/+5
* fix typos in "Raspberry Pi"Oswald Buddenhagen2017-02-101-1/+1
* fix namespaced build - yet againOswald Buddenhagen2017-02-072-5/+6
* compositor: Export QWaylandQuickShellIntegrationPier Luigi Fiorini2017-02-071-1/+1
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-262-1/+3
|\
| * compositor: Add QWaylandXdgPopupV5 position property notifyv5.8.0Pier Luigi Fiorini2017-01-092-1/+3
* | Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-2344-160/+160
* | compositor: Set windowType property for QWaylandXdgSurfaceV5Pier Luigi Fiorini2017-01-193-12/+38
* | Fix build with -no-openglJohan Klokkhammer Helsing2017-01-192-0/+4
* | Fix build without feature.draganddropTasuku Suzuki2017-01-151-2/+7
* | Fix build without feature.imTasuku Suzuki2017-01-137-12/+21
* | Fix build without feature.wheeleventTasuku Suzuki2017-01-132-0/+4
* | Send touch cancel event when QWaylandQuickItem::visible is set to falseJohan Klokkhammer Helsing2017-01-123-1/+17
* | Fix nullptr crash introduced in 4e7af89Robert Griebl2016-12-191-2/+4
* | Add support for running compositors with custom device pixel ratioJohan Klokkhammer Helsing2016-12-165-12/+23
* | Fix potential undefined behaviorJohan Klokkhammer Helsing2016-12-091-0/+1
* | Don't delete the paint node for QWaylandQuickItems with locked buffersJohan Klokkhammer Helsing2016-11-301-2/+5
|/
* Fix crash on client exit with popupPaul Olav Tvete2016-11-251-1/+1
* Doc: Drop the dummy "Tech. Preview" node from the navigation breadcrumbVenugopal Shivashankar2016-11-241-1/+0
* Use new feature system, part 2Lars Knoll2016-11-236-19/+20
* Use the feature system internallyLars Knoll2016-11-2342-132/+199
* Move qtwayland over to use the new configuration systemLars Knoll2016-11-234-14/+104
* Only send mouse move event when mouse movesPaul Olav Tvete2016-11-222-1/+8
* Don't crash when surface is destroyedPaul Olav Tvete2016-11-175-16/+17
* Fix crash with nested xdg popupsPaul Olav Tvete2016-11-171-2/+6
* Declare QWaylandOutputMode as a movable typePaul Olav Tvete2016-11-151-0/+1
* Add missing override to initialize in QWaylandIviSurfaceRobert Loehning2016-11-141-1/+1
* Compositor: Set view output in QWaylandQuickItem::init()Johan Klokkhammer Helsing2016-11-142-1/+8
* Don't ignore wl_surface:attach with null bufferJohan Klokkhammer Helsing2016-11-031-1/+1
* Doc: Added missing documentation for certain parametersNico Vertriest2016-11-035-19/+21
* QML Compositors: Switch touch events on by defaultJohan Klokkhammer Helsing2016-11-011-1/+1
* Compositor: Switch keyboard focus on touch inputJohan Klokkhammer Helsing2016-11-011-2/+5
* Rename QWaylandSurface::throttlingView to primaryViewJohan Klokkhammer Helsing2016-10-0710-13/+77
* Fix advance() documentationPaul Olav Tvete2016-10-071-15/+12
* Fix crash on client hidePaul Olav Tvete2016-10-051-1/+1
* Document 3rd party code in Qt WaylandKai Koehne2016-10-041-0/+14
* Add missing constructor implementationPaul Olav Tvete2016-10-041-0/+8
* Add QML API and documentation for ivi-applicationJohan Klokkhammer Helsing2016-10-045-1/+187
* Add mode support to QWaylandOutputPier Luigi Fiorini2016-10-037-121/+471
* Documentation: Remove tech preview statusJohan Klokkhammer Helsing2016-10-0316-27/+27
* Compositor: Send touch events to the surface pressedJohan Klokkahmmer Helsing2016-10-039-150/+57
* Expose native buffer handlesPaul Olav Tvete2016-10-033-2/+25
* Refactor buffer handlingPaul Olav Tvete2016-10-0118-485/+551
* Include headers with full pathPier Luigi Fiorini2016-10-015-7/+8
* Compositor: implement wl_shell maximize and fullscreenPier Luigi Fiorini2016-09-302-1/+72
* Make QWaylandKeymap a QObjectJohan Klokkhammer Helsing2016-09-3013-86/+390
* C++ API and tests for the ivi-application extensionJohan Klokkhammer Helsing2016-09-307-0/+671
* Fix invalid write to random memoryPaul Olav Tvete2016-09-302-2/+4