summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix window decorations being leaked.Robin Burchell2014-08-211-0/+2
* QWaylandDecoration: Remove some unused membersRobin Burchell2014-08-212-27/+1
* Parallelize the QtWayland build.Robin Burchell2014-08-211-5/+17
* Avoid allocating and (failing to) manage our own texture cacheGunnar Sletta2014-08-202-7/+2
* Replace custom texture upload with QOpenGLTextureRobin Burchell2014-08-203-22/+22
* QWindowCompositor: Getting popups to appear in the right place.Robin Burchell2014-08-201-8/+15
* QWaylandDisplay: Centralize error handling in one place.Robin Burchell2014-08-193-30/+23
* QWaylandDisplay: Correctly intercept all errors when dispatching.Robin Burchell2014-08-192-6/+25
* Make the test client more robust and make valgrind happyGiulio Camuffo2014-08-197-51/+63
* Replace signals with Q_SIGNALS.Robin Burchell2014-08-193-3/+3
* Partially revert "Error out if dependencies aren't met."Robin Burchell2014-08-191-3/+14
* Compile with protected visibilityThiago Macieira2014-08-191-1/+3
* Fix warning about use of uninitialized variableThiago Macieira2014-08-191-0/+2
* wayland-egl: Logging cleanup.Robin Burchell2014-08-181-13/+15
* QWaylandCompositor: Warn if there are still destroyed surfaces on destruction.Robin Burchell2014-08-182-4/+3
* QWaylandScreen: Also call QPlatformScreen constructor.Robin Burchell2014-08-181-1/+2
* QWaylandDisplay: Destroy screens when destroying the display.Robin Burchell2014-08-181-0/+2
* QWaylandDisplay: Remove unused static.Robin Burchell2014-08-181-3/+0
* Remove qPlatformScreenForWindow from header.Robin Burchell2014-08-181-2/+0
* qwindow-compositor: Fix null pointer dereference.Robin Burchell2014-08-181-1/+1
* QWaylandWindow: Add a missing shell surface null check.Robin Burchell2014-08-181-12/+15
* qml-compositor: Error check loading of WindowChrome.Robin Burchell2014-08-181-0/+4
* qml-compositor: Clean up some unnecessary logging.Robin Burchell2014-08-182-4/+4
* Remove QWaylandResourceCollection.Robin Burchell2014-08-154-177/+1
* Remove left-over wayland includeGiulio Camuffo2014-08-152-4/+5
* Don't include wayland-server.h in public headersGiulio Camuffo2014-08-152-4/+7
* Fix possible crash of the test clientGiulio Camuffo2014-08-151-1/+1
* Fix client testsGiulio Camuffo2014-08-153-0/+19
* Flush the wayland events on the dispatcher's awake signalGiulio Camuffo2014-08-151-0/+1
* Fix compositor testsGiulio Camuffo2014-08-154-4/+22
* Reset the wl_keyboard/wl_pointer resource pointers if destroyedGiulio Camuffo2014-08-132-0/+19
* Fix license test.Robin Burchell2014-08-135-4/+125
* Make the expose region localGiulio Camuffo2014-08-131-3/+3
* Bump versionOswald Buddenhagen2014-08-111-1/+1
* Do not list a non-existing file in the projectLaszlo Agocs2014-08-111-1/+0
* Fix namespaced buildGiulio Camuffo2014-08-0715-10/+45
* Add a way to have out of source shell integrationsGiulio Camuffo2014-08-0722-79/+618
* Wait to get wl_output's events before creating surfacesGiulio Camuffo2014-08-051-0/+2
* Bind the globals with the highest version availableGiulio Camuffo2014-08-051-1/+1
* Make sure to have a hardware integration when creating windowsGiulio Camuffo2014-08-041-4/+31
* Add transient parent and offset to QWaylandSurfacePier Luigi Fiorini2014-08-016-22/+41
* Resolve build warning on client codePier Luigi Fiorini2014-08-011-1/+1
* Make Surface own its visibility propertyGiulio Camuffo2014-08-015-16/+14
* Fix checking initial screen aspect ratioGiulio Camuffo2014-08-011-1/+1
* Use wl_surface.set_buffer_transform to signal surface rotationGiulio Camuffo2014-07-319-55/+58
* Use wayland core interfaces to signal output rotationGiulio Camuffo2014-07-3119-145/+132
* Merge remote-tracking branch 'origin/stable' into devOswald Buddenhagen2014-07-314-3/+29
|\
| * Fix popup positioningDaniel Nicoletti2014-05-112-3/+2
| * Fix QWaylandSurfaceItem to process hover eventsDaniel Nicoletti2014-04-302-0/+27
* | Add more API to change QWaylandSurface propertiesGiulio Camuffo2014-07-306-15/+56