summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/qwlsurface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QtWayland::SurfaceJørgen Lind2015-08-281-427/+0
* Remove the Surface role functionalityJørgen Lind2015-08-281-13/+0
* Remove output from QWaylandSurfaceJørgen Lind2015-08-281-21/+0
* Fixups after rebasingJørgen Lind2015-08-281-18/+17
* Remove excess definition of QWaylandKeymapJørgen Lind2015-08-281-16/+1
* Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-281-5/+4
* Remove transient(inactive|parent|offset) from QWaylandSurfaceJørgen Lind2015-08-281-10/+0
* Public input apisJørgen Lind2015-08-281-2/+1
* Rework how we manage extensionsJørgen Lind2015-08-281-31/+0
* Move the output from QWaylandSurface to the QWaylandSurfaceViewJørgen Lind2015-08-281-67/+23
* Move the texture ownership from the QWaylandSurfaceJørgen Lind2015-08-281-41/+15
* Remove releaseSurfaces function from QWayland::SurfaceJørgen Lind2015-08-281-5/+0
* Make it possible to set a QWaylandSurface on the QWaylandSurfaceViewJørgen Lind2015-08-281-0/+1
* Make the attach offset available through a signal on QWaylandSurfaceJørgen Lind2015-08-281-0/+3
* Initialize shellsurface pointerJørgen Lind2015-08-281-0/+1
* Add a shellView property on QWaylandSurfaceJørgen Lind2015-08-281-0/+13
* Move surface management to outputsJørgen Lind2015-08-281-2/+16
* LGPL v3 license change for Qt Wayland CompositorJørgen Lind2015-07-241-27/+23
* Add a mechanism to delay unmapping of surfacesGiulio Camuffo2015-07-151-4/+25
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-031-3/+60
|\
| * Move surfaces to outputsPier Luigi Fiorini2015-04-211-3/+60
* | Introduce the surface role conceptGiulio Camuffo2015-04-231-0/+15
|/
* Update copyright headersJani Heikkinen2015-02-171-4/+4
* Add QWaylandOutput to support multiple outputsPier Luigi Fiorini2015-02-081-0/+7
* Merge branch '5.4' into devGiulio Camuffo2014-11-151-4/+3
|\
| * Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.0Giulio Camuffo2014-10-281-2/+1
| * Fix the compositor's wayland versioningGiulio Camuffo2014-10-091-2/+2
* | Support for multiple input devicesMikko Levonmaa2014-10-201-5/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-191-2/+0
|\|
| * QWlSurface: Remove unused static.Robin Burchell2014-08-221-2/+0
* | Add support for setMask to set input regionJan Arne Petersen2014-08-131-2/+14
|/
* Add transient parent and offset to QWaylandSurfacePier Luigi Fiorini2014-08-011-0/+8
* Make Surface own its visibility propertyGiulio Camuffo2014-08-011-0/+1
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-311-0/+31
* Introduce QWaylandSurfaceInterfaceGiulio Camuffo2014-07-301-13/+0
* Destroy the SurfaceBuffers and their textures after the wl_buffer are destroyedGiulio Camuffo2014-07-301-1/+1
* Add cmake test for QtCompositor and disable cmake files for QtWaylandClientGiulio Camuffo2014-07-081-4/+0
* Fix generated code for interface names not starting with qt_ or wl_Giulio Camuffo2014-06-121-1/+1
* Make it possible to have custom shell implementationsGiulio Camuffo2014-04-291-4/+5
* Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-291-22/+2
* Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo2014-04-291-14/+12
* Rework the way buffers are used and renderedGiulio Camuffo2014-04-291-92/+32
* Prevent crash when extended surface is destroyed.Gunnar Sletta2014-04-051-0/+6
* Merge branch 'stable' into devGunnar Sletta2014-03-251-82/+99
|\
| * Make the compositor redraw when a surface gets a commit().Giulio Camuffo2014-03-111-0/+2
| * Make sure the frame callbacks are sent at the right timeGiulio Camuffo2014-03-111-3/+14
| * Remove the buffer queue.Giulio Camuffo2014-03-111-71/+30
| * Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-191-4/+4
| |\
| * | Fix build with Wayland <= 1.1Giulio Camuffo2014-02-091-0/+9
| * | Improve the frame callbacks handlingGiulio Camuffo2014-02-051-13/+49