summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix crash when cursor theme can not be loadedOlivier Blin2014-10-211-1/+7
| | * Fix -no-opengl buildsLaszlo Agocs2014-10-144-0/+8
| | * Be compatible with older compositorsGiulio Camuffo2014-10-137-9/+15
| | * Pass the relevant serial when setting the selectionGiulio Camuffo2014-10-092-2/+3
| | * Fix the compositor's wayland versioningGiulio Camuffo2014-10-0936-83/+90
| | * Remove duplicate size property declarationMikko Levonmaa2014-10-061-1/+0
| | * Fix shm windows sometimes not showing after being hiddenGiulio Camuffo2014-10-063-0/+17
| | * Call ::exit() from the gui thread onlyGiulio Camuffo2014-10-024-9/+24
| | * Support the creation of >= 3.x OpenGL contextsGiulio Camuffo2014-09-306-119/+281
| | * Send also repeat key release eventsGiulio Camuffo2014-09-281-0/+12
| | * Use the screen resolution to determine whether a screen is portraitGiulio Camuffo2014-09-242-23/+30
| | * decorations: Remove strange set dance between QWaylandWindow & QWaylandAbstra...Robin Burchell2014-09-233-13/+3
| | * QtWaylandClient: Pluginize window decorations.Robin Burchell2014-09-2313-403/+880
| | * Rename QWaylandDecoration => QWaylandAbstractDecorationRobin Burchell2014-09-2311-48/+47
* | | QWaylandInputDevice: Fix missing virtual destructor declarationLouai Al-Khanji2014-11-101-1/+1
|/ /
* | Fix compiler warning about unused d variableLouai Al-Khanji2014-10-281-2/+0
* | Support for multiple input devicesMikko Levonmaa2014-10-209-24/+89
* | Allow client side input device customizationMikko Levonmaa2014-10-0612-178/+654
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-1961-270/+563
|\|
| * Add or remove popup grabber when the surface is mappedPier Luigi Fiorini2014-09-182-11/+16
| * Don't send the wrong physical size to clientsGiulio Camuffo2014-09-182-2/+17
| * Ignore negative screen physical sizeGiulio Camuffo2014-09-171-1/+1
| * Fix retrieving the selection/dnd dataGiulio Camuffo2014-09-152-19/+17
| * Don't give bogus values for a screen physical sizeGiulio Camuffo2014-09-151-1/+4