summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Sanitize popup behavior.Laszlo Agocs2015-02-131-0/+10
* | Namespace the platform pluginsGiulio Camuffo2015-01-291-0/+4
* | Make use of the new QPlatformIntegration::destroyScreenGiulio Camuffo2014-12-291-2/+4
* | Merge branch '5.4' into devGiulio Camuffo2014-11-151-7/+18
|\|
| * Be compatible with older compositorsGiulio Camuffo2014-10-131-3/+4
| * Call ::exit() from the gui thread onlyGiulio Camuffo2014-10-021-4/+14
* | Allow client side input device customizationMikko Levonmaa2014-10-061-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-191-19/+40
|\|
| * Fix window decorations for GL appsLaszlo Agocs2014-09-061-0/+13
| * Advertise new screens created after startupGiulio Camuffo2014-09-061-1/+3
| * Destroy the QScreen when its wl_output is removedGiulio Camuffo2014-09-041-1/+11
| * Explicitly define the interface versionsGiulio Camuffo2014-08-231-6/+6
| * QWaylandDisplay: Centralize error handling in one place.Robin Burchell2014-08-191-20/+4
| * QWaylandDisplay: Correctly intercept all errors when dispatching.Robin Burchell2014-08-191-4/+17
| * QWaylandDisplay: Destroy screens when destroying the display.Robin Burchell2014-08-181-0/+2
| * QWaylandDisplay: Remove unused static.Robin Burchell2014-08-181-3/+0
* | Add support for setMask to set input regionJan Arne Petersen2014-08-131-0/+10
|/
* Add a way to have out of source shell integrationsGiulio Camuffo2014-08-071-0/+17
* Wait to get wl_output's events before creating surfacesGiulio Camuffo2014-08-051-0/+2