summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-04127-1546/+1927
* Fix documention typoKari Oikarinen2017-04-261-2/+2
* Doc: add info about parametersNico Vertriest2017-04-262-6/+6
* Fix nullptr dereference in QWaylandSeat::setKeyboardFocusJohan Klokkhammer Helsing2017-04-251-1/+1
* Add missing documentation for XdgShellV5v5.9.0-beta3Johan Klokkhammer Helsing2017-04-211-0/+64
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-187-1/+34
|\
| * Fix crash when assigning nullptr to ShellSurfaceItem.shellSurfaceJohan Klokkhammer Helsing2017-03-237-1/+34
* | Doc: Add info about return valueNico Vertriest2017-04-181-0/+2
* | Fix warning about inconsistent use of override keywordv5.9.0-beta2Thiago Macieira2017-04-041-1/+1
* | Fix clang warning about struct/class mismatchThiago Macieira2017-04-041-1/+1
* | Don't redefine symbols from system librariesPaul Olav Tvete2017-03-281-1/+1
* | Clean up draganddrop and clipboard featuresPaul Olav Tvete2017-03-2318-30/+131
* | Merge remote-tracking branch 'origin/5.8' into 5.9Paul Olav Tvete2017-03-131-0/+8
|\|
| * Fix build when xkbcommon is disabledGiulio Camuffo2017-03-081-0/+8
* | Doc: completed undocumented itemsNico Vertriest2017-03-132-3/+4
* | Merge remote-tracking branch 'qt/5.8' into 5.9Paul Olav Tvete2017-03-015-5/+10
|\|
| * 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
* | | Merge dev into 5.9Oswald Buddenhagen2017-02-0155-199/+276
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2555-199/+276
| |\| |
| | * | 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 namespaced buildsJohan Klokkhammer Helsing2017-01-312-5/+6
|/ / /
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-124-4/+7
|\| |
| * | 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
* | Try to find compositor among parents for QWaylandQuickOutputJohan Klokkhammer Helsing2016-12-062-1/+20
|/
* 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