summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Ref count buffer usageDavid Edmundson2017-10-232-4/+4
| | * Add documentation for XdgSurfaceV5 signalsJohan Klokkhammer Helsing2017-10-201-1/+129
| | * Fix crash when wl-shell setType is called with a hidden parentJohan Klokkhammer Helsing2017-10-201-2/+4
| | * Fix outdated FDL license headerKai Koehne2017-10-204-20/+20
| | * Fix crash after destroying view with mouse focusJohan Klokkhammer Helsing2017-10-186-76/+112
| | * Fix incorrect documentation for QWaylandWlShellSurface::surfaceRequestedJohan Klokkhammer Helsing2017-10-171-6/+25
| | * Compositor documentation: Specify return types for objectsJohan Klokkhammer Helsing2017-10-1710-21/+22
| | * Documentation: update examples for extensionsJohan Klokkhammer Helsing2017-10-162-3/+3
| | * QWaylandWindow: reset window should reset maskChristophe Chapuis2017-10-131-0/+2
| * | Docs: Bump compositor module version to 1.1v5.10.0-beta2Johan Klokkhammer Helsing2017-10-131-2/+2
* | | qtwaylandscanner: Remove globals when destroying wrappersJohan Klokkhammer Helsing2017-10-251-0/+23
* | | Docs: Fix misnamed QML methods for touch eventsJohan Klokkhammer Helsing2017-10-241-2/+2
* | | Use QImage::sizeInBytes() instead of deprecated QImage::byteCount()Johan Klokkhammer Helsing2017-10-193-6/+6
* | | Compositor: Add QML API for sending touch events to surfacesJohan Klokkhammer Helsing2017-10-172-3/+98
* | | Tests: Add missing Q_UNUSEDsJohan Klokkhammer Helsing2017-10-161-0/+1
* | | Set implicit size for QWaylandQuickItemJohan Klokkhammer Helsing2017-10-131-3/+11
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-0513-58/+162
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-0412-52/+117
| |\|
| | * Add missing QML documentation for IviSurfaceJohan Klokkhammer Helsing2017-10-031-3/+14
| | * Add missing documentation for IviApplicationJohan Klokkhammer Helsing2017-10-031-0/+43
| | * Remove duplicate QML documentation of Shell.focusPolicyJohan Klokkhammer Helsing2017-10-031-7/+1
| | * Add QML documentation for WaylandSeatJohan Klokkhammer Helsing2017-10-031-0/+11
| | * Update documentation for QWaylandQuickShellSurfaceItemJohan Klokkhammer Helsing2017-10-031-7/+7
| | * Prevent '* * *' from appearing in WaylandView documentationJohan Klokkhammer Helsing2017-10-031-4/+5
| | * Compositor: Add missing cursorSurfaceChanged signalJohan Klokkhammer Helsing2017-10-022-1/+6
| | * Documentation: Fix missing renames from Xdg* to Xdg*V5Johan Klokkhammer Helsing2017-10-024-29/+29
| | * The ping method belongs to XdgShellV5, not XdgSurfaceJohan Klokkhammer Helsing2017-09-271-1/+1
| * | Add missing documentation for XdgShellV6Johan Klokkhammer Helsing2017-10-031-0/+39
| * | Documentation: Add QML return types for XdgShellV6* typesJohan Klokkhammer Helsing2017-10-021-6/+6
* | | Add missing override for QWaylandClientExtensionTemplate::bindJohan Klokkhammer Helsing2017-10-041-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2710-65/+222
|\| |
| * | doc: Expand the overview docs of Qt Wayland CompositorEskil Abrahamsen Blomfeldt2017-09-261-4/+52
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-209-62/+171
| |\|
| | * Fix server buffer integration override logicPaul Olav Tvete2017-09-141-1/+1
| | * Set window screen from wl_surface.enter and leave eventsJohan Klokkhammer Helsing2017-09-114-5/+78
| | * Close popups in the correct orderPaul Olav Tvete2017-09-072-0/+20
| | * Fix crash when window attach is called without waiting for frame callbacksJohan Klokkhammer Helsing2017-08-312-9/+7
| | * Update documentation for ShellSurfaceItem::shellSurfaceJohan Klokkhammer Helsing2017-08-311-7/+6
| | * Remove unimplemented method QWaylandTouch::focusDestroyedJohan Klokkhammer Helsing2017-08-241-3/+0
| | * Send pointer events to all bound resourcesJohan Klokkhammer Helsing2017-08-242-36/+60
| | * Remove unimplemented method QWaylandPointerPrivate::focusDestroyedJohan Klokkhammer Helsing2017-08-241-2/+0
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2637-77/+77
* | | Temporarily rename QWaylandWindow::screen to waylandScreenJohan Klokkhammer Helsing2017-09-133-3/+3
|/ /
* | QWaylandShmBuffer: use a memfd if we can for a simple memory bufferv5.10.0-alpha1Thiago Macieira2017-08-261-7/+28
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-179-13/+33
|\|
| * Try -lEGL when checking for wayland-eglJohan Klokkhammer Helsing2017-08-152-2/+4
| * Remove unimplemented overload for QWaylandSeat::sendFullKeyEventJohan Klokkhammer Helsing2017-08-151-1/+0
| * Add missing QML documentation for ShellSurfaceItem::moveItemJohan Klokkhammer Helsing2017-08-141-1/+11
| * Fallback to focusWindow as transient parentMarco Martin2017-08-101-0/+2
| * Check surface exists when setting textinput focusDavid Edmundson2017-08-091-2/+4