summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0110-247/+42
|\
| * Fix compiler warnings.Friedemann Kleint2015-11-052-1/+2
| * client: Remove the event threadGiulio Camuffo2015-11-036-232/+29
| * CMake: Create CMake files for WaylandClientKevin Funk2015-11-021-1/+0
| * Add wl_shell_surface as nativeResourceForWindowMartin Gräßlin2015-10-301-0/+10
| * Fix deadlock when starting a dragGiulio Camuffo2015-10-291-13/+1
* | Support non-blocking flush for shm subsurfacesMikko Levonmaa2015-11-281-12/+31
* | Make swap buffer call non-blocking for subsurfacesMikko Levonmaa2015-11-122-0/+5
* | Add QWaylandWindowFunctionsMikko Levonmaa2015-11-064-1/+82
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1552-61/+546
|\|
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0544-0/+484
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+2
| |\
| | * Fix a segfault when the wayland connection is brokenGiulio Camuffo2015-09-251-0/+2
| * | xdg-shell: upgrade to support current version (weston-1.8.0)Philippe Coval2015-09-231-10/+13
| * | QWaylandXdgSurface/QWaylandWlShellSurface: Fix warnings about CT initializati...Friedemann Kleint2015-09-152-4/+4
| * | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-288-50/+44
| |\|
| | * 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
* | | Implement the wl_subcompositor interface server-sideGiulio Camuffo2015-10-011-1/+0
* | | 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-031-10/+13
* | | 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-232-155/+5
* | Use standard wl_subsurface interface to set a window as a child of another oneGiulio Camuffo2015-07-226-92/+113
* | 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-297-8/+35
|\|
| * Fix input devices leak in clientOlivier Blin2015-06-121-0/+3
| * 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
| * Fix a corner case freed memory use/crashGiulio Camuffo2015-06-091-1/+1
| * Don't generate spurious selection eventsGiulio Camuffo2015-06-091-1/+1
* | Add 3 QList::reserve() callsSergio Martins2015-06-081-1/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-037-10/+53
|\|
| * 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
| * Add safety check in QWaylandInputDevice::Keyboard::modifiers()Martin Gräßlin2015-05-151-0/+3
| * 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
| * 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
* | Remove output extensionPier Luigi Fiorini2015-05-067-143/+0
|/
* Add client side support for media keysGiulio Camuffo2015-04-161-0/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-157-18/+43
|\
| * 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