summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
Commit message (Expand)AuthorAgeFilesLines
* Client: Fix stuttering when the GUI thread is busyJohan Klokkhammer Helsing2019-06-201-1/+1
* Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-241-4/+13
* Revert "Client: Full implementation for frame callbacks"Johan Klokkhammer Helsing2019-01-081-8/+1
* Client: Full implementation for frame callbacksJohan Klokkhammer Helsing2018-12-131-1/+8
* Client: Don't spam expose eventsJohan Klokkhammer Helsing2018-10-261-0/+1
* Client: Don't attach buffers to unexposed windowsJohan Klokkhammer Helsing2018-10-261-0/+4
* Client: Fix regression; drawing decorations of active windows as inactiveJohan Klokkhammer Helsing2018-08-281-0/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-141-0/+3
|\
| * Don't commit same buffer multiple timesPaul Olav Tvete2018-08-081-0/+3
* | Client: Add acked configure support and implement it for xdg-shell v6Johan Klokkhammer Helsing2018-05-071-28/+8
|/
* Client: Implement QPlatformWindow::startSystemMove()Johan Klokkhammer Helsing2018-03-051-0/+2
* Use override when applicableJohan Klokkhammer Helsing2018-02-281-1/+1
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-21/+18
* QWaylandWindow: Fix incorrect namespace orderJohan Klokkhammer Helsing2018-01-161-2/+2
* Automatically change scale when entering a new outputJohan Klokkhammer Helsing2017-11-151-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-271-4/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-4/+11
| |\
| | * Set window screen from wl_surface.enter and leave eventsJohan Klokkhammer Helsing2017-09-111-2/+9
| | * Close popups in the correct orderPaul Olav Tvete2017-09-071-0/+1
| | * Fix crash when window attach is called without waiting for frame callbacksJohan Klokkhammer Helsing2017-08-311-2/+1
* | | Temporarily rename QWaylandWindow::screen to waylandScreenJohan Klokkhammer Helsing2017-09-131-1/+1
|/ /
* | Send SurfaceCreated and SurfaceAboutToBeDestroyed events for wl_surfaceJohan Klokkhammer Helsing2017-06-091-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+1
|\|
| * Match WaylandWindow scale to what we set on the buffer, not the screenDavid Edmundson2017-05-181-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-0/+1
|\|
| * Merge remote-tracking branch 'qt/5.8' into 5.9Paul Olav Tvete2017-03-011-0/+1
| |\
| | * Initialize the first wl_surface in the constructor of QWaylandWindowJohan Klokkhammer Helsing2017-02-221-0/+1
* | | Adapt to the API change in QPlatformWindow::setWindowStateOlivier Goffart2017-03-281-5/+5
* | | Prepare for qtbase changePaul Olav Tvete2017-03-201-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-20/+22
|\|
| * Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-231-20/+20
| * Fix build without feature.cursorTasuku Suzuki2017-01-131-0/+2
* | Add xdg_shell_v6 support for Qt clientsGiulio Camuffo2016-12-021-0/+1
|/
* Use the feature system internallyLars Knoll2016-11-231-1/+1
* Don't reset the cursor at every mouse moveGiulio Camuffo2016-11-221-1/+0
* Create and destroy the shell surface when showing and hidingGiulio Camuffo2016-11-171-0/+2
* Remove QWaylandWindow::shellManagesActiveStateJohan Klokkhammer Helsing2016-11-101-2/+0
* Fix race condition on mFrameCallbackPaul Olav Tvete2016-10-061-1/+2
* Fix FramelessWindowHintPaul Olav Tvete2016-09-181-0/+1
* Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-08-261-0/+2
|\
| * Client: Fix keyboard focus logic and crashJohan Klokkhammer Helsing2016-08-261-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-301-11/+11
|\|
| * Add missing Q_DECL_OVERRIDEs to client classes.Johan Klokkhammer Helsing2016-06-271-11/+11
* | Make qwaylandclientexport publicPaul Olav Tvete2016-05-191-1/+1
* | Move drag icon relative the cursor hotspot positionErik Larsson2016-04-211-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-1/+2
|\|
| * Client: Don't create shell surfaces for QShapedPixmapWindowJohan Klokkhammer Helsing2016-03-311-0/+2
| * Remove attached() definition from header.Erik Larsson2016-03-291-1/+0
* | Implement the QPlatformWindow::requestUpdate() virtual method.Giulio Camuffo2016-04-041-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-221-2/+2
|\|