summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Client: Move cursor theme logic into its own class, QWaylandCursorThemeJohan Klokkhammer Helsing2018-05-284-201/+231
* Client: Only load cursor theme onceJohan Klokkhammer Helsing2018-05-284-22/+41
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-263-1/+5
|\
| * Suppress warning about MFD_CLOEXEC being redefinedThiago Macieira2018-05-231-1/+3
| * Disable the -Wmissing-field-initializers warning for Clang tooThiago Macieira2018-05-232-0/+2
* | Replace qtkey-extension with qt-key-unstable-v1Johan Klokkhammer Helsing2018-05-248-52/+62
* | Add readme for internal protocol extension folderJohan Klokkhammer Helsing2018-05-241-0/+18
* | Move wl-shell to a pluginJohan Klokkhammer Helsing2018-05-1815-54/+142
* | Compositor: Automatically create ShellSurfaceItems for popupsJohan Klokkhammer Helsing2018-05-185-2/+83
* | Client: Lazy load QWaylandCursorJohan Klokkhammer Helsing2018-05-163-21/+13
* | brcm-egl: Add native resources handlers to the client integrationFlorent Revest2018-05-152-0/+30
* | Adapt the cursor size per screenAleix Pol2018-05-155-25/+28
* | xdg-shell-v5 client: Remove accidental qDebugJohan Klokkhammer Helsing2018-05-142-2/+1
* | Clean up forward class declarations in qwaylanddisplay_p.hJohan Klokkhammer Helsing2018-05-141-5/+0
* | xdg-shell-v5: Suffix classes with v5Johan Klokkhammer Helsing2018-05-1410-92/+92
* | Rename xdg-shell.xml to xdg-shell-unstable-v5.xmlJohan Klokkhammer Helsing2018-05-148-8/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-123-4/+5
|\|
| * Don't call QWaylandCompositorExtension::initialize multiple timesJohan Klokkhammer Helsing2018-05-092-2/+3
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-2/+2
| |\
| | * Compositor: Fix mapToSurface for surfaces with bufferScale != 1Johan Klokkhammer Helsing2018-04-211-2/+2
* | | Move xdg-shell-v5 to a pluginJohan Klokkhammer Helsing2018-05-0921-79/+183
* | | Fix QWaylandXdgShellV6Integration::handleKeyboardFocusChangedJohan Klokkhammer Helsing2018-05-091-6/+3
* | | update to use new dnd APIsGatis Paeglis2018-05-092-4/+8
* | | Client: Add acked configure support and implement it for xdg-shell v6Johan Klokkhammer Helsing2018-05-0714-272/+330
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-281-2/+15
|\| |
| * | Compositor API: Don't leak OpenGL textures when running multi-threadedJohan Klokkhammer Helsing2018-04-271-2/+15
| |/
* | Add QWaylandSeat::sendKeyEvent(int qtKey, bool pressed)Johan Klokkhammer Helsing2018-04-275-2/+89
* | Compositor QML API: Add QWaylandQuickItem::sendMouseMoveEventJohan Klokkhammer Helsing2018-04-182-0/+14
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-171-1/+1
|\|
| * Fix typo in wayland formatsAllan Sandfeld Jensen2018-04-161-1/+1
* | Use deliverUpdateRequest on QPlatformWindow instead of QWindowPrivateJohan Klokkhammer Helsing2018-04-061-2/+1
|/
* Compositor: Add documentation for WaylandSurface::surfaceDestroyedv5.11.0-beta4v5.11.0-beta3Johan Klokkhammer Helsing2018-03-271-0/+13
* Compositor: Add documentation for WaylandSurface::childAddedJohan Klokkhammer Helsing2018-03-271-0/+12
* Compositor: Add documentation for XdgSurfaceV6::toplevel and popupJohan Klokkhammer Helsing2018-03-261-0/+34
* Compositor: Add documentation for XdgShellV6Johan Klokkhammer Helsing2018-03-261-0/+77
* Fix crash when calling setVisible for EGL windows twice within one slotJohan Klokkhammer Helsing2018-03-232-9/+0
* Fix QWaylandXdgToplevelV6Private::lastSentConfigure()Johan Klokkhammer Helsing2018-03-211-1/+1
* Ensure a QWaylandQuickItem has keyboard focus before sending key eventsJohan Klokkhammer Helsing2018-03-211-1/+4
* xdg-shell v5,v6 shell integrations: Fix crash when showing popupsJohan Klokkhammer Helsing2018-03-204-7/+8
* Compositor: Fix various documentation issues for XdgShellV6Johan Klokkhammer Helsing2018-03-181-27/+25
* Compositor: Don't call send_configure variants with an invalid sizeJohan Klokkhammer Helsing2018-03-153-0/+12
* Compositor API: Don't try to configure negative sizesJohan Klokkhammer Helsing2018-03-153-3/+7
* Don't try to create compatibility GL context when profile is unsetv5.11.0-beta2Johan Klokkhammer Helsing2018-03-091-4/+12
* QWindow::requestActivate() is not supported on WaylandJohan Klokkhammer Helsing2018-03-082-2/+3
* Show warning when trying to minimize on wl-shellJohan Klokkhammer Helsing2018-03-071-1/+1
* Add logging category for Wayland platform pluginJohan Klokkhammer Helsing2018-03-052-0/+5
* Test for null pointer before using itAntonio Larrosa2018-03-051-1/+1
* Client: Implement QPlatformWindow::startSystemMove()Johan Klokkhammer Helsing2018-03-059-9/+24
* Remove unused variable QWaylandPointerPrivate::hasEnteredJohan Klokkhammer Helsing2018-03-011-1/+0
* Use override when applicableJohan Klokkhammer Helsing2018-02-2878-103/+103