summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
| * Drop unused mScreensInitialized variable in QWaylandDisplayOlivier Blin2015-03-291-1/+0
| * Fix shm buffers init and destruction on failureOlivier Blin2015-03-272-5/+12
| * Make QWaylandShellSurface a QObject to allow build without RTTIOlivier Blin2015-03-274-7/+11
* | Disable -Wcast-qual in qtwaylandv5.5.0-alpha1Thiago Macieira2015-03-101-0/+3
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-201-2/+9
|\|
| * Run eventDispatcher in QWaylandDisplay::forceRoundTripMartin Gräßlin2015-02-171-2/+9
* | Update copyright headersJani Heikkinen2015-02-1786-1819/+1163
* | Fix buildGiulio Camuffo2015-02-171-0/+2
* | Add a integration hook to get the wayland queue used by the QPA pluginGiulio Camuffo2015-02-161-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1611-31/+91
|\|
| * Sanitize popup behavior.Laszlo Agocs2015-02-136-21/+37
| * Fix popup menus with no parent windowsGiulio Camuffo2015-02-111-6/+13
| * Fix copying text to non-qt clientsGiulio Camuffo2015-02-072-0/+5
| * Do not send invisible key charactersGiulio Camuffo2015-02-051-1/+2
| * Fix deadlock when starting a dragGiulio Camuffo2015-02-051-1/+8
| * Make all the screens virtual siblingsGiulio Camuffo2015-02-022-0/+9
| * Send mouse events with the correct modifiersGiulio Camuffo2015-01-291-5/+5
| * Fix pasting from sources advertising the utf8 charsetGiulio Camuffo2015-01-291-4/+21
| * Make sure we send a valid initial resizeGiulio Camuffo2015-01-271-2/+2
* | Add a SHM format converter classJorgen Lind2015-02-051-1/+5
* | Update the protocol to 1.4 and raise the required libwayland versionGiulio Camuffo2015-02-032-4/+15
* | Namespace the platform pluginsGiulio Camuffo2015-01-2985-20/+372
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-195-6/+18
|\|
| * Set the composing string of the wayland input methodGiulio Camuffo2015-01-132-0/+17
| * Remove unused membersThiago Macieira2014-12-313-6/+1
* | Send proper mouse enter eventsGiulio Camuffo2015-01-134-50/+92
* | Allow retrieving the egl display for a QWindow on waylandGiulio Camuffo2015-01-051-0/+2
* | Make use of the new QPlatformIntegration::destroyScreenGiulio Camuffo2014-12-291-2/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-293-1/+6
|\|