summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* Client: Fix crash when showing a child window with a hidden parentJohan Klokkhammer Helsing2019-11-051-0/+4
* Client: Crash instead of exit when there's a wayland errorJohan Klokkhammer Helsing2019-08-221-16/+6
* Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-241-1/+37
* Client: Don't be exposed if we want to create a sub or shell surfaceJohan Klokkhammer Helsing2019-04-081-7/+6
* Client: Fix cursor size becoming bigger and bigger when switching screensJohan Klokkhammer Helsing2018-10-081-3/+4
* Client: Fix regression; drawing decorations of active windows as inactiveJohan Klokkhammer Helsing2018-08-281-0/+5
* Client: Implement xdg-decoration-unstable-v1 for SSD supportJohan Klokkhammer Helsing2018-08-141-0/+7
* Add XdgOutput client supportDavid Edmundson2018-08-031-0/+5
* Draw disabled text color for inactive window decorationsJohan Klokkhammer Helsing2018-06-291-0/+7
* Client: Move cursor theme logic into its own class, QWaylandCursorThemeJohan Klokkhammer Helsing2018-05-281-15/+8
* Client: Only load cursor theme onceJohan Klokkhammer Helsing2018-05-281-0/+35
* Replace qtkey-extension with qt-key-unstable-v1Johan Klokkhammer Helsing2018-05-241-1/+1
* Move wl-shell to a pluginJohan Klokkhammer Helsing2018-05-181-1/+0
* Client: Lazy load QWaylandCursorJohan Klokkhammer Helsing2018-05-161-1/+0
* Adapt the cursor size per screenAleix Pol2018-05-151-4/+4
* Move xdg-shell-v5 to a pluginJohan Klokkhammer Helsing2018-05-091-3/+0
* Add logging category for Wayland platform pluginJohan Klokkhammer Helsing2018-03-051-0/+2
* 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
|\|