summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wayland: correct touch locationShawn Rutledge2014-09-011-1/+1
* Fix touch with WestonLaszlo Agocs2014-09-011-7/+19
* qwindow-compositor: Rename QOpenGLWindowLaszlo Agocs2014-08-296-21/+22
* Warn when EGLContext could not be created.Gunnar Sletta2014-08-291-0/+4
* build: If building the compositor API, build plugins after the compositor lib...Robin Burchell2014-08-271-0/+1
* Remove the unused context parameter from lock/unlockLaszlo Agocs2014-08-264-8/+8
* Returns false for window decoration support in xcomposite and brcmLaszlo Agocs2014-08-253-0/+3
* Indicate from the client buffer integration if decorations are supportedLaszlo Agocs2014-08-255-1/+16
* Support RasterGLSurface windowsLaszlo Agocs2014-08-2510-51/+72
* Fix return type conflict with libhybrisYen-Chin Lee2014-08-251-2/+2
* Fix build with desktop OpenGLGiulio Camuffo2014-08-231-15/+19
* Explicitly define the interface versionsGiulio Camuffo2014-08-2313-23/+23
* compositor: Do not access members after deleting an instanceLaszlo Agocs2014-08-231-1/+1
* Fix typoLaszlo Agocs2014-08-221-1/+1
* Do not crash when querying transientParent() and there's noneLaszlo Agocs2014-08-221-1/+1
* Save and restore the state when doing decorationsLaszlo Agocs2014-08-221-15/+126
* QWlSurface: Remove unused static.Robin Burchell2014-08-221-2/+0
* QWindowCompositor: Prevent double delete.Robin Burchell2014-08-211-2/+4
* Do not request the highest color buffer sizeLaszlo Agocs2014-08-212-2/+2
* 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