summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't crash when trying to run on a compositor without outputsJohan Klokkhammer Helsing2016-11-281-0/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-0/+1
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.75.7Liang Qi2016-11-241-0/+1
| |\
| | * Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-253-1/+10
| | * fix namespaced build. *again*Oswald Buddenhagen2016-10-171-0/+1
* | | Fix crash when destroying focus windowPaul Olav Tvete2016-11-231-1/+2
* | | Fix crash on exitPaul Olav Tvete2016-11-231-1/+5
* | | Use new feature system, part 2Lars Knoll2016-11-2327-64/+65
* | | Use the feature system internallyLars Knoll2016-11-2346-71/+124
* | | Move qtwayland over to use the new configuration systemLars Knoll2016-11-232-13/+138
* | | Don't reset the cursor at every mouse moveGiulio Camuffo2016-11-224-7/+19
* | | Client: Close popups on xdg_popup::popup_doneJohan Klokkhammer Helsing2016-11-182-0/+10
* | | Create and destroy the shell surface when showing and hidingGiulio Camuffo2016-11-1710-70/+83
* | | Rename qwaylandxdgpopup_p.cpp to qwaylandxdgpopup.cppJohan Klokkhammer Helsing2016-11-162-1/+1
* | | Remove useless method QWaylandShmBackingStore::hiddenJohan Klokkhammer Helsing2016-11-113-8/+0
* | | Remove QWaylandWindow::shellManagesActiveStateJohan Klokkhammer Helsing2016-11-1010-18/+37
* | | Follow the protocol for nested xdg_popupsJohan Klokkhammer Helsing2016-11-102-4/+21
* | | Merge remote-tracking branch 'qt/5.7' into 5.8Paul Olav Tvete2016-11-1022-19/+110
|\| |
| * | Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-11-1022-18/+121
| |\ \
| | * | Client: Cleanup mouse state after dragJohan Klokkhammer Helsing2016-11-102-0/+12
| | * | Client: Fix touch getting stuck after drag-and-dropJohan Klokkhammer Helsing2016-11-093-1/+19
| | * | Don't create new xdg surfaces in updateTransientParentJohan Klokkhammer Helsing2016-11-091-1/+3
| | * | Fix build when some features are disabledPaul Olav Tvete2016-11-0720-13/+69
| | * | 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-243-1/+10
| | * | Don't return a null QMimeData from the clipboardGiulio Camuffo2016-10-172-3/+5
| * | | Call formatWindowTitle on the window titleMartin Gräßlin2016-10-111-2/+3
| | |/ | |/|
* | | Fix memory leaksGiulio Camuffo2016-11-032-47/+40
* | | use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-223-6/+11
* | | Don't try to deliver event to destroyed windowPaul Olav Tvete2016-10-112-2/+4
* | | Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-113-1/+10
* | | Fix race condition on mFrameCallbackPaul Olav Tvete2016-10-062-9/+8
* | | Make sure we send frameSwapped signalsJohan Klokkhammer Helsing2016-10-041-1/+1
* | | Include headers with full pathPier Luigi Fiorini2016-10-015-8/+8
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-203-2/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-173-2/+7
| |\|
| | * Fix build with QT_NO_ACCESSIBILITYSamuli Piippo2016-09-162-2/+6
| | * Remove or add window decorations when toggling fullscreenJohan Klokkhammer Helsing2016-09-051-0/+1
* | | Warn if using QWaylandClientExtension without a Wayland pluginJohan Klokkhammer Helsing2016-09-191-0/+5
* | | Only bind the extension oncePaul Olav Tvete2016-09-181-1/+1
* | | Cleanup and null ptr checkPaul Olav Tvete2016-09-181-9/+10
* | | Fix FramelessWindowHintPaul Olav Tvete2016-09-182-2/+8
* | | Don't assume we always have a shellPaul Olav Tvete2016-09-052-4/+3
* | | Merge remote-tracking branch 'qt/5.7' into 5.8v5.8.0-alpha1Liang Qi2016-08-2820-59/+531
|\| |
| * | Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-08-264-8/+26
| |\|
| | * Merge remote-tracking branch 'qt/5.6.2' into 5.6Paul Olav Tvete2016-08-263-7/+17
| | |\
| | | * Client: Fix keyboard focus logic and crashJohan Klokkhammer Helsing2016-08-263-7/+17
| | * | Pass TRANSIENT_INACTIVE flag for windows with WA_ShowWithoutActivatingMartin Gräßlin2016-08-261-1/+9
| | |/