summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add support for building QtWayland on macOSRobert Griebl2018-06-092-2/+11
| | |/ | |/|
| * | Don't ask libwayland to set absurdly long window titlesJohan Klokkhammer Helsing2018-06-061-1/+12
| |/
| * Correct the include for QInternalMimeDataJoerg Bornemann2018-06-011-1/+1
* | Client: Accept prioritized list of shell integrationsPaul Olav Tvete2018-05-291-4/+4
* | Client: Add shell integration for xdg-shell stableJohan Klokkhammer Helsing2018-05-291-0/+1
* | Client: Move xdg-shell-v6 to a pluginJohan Klokkhammer Helsing2018-05-286-687/+1
* | 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-261-1/+3
|\|
| * Suppress warning about MFD_CLOEXEC being redefinedThiago Macieira2018-05-231-1/+3
* | Replace qtkey-extension with qt-key-unstable-v1Johan Klokkhammer Helsing2018-05-244-17/+17
* | Move wl-shell to a pluginJohan Klokkhammer Helsing2018-05-1811-602/+12
* | Client: Lazy load QWaylandCursorJohan Klokkhammer Helsing2018-05-163-21/+13
* | Adapt the cursor size per screenAleix Pol2018-05-155-25/+28
* | Clean up forward class declarations in qwaylanddisplay_p.hJohan Klokkhammer Helsing2018-05-141-5/+0
* | Move xdg-shell-v5 to a pluginJohan Klokkhammer Helsing2018-05-0917-953/+38
* | 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-0711-267/+318
* | Use deliverUpdateRequest on QPlatformWindow instead of QWindowPrivateJohan Klokkhammer Helsing2018-04-061-2/+1
|/
* xdg-shell v5,v6 shell integrations: Fix crash when showing popupsJohan Klokkhammer Helsing2018-03-204-7/+8
* 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
* Use override when applicableJohan Klokkhammer Helsing2018-02-2832-42/+42
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-2822-44/+44
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-2742-187/+83
* Client: Fail gracefully when wl_display_connect failsJohan Klokkhammer Helsing2018-02-263-4/+12
* Fix crash when connecting a new screenJohan Klokkhammer Helsing2018-02-211-2/+4
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-2023-69/+69
* Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2018-01-314-6/+9
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-182-1/+3
| |\
| | * Fix requestUpdate()Paul Olav Tvete2018-01-181-1/+1
| | * Fix protocol error when destroying xdg surfaces (v6)Johan Klokkhammer Helsing2018-01-111-0/+2
| | * Revert "Ref count buffer usage"Johan Klokkhammer Helsing2018-01-052-4/+4
| * | Fix crash when opening a window with a hidden parentAleix Pol2017-12-141-1/+2
| * | Revert "Ref count buffer usage"Johan Klokkhammer Helsing2017-11-212-4/+4
* | | QWaylandWindow: Fix incorrect namespace orderJohan Klokkhammer Helsing2018-01-161-2/+2
* | | Adapt to qtbase 5.10 API change: qssize_t -> qsizetypeLiang Qi2018-01-071-1/+1
* | | Client: Don't leak the last Wayland sync callbackJohan Klokkhammer Helsing2017-12-181-0/+3
* | | Simplify and modernize QWaylandInputDeviceJohan Klokkhammer Helsing2017-12-052-67/+38
* | | Implement basic key composition supportGiulio Camuffo2017-12-042-1/+73
* | | Port away from QRegion::rects()Marc Mutz2017-12-042-3/+2
* | | ivi: Try the ivi-shell as shell integration as wellHolger Hans Peter Freyther2017-12-011-1/+1
* | | Fix tst_client::windowScreen and tst_client::screens sometimes freezingJohan Klokkhammer Helsing2017-11-231-0/+9
* | | Client: Use QPointer for focus members of input device capabilitiesJohan Klokkhammer Helsing2017-11-172-10/+5
* | | Automatically change scale when entering a new outputJohan Klokkhammer Helsing2017-11-152-4/+25
* | | Change serial parameter from int to uintJohan Klokkhammer Helsing2017-11-062-2/+2