summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandsurface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QWaylandSurface::isMapped to hasContentJohan Klokkhammer Helsing2016-08-221-12/+12
* Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-111-4/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-1/+1
|\
| * Doc: minor link issues QtWaylandNico Vertriest2016-06-211-1/+1
* | Add dragStarted signal to QWaylandSurfaceJohan Klokkhammer Helsing2016-06-071-0/+12
|/
* Mark the QtWaylandCompositor API as \preliminaryPaul Olav Tvete2016-05-121-0/+2
* Compositor API: Add bufferScale property to QWaylandSurfaceJohan Klokkhammer Helsing2016-04-291-0/+40
* Fix text-input support for new APIJan Arne Petersen2016-04-181-11/+9
* Initial compositor support for xdg-shell wayland extensionJohan Klokkhammer Helsing2016-03-241-0/+6
* Add surface roles backGiulio Camuffo2016-02-111-0/+26
* Subsurface implementation, with C++ APIPaul Olav Tvete2016-02-041-0/+47
* update plugins.qmltypesShawn Rutledge2016-01-051-1/+1
* 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