summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi18-34/+50
2015-04-11brcm-egl: Avoid conflicts with GLES3Pier Luigi Fiorini1-0/+2
2015-04-10Remove .desktop suffix to appIdPier Luigi Fiorini1-4/+18
2015-04-08Don't handle mouse events in decos if buttons were pressed in the content areaGiulio Camuffo1-1/+2
2015-03-30Fix build for brcm-egl integrationPier Luigi Fiorini1-3/+0
2015-03-30brcm-egl: Disambiguate wl_registryPier Luigi Fiorini1-0/+1
2015-03-29Drop unused mScreensInitialized variable in QWaylandDisplayOlivier Blin1-1/+0
2015-03-27Fix shm buffers init and destruction on failureOlivier Blin2-5/+12
2015-03-27Fix BrcmBuffer buildOlivier Blin1-1/+1
2015-03-27Remove useless EGL linking in pluginsOlivier Blin5-10/+0
2015-03-27Make QWaylandShellSurface a QObject to allow build without RTTIOlivier Blin4-7/+11
2015-03-24ShellSurface: fix leak of QWaylandSurfaceItem on destructionOlivier Blin1-0/+1
2015-03-24Use Qt foreach instead of C++11 specific range-base for loopOlivier Blin1-1/+1
2015-03-23Keep Surface's visibility is in sync between client and compositor.Gunnar Sletta4-14/+9
2015-03-20Fix build with gcc <= 4.5Olivier Blin1-1/+1
2015-03-10Disable -Wcast-qual in qtwaylandThiago Macieira3-0/+9
2015-03-10Send done and scale events only when clients support wl_output >= 2Pier Luigi Fiorini1-8/+14
2015-03-10Check the surface input mask for hover eventsGiulio Camuffo2-9/+8
2015-02-20Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn1-2/+9
2015-02-17Update copyright headersJani Heikkinen277-4028/+2724
2015-02-17Fix buildGiulio Camuffo1-0/+2
2015-02-17Add a way to get the native hardware integration buffer for a sufaceGiulio Camuffo2-0/+6
2015-02-17Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin1-2/+9
2015-02-16Add a integration hook to get the wayland queue used by the QPA pluginGiulio Camuffo1-0/+2
2015-02-16Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn14-31/+112
2015-02-13Sanitize popup behavior.Laszlo Agocs6-21/+37
2015-02-11Fix popup menus with no parent windowsGiulio Camuffo1-6/+13
2015-02-08Fix QtCompositor compilationGiulio Camuffo1-1/+1
2015-02-08Add QWaylandOutput to support multiple outputsPier Luigi Fiorini30-230/+1065
2015-02-07Fix copying text to non-qt clientsGiulio Camuffo2-0/+5
2015-02-05Do not send invisible key charactersGiulio Camuffo1-1/+2
2015-02-05Fix deadlock when starting a dragGiulio Camuffo1-1/+8
2015-02-05Add a SHM format converter classJorgen Lind4-2/+152
2015-02-03Update the protocol to 1.4 and raise the required libwayland versionGiulio Camuffo10-22/+360
2015-02-02Make all the screens virtual siblingsGiulio Camuffo2-0/+9
2015-01-30Remove unused headerPier Luigi Fiorini1-1/+0
2015-01-29Send mouse events with the correct modifiersGiulio Camuffo1-5/+5
2015-01-29Fix pasting from sources advertising the utf8 charsetGiulio Camuffo1-4/+21
2015-01-29Namespace the platform pluginsGiulio Camuffo132-26/+575
2015-01-27Make sure we send a valid initial resizeGiulio Camuffo1-2/+2
2015-01-20Send a touch cancel event when we stop getting inputGiulio Camuffo2-0/+15
2015-01-19Unset the pointer focus if we're deleting the view holding itGiulio Camuffo1-0/+6
2015-01-19Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn6-6/+19
2015-01-15Recreate the surface textures after the scenegraph invalidationv5.4.1Giulio Camuffo1-0/+1
2015-01-13Set the composing string of the wayland input methodGiulio Camuffo2-0/+17
2015-01-13Send proper mouse enter eventsGiulio Camuffo4-50/+92
2015-01-05Allow retrieving the egl display for a QWindow on waylandGiulio Camuffo1-0/+2
2014-12-31Remove unused membersThiago Macieira3-6/+1
2014-12-29Make use of the new QPlatformIntegration::destroyScreenGiulio Camuffo1-2/+4
2014-12-29Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn11-12/+26