summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure to have a hardware integration when creating windowsGiulio Camuffo2014-08-041-4/+31
* Resolve build warning on client codePier Luigi Fiorini2014-08-011-1/+1
* Give a name to the event handling threadGiulio Camuffo2014-07-211-0/+1
* Delete data device manager while display is still alive.Gunnar Sletta2014-06-271-0/+1
* xdg-shell: upgrade to support current version (weston-1.5.0)Philippe Coval2014-06-201-3/+7
* Add minimize feature to QWindow using wayland's xdg-shellPhilippe Coval2014-06-091-0/+5
* Always bail out when the compositor is closedGiulio Camuffo2014-04-011-2/+2
* Send the globals to new listenersLaszlo Agocs2014-01-161-7/+21
* Make classes in client privateJorgen Lind2013-12-271-20/+20
* Use QScopedPointer in QWaylandDisplay for extensionsJorgen Lind2013-12-271-11/+11
* Add hardware integration protocolJorgen Lind2013-12-271-1/+4
* Fix compiler warningsJorgen Lind2013-12-271-1/+1
* Remove compiler warnings in client.Jorgen Lind2013-12-271-11/+11
* Rename QWaylandGLIntegration to QWaylandClientBufferIntegrationJorgen Lind2013-12-271-3/+3
* Move to new hardware structure for the platform pluginsJorgen Lind2013-12-271-24/+8
* Move wayland into a client directory not under the plugins src folderJorgen Lind2013-12-271-0/+272