summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add install targets for new examples.Paul Olav Tvete2015-11-045-1/+16
* Texture fix for examplePaul Olav Tvete2015-11-041-0/+1
* Null pointer check for examplePaul Olav Tvete2015-11-041-2/+6
* Merge "Merge branch '5.6' into wip-compositor-api" into wip-compositor-apiPaul Olav Tvete2015-10-2812-58/+315
|\
| * Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-2712-58/+315
| |\
| | * Make qwindow-compositor build on systems without ext texturesLaszlo Agocs2015-10-271-0/+4
| | * Support EGLStream in wayland-eglLaszlo Agocs2015-10-2011-56/+369
| | * 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 build without pkg-configLaszlo Agocs2015-10-192-5/+7
| | * Fix for QStringBuilderLaszlo Agocs2015-10-191-4/+23
* | | Workaround for qwindow-compositor on platforms other than xcbLaszlo Agocs2015-10-281-1/+1
|/ /
* | Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-2632-38/+2127
* | Add support for popups to examplePaul Olav Tvete2015-10-233-4/+57
* | New custom extension examplePaul Olav Tvete2015-10-2320-0/+907
* | Example project file clean-upsLouai Al-Khanji2015-10-234-28/+19
* | Remove obsolete defineLouai Al-Khanji2015-10-231-1/+0
* | Add warning to private headersPaul Olav Tvete2015-10-2321-0/+231
* | Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-2322-52/+65
* | Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-1376-199/+1735
|\|
| * 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
| * | Compile after QPA API changes.Morten Johan Sørvig2015-08-062-6/+6
* | | Fix missing #ifndef for housekeeping code.Erik Larsson2015-10-121-0/+2
* | | A surface buffer has content iff it has a bufferPaul Olav Tvete2015-10-121-1/+1
* | | Avoid crash on window closePaul Olav Tvete2015-10-121-2/+3
* | | Avoid double deletePaul Olav Tvete2015-10-021-3/+1
* | | Initialize member variablePaul Olav Tvete2015-10-021-0/+1
* | | Disable flicking in the examplePaul Olav Tvete2015-09-291-0/+1
* | | Add raise() and lower() to QWaylandQuickItemPaul Olav Tvete2015-09-294-1/+27
* | | Improve notification at surface destructionPaul Olav Tvete2015-09-291-5/+5