summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * bradient: Activate the decoration's buttons on mouse release, not pressGiulio Camuffo2015-06-091-6/+36
| * Fix a corner case freed memory use/crashGiulio Camuffo2015-06-091-1/+1
| * Don't generate spurious selection eventsGiulio Camuffo2015-06-091-1/+1
* | update keymap right away when no key is currently pressedCedric Chedaleux2015-06-161-6/+13
* | Add 3 QList::reserve() callsSergio Martins2015-06-083-2/+7
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-0328-69/+349
|\|
| * Fix that we pick up the generated headers in source packagesJørgen Lind2015-05-291-0/+2
| * Fix crash when the wl_shm global comes after a wl_output oneGiulio Camuffo2015-05-283-1/+8
| * Fix the build error in public headersBhushan Shah2015-05-172-3/+3
| * Add safety check in QWaylandInputDevice::Keyboard::modifiers()Martin Gräßlin2015-05-151-0/+3
| * Fix threaded OpenGL rendering on Mesa and possibly other EGLsGiulio Camuffo2015-05-143-4/+14
| * Reset wayland object pointer after destroyArnaud Vrac2015-05-071-0/+4
| * Track last input window with a QPointer in case it is destroyedArnaud Vrac2015-05-072-2/+8
| * Map more XKB key codesArnaud Vrac2015-05-071-0/+17
| * Fix crash on keyboard removeGiulio Camuffo2015-05-041-0/+4
| * Let the underlying system decide the default keymap parametersv5.5.0-beta1Giulio Camuffo2015-04-241-2/+2
| * Use a FontSmoothingGamma value of 1.0Giulio Camuffo2015-04-241-0/+7
| * Use defines instead of hardcoded stringsGiulio Camuffo2015-04-241-6/+4
| * Do not manually update the xkb stateGiulio Camuffo2015-04-241-1/+0
| * Move surfaces to outputsPier Luigi Fiorini2015-04-2115-50/+274
* | Remove output extensionPier Luigi Fiorini2015-05-0616-375/+10
* | Introduce the surface role conceptGiulio Camuffo2015-04-232-0/+77
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-1919-34/+57
|\|
| * Add client side support for media keysGiulio Camuffo2015-04-161-0/+7
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1518-34/+50
| |\
| | * 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
* | | Keep Surface's visibility is in sync between client and compositor.Gunnar Sletta2015-03-234-14/+9
|/ /
* | Disable -Wcast-qual in qtwaylandv5.5.0-alpha1Thiago Macieira2015-03-103-0/+9
* | Send done and scale events only when clients support wl_output >= 2Pier Luigi Fiorini2015-03-101-8/+14
* | Check the surface input mask for hover eventsGiulio Camuffo2015-03-102-9/+8
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-201-2/+9
|\|
| * Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin2015-02-171-2/+9
* | Update copyright headersJani Heikkinen2015-02-17277-4028/+2724
* | Fix buildGiulio Camuffo2015-02-171-0/+2
* | Add a way to get the native hardware integration buffer for a sufaceGiulio Camuffo2015-02-172-0/+6
* | Add a integration hook to get the wayland queue used by the QPA pluginGiulio Camuffo2015-02-161-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1614-31/+112
|\|
| * Sanitize popup behavior.Laszlo Agocs2015-02-136-21/+37