summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* QWaylandQuickItem: Fix Layeringv5.7.0-alpha1Louai Al-Khanji2016-03-041-0/+4
* Rename QWaylandShellSurface::DefaultEdge to NoneEdgeJohan Klokkhammer Helsing2016-03-022-2/+2
* Use WaylandCompositor module name for export macroPaul Olav Tvete2016-02-1544-56/+56
* Expose a method to send ping events in QWaylandShellSurfaceGiulio Camuffo2016-02-123-7/+22
* Add surface roles backGiulio Camuffo2016-02-1111-14/+206
* Add missing function implementation of QWaylandInput::touch()Erik Larsson2016-02-041-0/+9
* Send correct mouse press positionPaul Olav Tvete2016-02-041-0/+1
* Subsurface implementation, with C++ APIPaul Olav Tvete2016-02-046-5/+96
* Remove unused variable warningsLaszlo Agocs2016-02-032-0/+2
* Add missing QT+=quickLaszlo Agocs2016-01-281-0/+2
* Updated license headersAntti Kokko2016-01-202-28/+40
* Output available geometry in output coordinates spacePier Luigi Fiorini2016-01-111-1/+8
* Send the right output position to clientsPier Luigi Fiorini2016-01-111-1/+1
* Actually change manufacturer and modelPier Luigi Fiorini2016-01-111-2/+16
* Allow headless compositors and avoid crashesPier Luigi Fiorini2016-01-111-7/+17
* update plugins.qmltypesShawn Rutledge2016-01-052-2/+3
* Doc: Rename the qdocconf to match the doc project nameVenugopal Shivashankar2015-12-152-1/+1
* Send correct refresh rate on bindingPier Luigi Fiorini2015-12-092-2/+2
* Merge branch 'wip-compositor-api' into devPaul Olav Tvete2015-12-02157-10974/+12054
|\
| * Add clients with the correct versionPier Luigi Fiorini2015-11-287-12/+12
| * Mark reimplemented methods as overridePier Luigi Fiorini2015-11-281-13/+13
| * Fix typo in QWaylandQuickOutput warningPier Luigi Fiorini2015-11-281-1/+1
| * Add keyboard repeat rate and delayPier Luigi Fiorini2015-11-283-1/+75
| * Compile fix for namespaced Qt buildsPaul Olav Tvete2015-11-284-4/+15
| * Rename setPopup surface argumentPier Luigi Fiorini2015-11-271-1/+1
| * Doc: Change a few parameter values in the qdocconfVenugopal Shivashankar2015-11-112-12/+9
| * Fix copyright headersPaul Olav Tvete2015-11-0917-17/+17
| * Try to get wl_display from the platform pluginPaul Olav Tvete2015-11-061-2/+6
| * Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-278-24/+86
| |\
| * | Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-2629-38/+2014
| * | Add warning to private headersPaul Olav Tvete2015-10-2321-0/+231
| * | Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-2322-52/+65
| * | Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-1316-22/+204
| |\ \
| * | | Fix missing #ifndef for housekeeping code.Erik Larsson2015-10-121-0/+2
| * | | A surface buffer has content iff it has a bufferPaul Olav Tvete2015-10-121-1/+1
| * | | Avoid double deletePaul Olav Tvete2015-10-021-3/+1
| * | | Add raise() and lower() to QWaylandQuickItemPaul Olav Tvete2015-09-292-0/+20
| * | | Improve notification at surface destructionPaul Olav Tvete2015-09-291-5/+5
| * | | Add missing Q_ENUMJørgen Lind2015-09-183-0/+4
| * | | Make sure QWaylandQuickItem paints the first frameJørgen Lind2015-09-182-0/+3
| * | | Hook up the QWaylandQuickItem::surfaceDestroyedJørgen Lind2015-09-181-0/+1
| * | | Remove the parent pointer for the view in QWaylandQuickItemJørgen Lind2015-09-181-1/+1
| * | | Add sizeFollowsSurface property to QWaylandQuickItemJørgen Lind2015-09-183-24/+29
| * | | Add a setDefaultOutput function to QWaylandCompositorJørgen Lind2015-09-183-2/+14
| * | | Add a DiscardFontBuffers property to QWaylandViewJørgen Lind2015-09-183-0/+29
| * | | Simplify the construction of pure-qmlJørgen Lind2015-09-182-2/+6
| * | | Remove the QWaylandOutputSpaceJørgen Lind2015-09-1819-483/+69
| * | | Remove nativeBuffer from QWaylandBufferRefJørgen Lind2015-09-182-8/+1
| * | | New API for drag and dropPaul Olav Tvete2015-09-176-122/+89
| * | | Crash fixPaul Olav Tvete2015-09-171-1/+1