summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove the default shell functionalityJørgen Lind2015-08-281-2/+0
| * | | Remove unused includeJørgen Lind2015-08-281-1/+0
| * | | Remove the QWaylandCompositor::createView virtual functionJørgen Lind2015-08-282-7/+18
| * | | rename QWaylandExtensionTemplate::get to findInJørgen Lind2015-08-285-7/+7
| * | | Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-2812-48/+48
| * | | Improve QWaylandExtensionJørgen Lind2015-08-281-1/+1
| * | | Remove transient(inactive|parent|offset) from QWaylandSurfaceJørgen Lind2015-08-285-28/+10
| * | | Remove the static instance of a compositor.Jørgen Lind2015-08-283-13/+4
| * | | Make it possible to subclass QWayland(Pointer|Keyboard|Touch)Jørgen Lind2015-08-282-3/+4
| * | | Make addClient virutal api for Keyboard Pointer and touchJørgen Lind2015-08-281-1/+1
| * | | Use Q_SIGNALS and Q_SLOTS instead of signals: slots:Jørgen Lind2015-08-283-4/+4
| * | | Rename QWaylandPointer::currentView to mouseFocusJørgen Lind2015-08-283-4/+4
| * | | Mouse mouseFocus handling to the QWaylandInputDeviceJørgen Lind2015-08-286-82/+62
| * | | Public input apisJørgen Lind2015-08-2820-884/+426
| * | | Rework how we manage extensionsJørgen Lind2015-08-2827-2567/+36
| * | | Allow CurrentPosition to not having a current viewJørgen Lind2015-08-281-2/+1
| * | | Default shell surface view to the primaryOutput of the surfaceJørgen Lind2015-08-281-0/+1
| * | | Introducing QWaylandOutputSpaceJørgen Lind2015-08-289-70/+88
| * | | Move the output from QWaylandSurface to the QWaylandSurfaceViewJørgen Lind2015-08-286-101/+120
| * | | Move the texture ownership from the QWaylandSurfaceJørgen Lind2015-08-284-259/+92
| * | | Reset when the mousefocus surface is destoryedJørgen Lind2015-08-281-1/+2
| * | | Remove releaseSurfaces function from QWayland::SurfaceJørgen Lind2015-08-283-7/+0
| * | | QWaylandOutput send mode and geometry correctlyJørgen Lind2015-08-282-0/+47
| * | | QWaylandInput add a sendMouseEnter and sendMouseLeaveJørgen Lind2015-08-284-0/+33
| * | | Put the pointers current view and current possition into a separate classJørgen Lind2015-08-282-16/+58
| * | | Make it possible to set a QWaylandSurface on the QWaylandSurfaceViewJørgen Lind2015-08-284-2/+5
| * | | Deprecate the cursor change request and make it a signalJørgen Lind2015-08-281-2/+10
| * | | Make it possible for QWaylandSurfaceItem to children of arbitrary itemsJørgen Lind2015-08-285-14/+14
| * | | Make the attach offset available through a signal on QWaylandSurfaceJørgen Lind2015-08-283-1/+12
| * | | Initialize shellsurface pointerJørgen Lind2015-08-281-0/+1
| * | | Add a shellView property on QWaylandSurfaceJørgen Lind2015-08-284-0/+20
| * | | Make QWaylandCompositor::primaryOutput a Q_PROPERTYJørgen Lind2015-08-281-0/+1
| * | | Make QWaylandCompositor inherit QObjectJørgen Lind2015-08-282-7/+13
| * | | Add createSurface factory function on QWaylandCompositorJørgen Lind2015-08-281-4/+2
| * | | Make QWaylandOutput::handle constJørgen Lind2015-08-281-1/+0
| * | | Move surface management to outputsJørgen Lind2015-08-286-16/+80
| * | | LGPL v3 license change for Qt Wayland CompositorJørgen Lind2015-07-2452-1378/+1184
* | | | Fix typo in function nameMikko Levonmaa2015-10-291-1/+1
* | | | Actually set the subsurfaceMikko Levonmaa2015-10-271-0/+1
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-274-19/+72
|\ \ \ \ | | |_|/ | |/| |
| * | | Support EGLStream in wayland-eglLaszlo Agocs2015-10-202-7/+27
| * | | Update focusResource if needed when wl_keyboard is boundOlivier Blin2015-10-202-8/+37
| * | | Fix setting focusDestroyListener when no keyboard resource is boundOlivier Blin2015-10-201-4/+8
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1528-22/+332
|\| |
| * | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0526-0/+286
| * | Fix updating the keymap when no key is pressedGiulio Camuffo2015-09-031-2/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-283-20/+45
| |\ \ | | |/ | |/|
| | * Don't crash if loading the keymap failsGiulio Camuffo2015-08-272-20/+37
| | * Reset surface transientParent when the parent is destroyed.Mikko Harju2015-08-261-0/+8
* | | Implement the wl_subcompositor interface server-sideGiulio Camuffo2015-10-017-170/+134
|/ /