summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandcompositor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Subsurface implementation, with C++ APIPaul Olav Tvete2016-02-041-2/+12
* update plugins.qmltypesShawn Rutledge2016-01-051-1/+2
* Try to get wl_display from the platform pluginPaul Olav Tvete2015-11-061-2/+6
* Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-261-7/+227
* Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-231-2/+2
* Add a setDefaultOutput function to QWaylandCompositorJørgen Lind2015-09-181-0/+10
* Simplify the construction of pure-qmlJørgen Lind2015-09-181-1/+4
* Remove the QWaylandOutputSpaceJørgen Lind2015-09-181-37/+6
* New API for drag and dropPaul Olav Tvete2015-09-171-24/+0
* Remove QWaylandCompositor::cleanupGraphicsResources()Jørgen Lind2015-09-151-9/+1
* Rename QtCompositor to QtWaylandCompositorJørgen Lind2015-09-101-11/+11
* Move the createDefaultSurface function to QWaylandCompositorPrivateJørgen Lind2015-09-101-11/+16
* Remove legacy namingJørgen Lind2015-09-101-5/+0
* Make it possible to connect to a createSurface signalJørgen Lind2015-09-041-6/+34
* Rename primary(Output|OutputSpace) to default(Output|OutputSpace)Jørgen Lind2015-09-041-6/+6
* Make it possible to construct QWaylandOutputJørgen Lind2015-09-041-7/+1
* Add way for classes to get polish events on compositor initiazliationJørgen Lind2015-09-041-0/+16
* Make Manufacturer & Model modifiable properties of QWaylandOutputJørgen Lind2015-09-021-4/+2
* Enable the HW integration extension by default againJørgen Lind2015-08-311-1/+24
* Make the default wl_shell available from QMLJørgen Lind2015-08-281-2/+1
* Remove automatic initialisation of extensionsJørgen Lind2015-08-281-47/+2
* Remove the qt_sub_surface extensionJørgen Lind2015-08-281-3/+0
* Move QWaylandKeyboardPrivate away from wayland_wrapperJørgen Lind2015-08-281-2/+2
* Remove QtWayland::InputDeviceJørgen Lind2015-08-281-1/+0
* Use QWaylandClient in constructor of QWaylandSurfaceJørgen Lind2015-08-281-1/+1
* Remove QtWayland::Compositor and add QWaylandCompositorPrivateJørgen Lind2015-08-281-51/+387
* Remove QtWayland::SurfaceJørgen Lind2015-08-281-2/+8
* Remove some deprecated apisJørgen Lind2015-08-281-70/+0
* Remove the QWaylandCompositor::createView virtual functionJørgen Lind2015-08-281-12/+0
* Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-281-5/+5
* Public input apisJørgen Lind2015-08-281-14/+31
* Rework how we manage extensionsJørgen Lind2015-08-281-26/+3
* Introducing QWaylandOutputSpaceJørgen Lind2015-08-281-50/+28
* Move the output from QWaylandSurface to the QWaylandSurfaceViewJørgen Lind2015-08-281-15/+6
* Make it possible to set a QWaylandSurface on the QWaylandSurfaceViewJørgen Lind2015-08-281-2/+10
* Deprecate the cursor change request and make it a signalJørgen Lind2015-08-281-0/+2
* Make it possible for QWaylandSurfaceItem to children of arbitrary itemsJørgen Lind2015-08-281-3/+2
* Make QWaylandCompositor inherit QObjectJørgen Lind2015-08-281-22/+40
* Add createSurface factory function on QWaylandCompositorJørgen Lind2015-08-281-0/+6
* Move surface management to outputsJørgen Lind2015-08-281-24/+23
* LGPL v3 license change for Qt Wayland CompositorJørgen Lind2015-07-241-27/+23
* Add 3 QList::reserve() callsSergio Martins2015-06-081-0/+1
* Move surfaces to outputsPier Luigi Fiorini2015-04-211-5/+14
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Use Qt foreach instead of C++11 specific range-base for loopOlivier Blin2015-03-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-171-4/+4
* | Add QWaylandOutput to support multiple outputsPier Luigi Fiorini2015-02-081-11/+66
* | Support for multiple input devicesMikko Levonmaa2014-10-201-0/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-191-5/+1
|\|
| * compositor: Do not access members after deleting an instanceLaszlo Agocs2014-08-231-1/+1