summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * Merge remote-tracking branch 'qt/5.8' into 5.9Paul Olav Tvete2017-03-011-3/+13
| |\
| | * Initialize the first wl_surface in the constructor of QWaylandWindowJohan Klokkhammer Helsing2017-02-221-1/+7
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-261-2/+6
| | |\
| | | * Don't call wl_surface::destroy if the surface was never initializedJohan Klokkhammer Helsing2017-01-051-1/+2
| | | * Fix crash when starting clientsJohan Klokkhammer Helsing2017-01-031-1/+4
* | | | Adapt to the API change in QPlatformWindow::setWindowStateOlivier Goffart2017-03-281-24/+19
|/ / /
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+11
|\| |
| * | Fix build without feature.cursorTasuku Suzuki2017-01-131-0/+8
| * | Fix initial window property values being propagatedRobert Griebl2016-12-161-0/+3
| |/
* / Add xdg_shell_v6 support for Qt clientsGiulio Camuffo2016-12-021-6/+13
|/
* Use new feature system, part 2Lars Knoll2016-11-231-1/+1
* Don't reset the cursor at every mouse moveGiulio Camuffo2016-11-221-5/+1
* Create and destroy the shell surface when showing and hidingGiulio Camuffo2016-11-171-47/+43
* Remove useless method QWaylandShmBackingStore::hiddenJohan Klokkhammer Helsing2016-11-111-3/+0
* Remove QWaylandWindow::shellManagesActiveStateJohan Klokkhammer Helsing2016-11-101-5/+0
* Merge remote-tracking branch 'qt/5.7' into 5.8Paul Olav Tvete2016-11-101-2/+6
|\
| * Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-11-101-0/+7
| |\
| | * Fix build when some features are disabledPaul Olav Tvete2016-11-071-0/+2
| | * Client: Call parent requestUpdate after changing subsurface positionJohan Klokkhammer Helsing2016-10-261-0/+3
| | * Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-241-0/+2
| * | Call formatWindowTitle on the window titleMartin Gräßlin2016-10-111-2/+3
* | | Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-111-0/+2
* | | Fix race condition on mFrameCallbackPaul Olav Tvete2016-10-061-8/+6
* | | Make sure we send frameSwapped signalsJohan Klokkhammer Helsing2016-10-041-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-201-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-0/+1
| |\|