summaryrefslogtreecommitdiff
path: root/src/client/qwaylanddisplay.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Merge remote-tracking branch 'origin/5.5' into 5.6v5.5.90+alpha1upstreamLiang Qi1-10/+4
2015-07-22Use standard wl_subsurface interface to set a window as a child of another oneGiulio Camuffo1-3/+12
2015-07-06Fix possible race condition leading to a dead lockGiulio Camuffo1-10/+4
2015-06-29Merge remote-tracking branch 'origin/5.5' into devLiang Qi1-0/+3
2015-06-12Fix input devices leak in clientOlivier Blin1-0/+3
2015-06-03Merge remote-tracking branch 'origin/5.5' into devLiang Qi1-0/+6
2015-05-28Fix crash when the wl_shm global comes after a wl_output oneGiulio Camuffo1-0/+1
2015-05-07Track last input window with a QPointer in case it is destroyedArnaud Vrac1-0/+5
2015-05-06Remove output extensionPier Luigi Fiorini1-6/+0
2015-02-20Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn1-2/+9
2015-02-17Update copyright headersJani Heikkinen1-22/+14
2015-02-17Fix buildGiulio Camuffo1-0/+2
2015-02-17Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin1-2/+9
2015-02-16Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn1-0/+8
2015-02-13Sanitize popup behavior.Laszlo Agocs1-0/+10
2015-01-29Namespace the platform pluginsGiulio Camuffo1-0/+4
2014-12-29Make use of the new QPlatformIntegration::destroyScreenGiulio Camuffo1-2/+4
2014-11-15Merge branch '5.4' into devGiulio Camuffo1-7/+18
2014-10-13Be compatible with older compositorsGiulio Camuffo1-3/+4
2014-10-06Allow client side input device customizationMikko Levonmaa1-1/+1
2014-10-02Call ::exit() from the gui thread onlyv5.3.99+beta1Giulio Camuffo1-4/+14
2014-09-19Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn1-19/+40
2014-09-06Fix window decorations for GL appsLaszlo Agocs1-0/+13
2014-09-06Advertise new screens created after startupGiulio Camuffo1-1/+3
2014-09-04Destroy the QScreen when its wl_output is removedGiulio Camuffo1-1/+11
2014-08-23Explicitly define the interface versionsGiulio Camuffo1-6/+6
2014-08-19QWaylandDisplay: Centralize error handling in one place.Robin Burchell1-20/+4
2014-08-19QWaylandDisplay: Correctly intercept all errors when dispatching.Robin Burchell1-4/+17
2014-08-18QWaylandDisplay: Destroy screens when destroying the display.Robin Burchell1-0/+2
2014-08-18QWaylandDisplay: Remove unused static.Robin Burchell1-3/+0
2014-08-13Add support for setMask to set input regionJan Arne Petersen1-0/+10
2014-08-07Add a way to have out of source shell integrationsGiulio Camuffo1-0/+17
2014-08-05Wait to get wl_output's events before creating surfacesGiulio Camuffo1-0/+2
2014-08-04Make sure to have a hardware integration when creating windowsGiulio Camuffo1-4/+31
2014-08-01Resolve build warning on client codePier Luigi Fiorini1-1/+1
2014-07-21Give a name to the event handling threadGiulio Camuffo1-0/+1
2014-06-27Delete data device manager while display is still alive.Gunnar Sletta1-0/+1
2014-06-20xdg-shell: upgrade to support current version (weston-1.5.0)Philippe Coval1-3/+7
2014-06-09Add minimize feature to QWindow using wayland's xdg-shellPhilippe Coval1-0/+5
2014-04-01Always bail out when the compositor is closedGiulio Camuffo1-2/+2
2014-01-16Send the globals to new listenersLaszlo Agocs1-7/+21
2013-12-27Make classes in client privateJorgen Lind1-20/+20
2013-12-27Use QScopedPointer in QWaylandDisplay for extensionsJorgen Lind1-11/+11
2013-12-27Add hardware integration protocolJorgen Lind1-1/+4
2013-12-27Fix compiler warningsJorgen Lind1-1/+1
2013-12-27Remove compiler warnings in client.Jorgen Lind1-11/+11
2013-12-27Rename QWaylandGLIntegration to QWaylandClientBufferIntegrationJorgen Lind1-3/+3
2013-12-27Move to new hardware structure for the platform pluginsJorgen Lind1-24/+8
2013-12-27Move wayland into a client directory not under the plugins src folderJorgen Lind1-0/+272