summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove scoped enums to fix builds without C++11 support.5.5Julien Brianceau2015-10-012-4/+4
* QtCompositor: Work around driver issue on iMX6 devicesLouai Al-Khanji2015-09-251-6/+11
* QWaylandSurfaceItem: ungrab the pointer on TouchEnd event.Andreas Hartmetz2015-09-251-0/+4
* Fix a segfault when the wayland connection is brokenGiulio Camuffo2015-09-251-0/+2
* Fix deadlock when hiding and showing EGL windowsv5.5.1Giulio Camuffo2015-09-092-0/+8
* Don't crash if loading the keymap failsGiulio Camuffo2015-08-272-20/+37
* Reset surface transientParent when the parent is destroyed.Mikko Harju2015-08-261-0/+8
* Fix QDesktopServices::openUrl when there is no windowmanager integrationGiulio Camuffo2015-08-262-15/+20
* Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
* Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-065-21/+6
* Fix tooltips without a transient parentGiulio Camuffo2015-07-042-15/+17
* Prevent QWaylandQuickSurface from holding onto multiple buffers indefinitely.Andrew den Exter2015-06-293-3/+20
* Bump versionOswald Buddenhagen2015-06-291-1/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-261-0/+33
|\
| * added a changes for 5.5.0v5.5.0-rc1v5.5.0Jørgen Lind2015-06-151-0/+33
* | Fix crash when resizing a window in brcm-eglOlivier Blin2015-06-121-0/+3
* | Remove unused m_mutex variable in brcm-eglOlivier Blin2015-06-121-2/+0
* | Fix wl_buffer leak in the brcm-egl client integrationOlivier Blin2015-06-121-0/+1
* | Fix typo in xcomposite-egl integration fatal messagesOlivier Blin2015-06-122-2/+2
* | Fix input devices leak in clientOlivier Blin2015-06-121-0/+3
* | Fix xkb keymap string leak in the compositorOlivier Blin2015-06-121-0/+1
* | Fix private object leak in surface op/interface classesOlivier Blin2015-06-122-0/+8
* | Fix QWaylandDrag leak in the compositorOlivier Blin2015-06-122-2/+2
* | Fix build without OpenGLOlivier Blin2015-06-122-1/+19
* | Fix typo that leads to mis-evaluation of an expression.Christian Kandeler2015-06-091-1/+1
* | Fix wheel events when the decorations are enabledGiulio Camuffo2015-06-093-5/+29
* | 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
|/
* 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
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-05-250-0/+0
|\
| * Bump version5.4Oswald Buddenhagen2015-04-201-1/+1
* | 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
* | Add client side support for media keysGiulio Camuffo2015-04-161-0/+7
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1521-52/+54
|\|
| * 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