summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions
Commit message (Expand)AuthorAgeFilesLines
* Remove unimplemented subsurface methods from extended surfacePier Luigi Fiorini2016-04-181-5/+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-057-242/+242
* Add QWaylandShellSurface::fromResource()Giulio Camuffo2016-03-292-0/+13
* Initial compositor support for xdg-shell wayland extensionJohan Klokkhammer Helsing2016-03-244-0/+1448
* Rename QWaylandShellSurface::DefaultEdge to NoneEdgeJohan Klokkhammer Helsing2016-03-022-2/+2
* Use WaylandCompositor module name for export macroPaul Olav Tvete2016-02-158-11/+11
* Expose a method to send ping events in QWaylandShellSurfaceGiulio Camuffo2016-02-123-7/+22
* Add surface roles backGiulio Camuffo2016-02-113-12/+33
* Compile fix for namespaced Qt buildsPaul Olav Tvete2015-11-281-0/+5
* Rename setPopup surface argumentPier Luigi Fiorini2015-11-271-1/+1
* Fix copyright headersPaul Olav Tvete2015-11-096-6/+6
* Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-262-0/+276
* Add warning to private headersPaul Olav Tvete2015-10-2311-0/+121
* Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-235-5/+5
* Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-131-0/+11
* Remove the QWaylandOutputSpaceJørgen Lind2015-09-181-1/+0
* Implement resize/move for pure-qmlJørgen Lind2015-09-166-10/+402
* Remove the mouse grabberPaul Olav Tvete2015-09-151-1/+0
* Remove global coordinatesJørgen Lind2015-09-144-466/+88
* Rename QtCompositor to QtWaylandCompositorJørgen Lind2015-09-1022-55/+55
* Rename primary(Output|OutputSpace) to default(Output|OutputSpace)Jørgen Lind2015-09-041-2/+2
* Add missing QT_X_NAMESPACEJørgen Lind2015-09-041-0/+4
* Enable the HW integration extension by default againJørgen Lind2015-08-313-144/+0
* Make it possible to create the shell surface from qmlJørgen Lind2015-08-283-11/+39
* Make the default wl_shell available from QMLJørgen Lind2015-08-289-273/+404
* Remove automatic initialisation of extensionsJørgen Lind2015-08-288-4/+611
* Remove the qt_sub_surface extensionJørgen Lind2015-08-284-277/+0
* Move QWaylandPointerPrivate into a _p file and remove the apiJørgen Lind2015-08-282-2/+3
* Remove QtWayland::InputDeviceJørgen Lind2015-08-283-15/+13
* Remove the QtWayland::Output classJørgen Lind2015-08-283-10/+8
* Fix up that QWindowCompositor didn't send onScreenVisibillityJørgen Lind2015-08-282-2/+9
* Remove QtWayland::Compositor and add QWaylandCompositorPrivateJørgen Lind2015-08-2815-51/+50
* Remove QtWayland::SurfaceJørgen Lind2015-08-2815-69/+71
* Fixups after rebasingJørgen Lind2015-08-282-10/+5
* Remove excess definition of QWaylandKeymapJørgen Lind2015-08-281-3/+3
* Enable shell surface on qwindow compositorJørgen Lind2015-08-282-2/+6
* Remove the QWaylandCompositor::createView virtual functionJørgen Lind2015-08-282-5/+13
* rename QWaylandExtensionTemplate::get to findInJørgen Lind2015-08-283-12/+6
* Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-285-11/+12
* Improve QWaylandExtensionJørgen Lind2015-08-2819-86/+47
* Remove transient(inactive|parent|offset) from QWaylandSurfaceJørgen Lind2015-08-282-13/+28
* Remove the static instance of a compositor.Jørgen Lind2015-08-281-1/+1
* Use Q_SIGNALS and Q_SLOTS instead of signals: slots:Jørgen Lind2015-08-285-5/+5
* Mouse mouseFocus handling to the QWaylandInputDeviceJørgen Lind2015-08-281-1/+0
* Public input apisJørgen Lind2015-08-287-99/+138
* Rework how we manage extensionsJørgen Lind2015-08-2821-0/+2908