summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recreate the surface textures after the scenegraph invalidationv5.4.15.4.1Giulio Camuffo2015-01-151-0/+1
* Correctly handle '--invert' parameter in server-buffer compositorSiteshwar Vashisht2015-01-131-2/+2
* Set the composing string of the wayland input methodGiulio Camuffo2015-01-132-0/+17
* Remove unused membersThiago Macieira2014-12-313-6/+1
* Bump versionOswald Buddenhagen2014-12-121-1/+1
* 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
* Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.05.4.0Giulio Camuffo2014-10-287-30/+17
* Update .gitignore after wayland examples moveOlivier Blin2014-10-231-13/+13
* 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
* Move examples into wayland subdirectory.v5.4.0-beta1Friedemann Kleint2014-10-0936-17/+19
* Pass the relevant serial when setting the selectionGiulio Camuffo2014-10-092-2/+3
* Fix the compositor's wayland versioningGiulio Camuffo2014-10-0941-93/+100
* 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
* 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
* The QWindowSystemInterface API changed, make it build againGiulio Camuffo2014-09-151-2/+1
* InputMethod: fix minor typo in debug logOlivier Blin2014-09-091-4/+2
* Fix QWaylandScreen geometry and physical sizeGiulio Camuffo2014-09-085-17/+34
* Silence warnings about keyboard grab and size hint propagationLaszlo Agocs2014-09-081-0/+3
* Avoid useless handleTouchEvent callLaszlo Agocs2014-09-081-7/+5
* Allow activating decoration buttons with touchv5.4.0-alpha1Laszlo Agocs2014-09-062-6/+19
* Fix window decorations for GL appsLaszlo Agocs2014-09-065-9/+29
* Advertise new screens created after startupGiulio Camuffo2014-09-063-4/+5
* Avoid unused parameterLaszlo Agocs2014-09-051-0/+1
* Fix warning from qmake in the compositor headersLaszlo Agocs2014-09-051-1/+1
* DataOffer not invalidated when client loses keyboard focusLi Qiu2014-09-045-0/+21
* Destroy the QScreen when its wl_output is removedGiulio Camuffo2014-09-045-4/+18
* Fix crash of test clientLi Qiu2014-09-044-0/+60
* Wayland: can drag a window by its titlebar using the touchscreenShawn Rutledge2014-09-015-2/+32