summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Fix input devices leak in clientOlivier Blin1-0/+3
2015-06-12Fix xkb keymap string leak in the compositorOlivier Blin1-0/+1
2015-06-12Fix private object leak in surface op/interface classesOlivier Blin2-0/+8
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-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-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-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-21Move surfaces to outputsPier Luigi Fiorini15-50/+274
2015-04-16Add client side support for media keysGiulio Camuffo1-0/+7
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-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