summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-14/+0
* Client: Fail gracefully when wl_display_connect failsJohan Klokkhammer Helsing2018-02-261-4/+5
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-15/+15
* Client: Don't leak the last Wayland sync callbackJohan Klokkhammer Helsing2017-12-181-0/+3
* Port away from QRegion::rects()Marc Mutz2017-12-041-1/+1
* Fix tst_client::windowScreen and tst_client::screens sometimes freezingJohan Klokkhammer Helsing2017-11-231-0/+9
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-4/+4
* Clean up draganddrop and clipboard featuresPaul Olav Tvete2017-03-231-3/+5
* Code cleanup (fixing -no-feature-cursor)Paul Olav Tvete2017-03-081-0/+27
* Fix crash when running without shell integrationGiulio Camuffo2017-02-161-1/+8
* Fix build without feature.clipboardTasuku Suzuki2017-01-131-0/+2
* Use new feature system, part 2Lars Knoll2016-11-231-3/+3
* Remove QWaylandWindow::shellManagesActiveStateJohan Klokkhammer Helsing2016-11-101-5/+1
* Merge remote-tracking branch 'qt/5.7' into 5.8Paul Olav Tvete2016-11-101-0/+6
|\
| * Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-11-101-0/+12
| |\
| | * Fix build when some features are disabledPaul Olav Tvete2016-11-071-0/+6
| | * Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-241-0/+6
* | | Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-111-0/+6
* | | Don't assume we always have a shellPaul Olav Tvete2016-09-051-1/+2
|/ /
* | Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-08-261-7/+10
|\|
| * Client: Fix keyboard focus logic and crashJohan Klokkhammer Helsing2016-08-261-7/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-111-27/+12
|\|
| * Make wl_shell and xdg_shell use the QWaylandShellIntegration interfaceJohan Klokkhammer Helsing2016-08-091-20/+11
| * Client: Refactor window active stateJohan Klokkhammer Helsing2016-08-081-7/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+69
|\|
| * Use xdg_shell configure events to determine active windowJohan Klokkhammer Helsing2016-07-041-0/+69
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-301-11/+0
|\|
| * Remove unused method QWaylandDisplay::lastKeyboardFocusInputDeviceJohan Klokkhammer Helsing2016-06-291-11/+0
* | Fix text-input support for new APIJan Arne Petersen2016-04-181-3/+7
* | Updated license headersAntti Kokko2016-01-201-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-011-19/+23
|\|
| * client: Remove the event threadGiulio Camuffo2015-11-031-19/+23
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-151-10/+6
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+2
| |\
| | * Fix a segfault when the wayland connection is brokenGiulio Camuffo2015-09-251-0/+2
| * | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-281-10/+4
| |\|
| | * Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-061-10/+4
* | | Add QWayland::shm object to clientMikko Levonmaa2015-09-251-1/+1
|/ /
* | Use standard wl_subsurface interface to set a window as a child of another oneGiulio Camuffo2015-07-221-3/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-291-0/+3
|\|
| * Fix input devices leak in clientOlivier Blin2015-06-121-0/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-031-0/+6
|\|
| * Fix crash when the wl_shm global comes after a wl_output oneGiulio Camuffo2015-05-281-0/+1
| * Track last input window with a QPointer in case it is destroyedArnaud Vrac2015-05-071-0/+5
* | Remove output extensionPier Luigi Fiorini2015-05-061-6/+0
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-201-2/+9
|\
| * Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin2015-02-171-2/+9
* | Update copyright headersJani Heikkinen2015-02-171-22/+14
* | Fix buildGiulio Camuffo2015-02-171-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-161-0/+8
|\|