summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandsurface.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move ref and unref from QWaylandSurface to privateJørgen Lind2015-08-281-45/+49
* Removed the m_ prefix for variables in QWaylandSurfacePrivateJørgen Lind2015-08-281-84/+84
* Remove QtWayland::InputDeviceJørgen Lind2015-08-281-3/+3
* Use QWaylandClient in constructor of QWaylandSurfaceJørgen Lind2015-08-281-4/+4
* Remove QtWayland::Compositor and add QWaylandCompositorPrivateJørgen Lind2015-08-281-8/+10
* Remove QtWayland::SurfaceJørgen Lind2015-08-281-75/+285
* Remove output from QWaylandSurfaceJørgen Lind2015-08-281-31/+25
* Fixups after rebasingJørgen Lind2015-08-281-67/+3
* Remove excess definition of QWaylandKeymapJørgen Lind2015-08-281-27/+0
* make sure that views don't have a surfaceJørgen Lind2015-08-281-0/+8
* Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-281-3/+3
* Remove transient(inactive|parent|offset) from QWaylandSurfaceJørgen Lind2015-08-281-21/+0
* Remove the static instance of a compositor.Jørgen Lind2015-08-281-1/+1
* Public input apisJørgen Lind2015-08-281-2/+20
* Rework how we manage extensionsJørgen Lind2015-08-281-142/+5
* Introducing QWaylandOutputSpaceJørgen Lind2015-08-281-0/+6
* Move the output from QWaylandSurface to the QWaylandSurfaceViewJørgen Lind2015-08-281-22/+25
* Move the texture ownership from the QWaylandSurfaceJørgen Lind2015-08-281-27/+6
* Make it possible to set a QWaylandSurface on the QWaylandSurfaceViewJørgen Lind2015-08-281-3/+31
* Add a shellView property on QWaylandSurfaceJørgen Lind2015-08-281-0/+6
* LGPL v3 license change for Qt Wayland CompositorJørgen Lind2015-07-241-27/+23
* Remove scoped enums to fix builds without C++11 support.Julien Brianceau2015-07-221-1/+1
* Add a mechanism to delay unmapping of surfacesGiulio Camuffo2015-07-151-0/+26
* Add 3 QList::reserve() callsSergio Martins2015-06-081-1/+3
* Move surfaces to outputsPier Luigi Fiorini2015-04-211-5/+85
* Update copyright headersJani Heikkinen2015-02-171-4/+4
* Add QWaylandOutput to support multiple outputsPier Luigi Fiorini2015-02-081-0/+8
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-2/+1
|\
| * Don't access a dangling pointerGiulio Camuffo2014-11-201-0/+2
* | Merge branch '5.4' into devGiulio Camuffo2014-11-151-12/+5
|\|
| * Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.0Giulio Camuffo2014-10-281-8/+1
| * Fix the compositor's wayland versioningGiulio Camuffo2014-10-091-4/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-191-1/+1
|\|
| * Do not crash when querying transientParent() and there's noneLaszlo Agocs2014-08-221-1/+1
* | Expose surface's client to QMLPier Luigi Fiorini2014-08-171-16/+10
* | Add support for setMask to set input regionJan Arne Petersen2014-08-131-0/+6
|/
* Add transient parent and offset to QWaylandSurfacePier Luigi Fiorini2014-08-011-0/+12
* Make Surface own its visibility propertyGiulio Camuffo2014-08-011-6/+10
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-311-3/+1
* Use wayland core interfaces to signal output rotationGiulio Camuffo2014-07-311-1/+3
* Add more API to change QWaylandSurface propertiesGiulio Camuffo2014-07-301-9/+27
* Introduce QWaylandSurfaceInterfaceGiulio Camuffo2014-07-301-19/+65
* Add cmake test for QtCompositor and disable cmake files for QtWaylandClientGiulio Camuffo2014-07-081-1/+0
* Make it possible to have custom shell implementationsGiulio Camuffo2014-04-291-12/+13
* Fix possible racey crash after surface destructionGiulio Camuffo2014-04-291-0/+4
* Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-291-40/+14
* Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo2014-04-291-9/+0
* Rework the way buffers are used and renderedGiulio Camuffo2014-04-291-129/+91
* Merge branch 'stable' into devGunnar Sletta2014-03-251-8/+2
|\
| * Remove the buffer queue.Giulio Camuffo2014-03-111-2/+2