summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid spurious move events after configure callDavid Edmundson2018-10-031-1/+1
* Don't include wayland-client-core.hJohan Klokkhammer Helsing2018-09-141-1/+1
* Client: Fix regression; drawing decorations of active windows as inactiveJohan Klokkhammer Helsing2018-08-281-0/+5
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-251-0/+1
|\
| * Client: Clear entered screens when resetting windowJohan Klokkhammer Helsing2018-08-171-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-141-0/+9
|\|
| * Don't commit same buffer multiple timesPaul Olav Tvete2018-08-081-0/+9
* | Client decorations: Don't spam mouse leave eventsJohan Klokkhammer Helsing2018-08-131-1/+3
* | Client: Get rid of QWaylandShellSurface::setTypeJohan Klokkhammer Helsing2018-06-191-2/+0
* | Client: Don't restore content cursor when on the window decorationsJohan Klokkhammer Helsing2018-06-191-2/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-131-1/+12
|\|
| * Don't ask libwayland to set absurdly long window titlesJohan Klokkhammer Helsing2018-06-061-1/+12
* | Move wl-shell to a pluginJohan Klokkhammer Helsing2018-05-181-1/+0
* | Move xdg-shell-v5 to a pluginJohan Klokkhammer Helsing2018-05-091-1/+0
* | Client: Add acked configure support and implement it for xdg-shell v6Johan Klokkhammer Helsing2018-05-071-85/+35
* | Use deliverUpdateRequest on QPlatformWindow instead of QWindowPrivateJohan Klokkhammer Helsing2018-04-061-2/+1
|/
* QWindow::requestActivate() is not supported on WaylandJohan Klokkhammer Helsing2018-03-081-2/+1
* Test for null pointer before using itAntonio Larrosa2018-03-051-1/+1
* Client: Implement QPlatformWindow::startSystemMove()Johan Klokkhammer Helsing2018-03-051-0/+8
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-17/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-11/+11
* Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2018-01-311-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-181-1/+1
| |\
| | * Fix requestUpdate()Paul Olav Tvete2018-01-181-1/+1
* | | Port away from QRegion::rects()Marc Mutz2017-12-041-2/+1
* | | Automatically change scale when entering a new outputJohan Klokkhammer Helsing2017-11-151-4/+23
* | | Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2017-10-271-11/+18
|\| |
| * | Merge remote-tracking branch 'qt/5.9' into 5.10v5.10.0-beta3Paul Olav Tvete2017-10-251-11/+18
| |\|
| | * Ensure QWaylandWindow::transientParent has a shell surfaceJohan Klokkhammer Helsing2017-10-251-11/+16
| | * QWaylandWindow: reset window should reset maskChristophe Chapuis2017-10-131-0/+2
* | | Tests: Add missing Q_UNUSEDsJohan Klokkhammer Helsing2017-10-161-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-271-10/+87
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-10/+87
| |\|
| | * Set window screen from wl_surface.enter and leave eventsJohan Klokkhammer Helsing2017-09-111-3/+62
| | * Close popups in the correct orderPaul Olav Tvete2017-09-071-0/+19
| | * Fix crash when window attach is called without waiting for frame callbacksJohan Klokkhammer Helsing2017-08-311-7/+6
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-2/+2
* | | Temporarily rename QWaylandWindow::screen to waylandScreenJohan Klokkhammer Helsing2017-09-131-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-171-1/+5
|\|
| * Fallback to focusWindow as transient parentMarco Martin2017-08-101-0/+2
| * Reset mFrameCallback in destructionDavid Edmundson2017-07-191-1/+3
* | Send SurfaceCreated and SurfaceAboutToBeDestroyed events for wl_surfaceJohan Klokkhammer Helsing2017-06-091-3/+10
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-43/+52
|\|
| * Fix setting the window stateGiulio Camuffo2017-05-261-0/+4
| * Match WaylandWindow scale to what we set on the buffer, not the screenDavid Edmundson2017-05-181-2/+6
| * Pass modifiers with wheel eventsDavid Edmundson2017-05-121-2/+2
| * Don't depend on shell extensionPaul Olav Tvete2017-04-271-39/+40
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-6/+22
|\|
| * Clean up draganddrop and clipboard featuresPaul Olav Tvete2017-03-231-2/+6
| * Remove QRegularExpression dependencyPaul Olav Tvete2017-03-021-1/+3