summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandsurfaceitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-281-598/+0
* Mouse mouseFocus handling to the QWaylandInputDeviceJørgen Lind2015-08-281-1/+1
* Public input apisJørgen Lind2015-08-281-7/+5
* Rework how we manage extensionsJørgen Lind2015-08-281-10/+0
* Move the output from QWaylandSurface to the QWaylandSurfaceViewJørgen Lind2015-08-281-9/+28
* Move the texture ownership from the QWaylandSurfaceJørgen Lind2015-08-281-53/+120
* Add a inputEventsEnabled property on QWaylandSurfaceItemJørgen Lind2015-08-281-7/+46
* QWaylandInput add a sendMouseEnter and sendMouseLeaveJørgen Lind2015-08-281-2/+2
* Make it possible to set a QWaylandSurface on the QWaylandSurfaceViewJørgen Lind2015-08-281-17/+44
* Make it possible for QWaylandSurfaceItem to children of arbitrary itemsJørgen Lind2015-08-281-3/+49
* 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-3/+1
* Prevent QWaylandQuickSurface from holding onto multiple buffers indefinitely.Andrew den Exter2015-06-291-1/+6
* Move surfaces to outputsPier Luigi Fiorini2015-04-211-1/+1
* Check the surface input mask for hover eventsGiulio Camuffo2015-03-101-8/+8
* Update copyright headersJani Heikkinen2015-02-171-4/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-161-0/+14
|\
| * Send a touch cancel event when we stop getting inputGiulio Camuffo2015-01-201-0/+14
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-3/+6
|\|
| * Make sure to have valid texturesGiulio Camuffo2014-11-101-3/+6
* | Support for multiple input devicesMikko Levonmaa2014-10-201-13/+16
* | Add support for setMask to set input regionJan Arne Petersen2014-08-131-4/+21
|/
* Merge remote-tracking branch 'origin/stable' into devOswald Buddenhagen2014-07-311-0/+24
|\
| * Fix QWaylandSurfaceItem to process hover eventsDaniel Nicoletti2014-04-301-0/+24
* | Fix the y inversion of QWaylandSurfaceItemGiulio Camuffo2014-07-291-2/+5
* | Have more guards against mis-use of surfaceless QWaylandSurfaceItemsGiulio Camuffo2014-06-251-10/+26
* | Allow for the creation of surface-less QWaylandSurfaceItemsGiulio Camuffo2014-06-231-10/+14
* | Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-291-88/+38
* | Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo2014-04-291-1/+3
* | Rework the way buffers are used and renderedGiulio Camuffo2014-04-291-124/+49
* | Merge branch 'stable' into devGunnar Sletta2014-03-251-3/+3
|\|
| * Make the compositor redraw when a surface gets a commit().Giulio Camuffo2014-03-111-1/+1
| * Remove the buffer queue.Giulio Camuffo2014-03-111-2/+2
* | Dont use a separate mapped state of QWaylandSurfaceItemJorgen Lind2014-03-031-7/+3
|/
* Fix connections in QWaylandSurfaceItemJorgen Lind2014-02-111-11/+10
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-2/+2
* Don't clobber the m_damaged state during rendering.Gunnar Sletta2014-01-241-15/+5
* Add a separate variable to keep track of surface mapping.Michael Brasser2014-01-241-3/+7
* Fix buffer handling.Gunnar Sletta2014-01-211-2/+8
* Revised createTextureFromBufferLaszlo Agocs2014-01-061-2/+1
* Unbind suface item from surface when surface is destroyedkwangwoong.lee2013-12-111-0/+3
* Update surface item position when it's createdPier Luigi Fiorini2013-12-091-0/+2
* Don't send visibility change on creationMikko Harju2013-11-251-1/+0
* Remove QWaylandSurface::setSize because it is not meaningfulAndrew Knight2013-08-281-1/+1
* Fix uninitialized value in surface itemJan Arne Petersen2013-08-081-0/+1
* Add an own input and focus implementationJan Arne Petersen2013-08-061-9/+4
* fix namespaced buildOswald Buddenhagen2013-07-231-2/+2
* Make surfaces visible by defaultMikko Harju2013-06-271-5/+3
* Fixed rendering stalling in qml-compositor.Samuel Rødal2013-04-231-0/+1
* WaylandSurfaceItem: add property resizeSurfaceToItemanknight2013-02-151-2/+24