summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1598-95/+1690
|\
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0579-0/+869
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-025-6/+25
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-6/+25
| | |\
| | | * 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
| * | | xkb: Provide support for the XF86Phone symbolAndres Gomez2015-10-021-0/+2
| |/ /
| * | xdg-shell: upgrade to support current version (weston-1.8.0)Philippe Coval2015-09-232-115/+285
| * | QWaylandXdgSurface/QWaylandWlShellSurface: Fix warnings about CT initializati...Friedemann Kleint2015-09-152-4/+4
| * | Don't invalidate textures when the scene graph is stopped.Andrew den Exter2015-09-091-5/+0
| * | Fix updating the keymap when no key is pressedGiulio Camuffo2015-09-031-2/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-2814-71/+777
| |\|
| | * 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
| * | Enable input context selectionBernd Weimer2015-08-251-1/+3
* | | Introduce QWaylandTextureBufferAttacherMikko Levonmaa2015-10-148-88/+208
* | | Implement the wl_subcompositor interface server-sideGiulio Camuffo2015-10-0119-283/+152
* | | Add QWayland::shm object to clientMikko Levonmaa2015-09-257-7/+166
* | | Bump versionOswald Buddenhagen2015-09-101-1/+1
* | | xdg-shell: upgrade to support current version (weston-1.8.0)Philippe Coval2015-09-032-115/+285
* | | Fallback to normal input method pluginsMarco Martin2015-08-201-1/+9
|/ /
* | Compile after QPA API changes.Morten Johan Sørvig2015-08-062-6/+6
* | Use xkbcommon for internal key events tooGiulio Camuffo2015-07-239-165/+341
* | Remove scoped enums to fix builds without C++11 support.Julien Brianceau2015-07-222-4/+4
* | Use standard wl_subsurface interface to set a window as a child of another oneGiulio Camuffo2015-07-226-92/+113
* | Add a mechanism to delay unmapping of surfacesGiulio Camuffo2015-07-159-21/+91
* | Use by-ref in foreach where T is non-trivialSergio Martins2015-07-041-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-2923-24/+160
|\|
| * 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