summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-083-12/+21
| * 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
| * 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
| * 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-254-1/+11
| * 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-2312-22/+22
| * 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
| * 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
| * 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
| * Replace signals with Q_SIGNALS.Robin Burchell2014-08-193-3/+3
| * 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
| * QWaylandWindow: Add a missing shell surface null check.Robin Burchell2014-08-181-12/+15
* | Remove wayland-server.h include from QWaylandClient headerGiulio Camuffo2014-08-182-1/+2
* | Expose surface's client to QMLPier Luigi Fiorini2014-08-1713-45/+314
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-08-1513-188/+140
|\|
| * Remove QWaylandResourceCollection.Robin Burchell2014-08-154-177/+1