summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support non-blocking flush for shm subsurfacesMikko Levonmaa2015-11-281-12/+31
* Make swap buffer call non-blocking for subsurfacesMikko Levonmaa2015-11-124-1/+35
* Add QWaylandWindowFunctionsMikko Levonmaa2015-11-068-1/+175
* Fix typo in function nameMikko Levonmaa2015-10-291-1/+1
* Actually set the subsurfaceMikko Levonmaa2015-10-271-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2711-58/+377
|\
| * Support EGLStream in wayland-eglLaszlo Agocs2015-10-208-42/+309
| * Update focusResource if needed when wl_keyboard is boundOlivier Blin2015-10-202-8/+37
| * Fix setting focusDestroyListener when no keyboard resource is boundOlivier Blin2015-10-201-4/+8
| * Fix for QStringBuilderLaszlo Agocs2015-10-191-4/+23
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1595-94/+1002
|\|
| * 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-2811-70/+89
| |\|
| | * 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
| | * Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-064-20/+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-0116-262/+149
* | | Add QWayland::shm object to clientMikko Levonmaa2015-09-257-7/+166
* | | 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-157-21/+81
* | 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-2922-24/+127
|\|
| * Prevent QWaylandQuickSurface from holding onto multiple buffers indefinitely.Andrew den Exter2015-06-293-3/+20
| * 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