summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Fix QWaylandDrag leak in the compositorOlivier Blin2-2/+2
2015-06-12Fix build without OpenGLOlivier Blin2-1/+19
2015-06-09Fix typo that leads to mis-evaluation of an expression.Christian Kandeler1-1/+1
2015-06-09Fix wheel events when the decorations are enabledGiulio Camuffo3-5/+29
2015-06-09bradient: Activate the decoration's buttons on mouse release, not pressGiulio Camuffo1-6/+36
2015-06-09Fix a corner case freed memory use/crashGiulio Camuffo1-1/+1
2015-06-09Don't generate spurious selection eventsGiulio Camuffo1-1/+1
2015-06-08Add 3 QList::reserve() callsSergio Martins3-2/+7
2015-06-03Merge remote-tracking branch 'origin/5.5' into devLiang Qi28-69/+349
2015-05-29Fix that we pick up the generated headers in source packagesJørgen Lind1-0/+2
2015-05-28Fix crash when the wl_shm global comes after a wl_output oneGiulio Camuffo3-1/+8
2015-05-25Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi0-0/+0
2015-05-17Fix the build error in public headersBhushan Shah2-3/+3
2015-05-15Add safety check in QWaylandInputDevice::Keyboard::modifiers()Martin Gräßlin1-0/+3
2015-05-14Fix threaded OpenGL rendering on Mesa and possibly other EGLsGiulio Camuffo3-4/+14
2015-05-07Reset wayland object pointer after destroyArnaud Vrac1-0/+4
2015-05-07Track last input window with a QPointer in case it is destroyedArnaud Vrac2-2/+8
2015-05-07Map more XKB key codesArnaud Vrac1-0/+17
2015-05-06Remove output extensionPier Luigi Fiorini16-375/+10
2015-05-04Fix crash on keyboard removeGiulio Camuffo1-0/+4
2015-04-24Let the underlying system decide the default keymap parametersGiulio Camuffo1-2/+2
2015-04-24Use a FontSmoothingGamma value of 1.0Giulio Camuffo1-0/+7
2015-04-24Use defines instead of hardcoded stringsGiulio Camuffo1-6/+4
2015-04-24Do not manually update the xkb stateGiulio Camuffo1-1/+0
2015-04-23Introduce the surface role conceptGiulio Camuffo2-0/+77
2015-04-21Move surfaces to outputsPier Luigi Fiorini15-50/+274
2015-04-20Bump versionOswald Buddenhagen1-1/+1
2015-04-19Merge remote-tracking branch 'origin/5.5' into devLiang Qi33-1514/+258
2015-04-16Add client side support for media keysGiulio Camuffo1-0/+7
2015-04-15Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi21-52/+54
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-04-02Fixed license filesJani Heikkinen3-683/+182
2015-03-31examples: remove unused windowDestroyed signalOlivier Blin2-15/+0
2015-03-30Tests: Blacklist tst_WaylandCompositor::keyboardGrabCaroline Chao1-0/+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-29qwindow-compositor: fix rendering shm NPOT textures with OpenGL ES2Olivier Blin1-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 connecting to surfaceDestroyedOlivier Blin1-3/+3
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-24Remove local documentation templateTopi Reinio3-776/+0
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