summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandsurface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-261-4/+193
* Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-231-3/+3
* Fix missing #ifndef for housekeeping code.Erik Larsson2015-10-121-0/+2
* Improve notification at surface destructionPaul Olav Tvete2015-09-291-5/+5
* Make sure QWaylandQuickItem paints the first frameJørgen Lind2015-09-181-0/+2
* Rename QtCompositor to QtWaylandCompositorJørgen Lind2015-09-101-8/+8
* Make it possible to connect to a createSurface signalJørgen Lind2015-09-041-8/+59
* Use QWaylandBufferRef in QWaylandSurfacePrivate::setBackBufferJørgen Lind2015-08-281-10/+2
* Remove the qt_sub_surface extensionJørgen Lind2015-08-281-1/+0
* 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