summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Disable -Wcast-qual in qtwaylandv5.5.0-alpha1Thiago Macieira2015-03-103-0/+9
* Send done and scale events only when clients support wl_output >= 2Pier Luigi Fiorini2015-03-101-8/+14
* Check the surface input mask for hover eventsGiulio Camuffo2015-03-102-9/+8
* 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-17277-4028/+2724
* | Fix buildGiulio Camuffo2015-02-171-0/+2
* | Add a way to get the native hardware integration buffer for a sufaceGiulio Camuffo2015-02-172-0/+6
* | 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-1614-31/+112
|\|
| * 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
| * Send a touch cancel event when we stop getting inputGiulio Camuffo2015-01-202-0/+15
| * Unset the pointer focus if we're deleting the view holding itGiulio Camuffo2015-01-191-0/+6
* | Fix QtCompositor compilationGiulio Camuffo2015-02-081-1/+1
* | Add QWaylandOutput to support multiple outputsPier Luigi Fiorini2015-02-0830-230/+1065
* | Add a SHM format converter classJorgen Lind2015-02-054-2/+152
* | Update the protocol to 1.4 and raise the required libwayland versionGiulio Camuffo2015-02-0310-22/+360
* | Remove unused headerPier Luigi Fiorini2015-01-301-1/+0
* | Namespace the platform pluginsGiulio Camuffo2015-01-29132-26/+575
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-196-6/+19
|\|
| * Recreate the surface textures after the scenegraph invalidationv5.4.1Giulio Camuffo2015-01-151-0/+1
| * 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-2911-12/+26
|\|
| * Fix wrong check condition.Giulio Camuffo2014-12-121-1/+1
| * Fix dangling pointer access when getting dnd data in some casesGiulio Camuffo2014-12-112-3/+4
| * Fix possible double free when hiding a windowGiulio Camuffo2014-12-062-0/+5
| * Silence uninited variable compiler warningsLaszlo Agocs2014-12-031-1/+1
| * Don't access a dangling pointerGiulio Camuffo2014-11-201-0/+2
| * Remove deleted views from the listGiulio Camuffo2014-11-141-1/+3
| * Make sure to have valid texturesGiulio Camuffo2014-11-103-4/+11
* | xdg-shell: upgrade to support current version (weston-1.6.0)Philippe Coval2014-12-283-190/+158
* | Implement high-dpi supportMorten Johan Sorvig2014-12-179-13/+63
* | Enable Qt WebEngine on WaylandLaszlo Agocs2014-12-045-1/+60
* | Merge "Merge branch '5.4' into dev" into refs/staging/devFrederik Gladhorn2014-11-1576-498/+1211
|\ \
| * | Merge branch '5.4' into devGiulio Camuffo2014-11-1576-498/+1211
| |\|
| | * Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.0Giulio Camuffo2014-10-287-30/+17
| | * Gracefully fallback when xkb context creation failsOlivier Blin2014-10-231-9/+27
| | * Fix fd leak in case of ftruncate() failure in qwlkeyboardOlivier Blin2014-10-211-1/+3