summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* Fix text-input support for new APIJan Arne Petersen2016-04-1829-1291/+1223
* Add API to grab a surface's contentGiulio Camuffo2016-04-188-1/+316
* Remove unimplemented subsurface methods from extended surfacePier Luigi Fiorini2016-04-181-5/+0
* Remove unused signal QWaylandSurface::pongJohan Klokkhammer Helsing2016-04-151-1/+0
* Simplify ShellSurfaceItem creationv5.7.0-beta1Johan Klokkhammer Helsing2016-04-112-14/+1
* Create a fallback shellSurface in wl_shell::get_shell_surfaceJohan Klokkhammer Helsing2016-04-112-4/+18
* Rename compositor Shell to WlShellJohan Klokkhammer Helsing2016-04-059-247/+247
* Add QWaylandShellSurface::fromResource()Giulio Camuffo2016-03-292-0/+13
* Initial compositor support for xdg-shell wayland extensionJohan Klokkhammer Helsing2016-03-2413-18/+1481
* Compositor, drag-and-drop: Clean up drag focus when droppingJohan Klokkhammer Helsing2016-03-231-1/+4
* Add missing overridePier Luigi Fiorini2016-03-232-3/+3
* Send keyboard repeat informationPier Luigi Fiorini2016-03-223-13/+17
* Add automatic socket name detection in compositorErik Larsson2016-03-211-15/+21
* Encapsulate conversion from scancodes to Waylands xkb_v1 keymap formatJohan Klokkhammer Helsing2016-03-182-7/+11
* Merge "Merge remote-tracking branch 'qt/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-081-6/+6
|\
| * Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-03-081-6/+6
| |\
| | * Fix crash when pinging a surface with an invalid resource.Andrew den Exter2016-02-261-0/+4
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+3
| | * Revert "Don't invalidate textures when the scene graph is stopped."v5.6.0-beta1Andrew den Exter2015-12-131-0/+5
* | | Change constructor argument types for QWaylandExtensionTemplateJohan Klokkhammer Helsing2016-03-081-2/+2
* | | Add missing Q_DECL_OVERRIDE to QWaylandQuickItem virtual functionsJohan Klokkhammer Helsing2016-03-081-2/+2
|/ /
* | 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
| |\|