summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* brcm-egl: Avoid conflicts with GLES3v5.4.2Pier Luigi Fiorini2015-04-111-0/+2
* Remove .desktop suffix to appIdPier Luigi Fiorini2015-04-101-4/+18
* Don't handle mouse events in decos if buttons were pressed in the content areaGiulio Camuffo2015-04-081-1/+2
* Fix build for brcm-egl integrationPier Luigi Fiorini2015-03-301-3/+0
* brcm-egl: Disambiguate wl_registryPier Luigi Fiorini2015-03-301-0/+1
* Drop unused mScreensInitialized variable in QWaylandDisplayOlivier Blin2015-03-291-1/+0
* Fix shm buffers init and destruction on failureOlivier Blin2015-03-272-5/+12
* Fix BrcmBuffer buildOlivier Blin2015-03-271-1/+1
* Remove useless EGL linking in pluginsOlivier Blin2015-03-275-10/+0
* Make QWaylandShellSurface a QObject to allow build without RTTIOlivier Blin2015-03-274-7/+11
* ShellSurface: fix leak of QWaylandSurfaceItem on destructionOlivier Blin2015-03-241-0/+1
* Use Qt foreach instead of C++11 specific range-base for loopOlivier Blin2015-03-241-1/+1
* Fix build with gcc <= 4.5Olivier Blin2015-03-201-1/+1
* Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin2015-02-171-2/+9
* Sanitize popup behavior.Laszlo Agocs2015-02-136-21/+37
* Fix popup menus with no parent windowsGiulio Camuffo2015-02-111-6/+13
* Fix copying text to non-qt clientsGiulio Camuffo2015-02-072-0/+5
* Do not send invisible key charactersGiulio Camuffo2015-02-051-1/+2
* Fix deadlock when starting a dragGiulio Camuffo2015-02-051-1/+8
* Make all the screens virtual siblingsGiulio Camuffo2015-02-022-0/+9
* Send mouse events with the correct modifiersGiulio Camuffo2015-01-291-5/+5
* Fix pasting from sources advertising the utf8 charsetGiulio Camuffo2015-01-291-4/+21
* Make sure we send a valid initial resizeGiulio Camuffo2015-01-271-2/+2
* Send a touch cancel event when we stop getting inputGiulio Camuffo2015-01-202-0/+15
* Unset the pointer focus if we're deleting the view holding itGiulio Camuffo2015-01-191-0/+6
* Recreate the surface textures after the scenegraph invalidationv5.4.1Giulio Camuffo2015-01-151-0/+1
* Set the composing string of the wayland input methodGiulio Camuffo2015-01-132-0/+17
* Remove unused membersThiago Macieira2014-12-313-6/+1
* Fix wrong check condition.Giulio Camuffo2014-12-121-1/+1
* Fix dangling pointer access when getting dnd data in some casesGiulio Camuffo2014-12-112-3/+4
* Fix possible double free when hiding a windowGiulio Camuffo2014-12-062-0/+5
* Silence uninited variable compiler warningsLaszlo Agocs2014-12-031-1/+1
* Don't access a dangling pointerGiulio Camuffo2014-11-201-0/+2
* Remove deleted views from the listGiulio Camuffo2014-11-141-1/+3
* Make sure to have valid texturesGiulio Camuffo2014-11-103-4/+11
* Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.0Giulio Camuffo2014-10-287-30/+17
* Gracefully fallback when xkb context creation failsOlivier Blin2014-10-231-9/+27
* Fix fd leak in case of ftruncate() failure in qwlkeyboardOlivier Blin2014-10-211-1/+3
* Fix crash when cursor theme can not be loadedOlivier Blin2014-10-211-1/+7
* Fix -no-opengl buildsLaszlo Agocs2014-10-144-0/+8
* Be compatible with older compositorsGiulio Camuffo2014-10-137-9/+15
* Pass the relevant serial when setting the selectionGiulio Camuffo2014-10-092-2/+3
* Fix the compositor's wayland versioningGiulio Camuffo2014-10-0936-83/+90
* Remove duplicate size property declarationMikko Levonmaa2014-10-061-1/+0
* Fix shm windows sometimes not showing after being hiddenGiulio Camuffo2014-10-063-0/+17
* Call ::exit() from the gui thread onlyGiulio Camuffo2014-10-024-9/+24
* Support the creation of >= 3.x OpenGL contextsGiulio Camuffo2014-09-306-119/+281
* Send also repeat key release eventsGiulio Camuffo2014-09-281-0/+12
* Use the screen resolution to determine whether a screen is portraitGiulio Camuffo2014-09-242-23/+30
* decorations: Remove strange set dance between QWaylandWindow & QWaylandAbstra...Robin Burchell2014-09-233-13/+3