summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* fix example installsv5.6.1-1v5.6.1Oswald Buddenhagen2016-04-285-8/+21
* Make qwindow-compositor build on systems without ext texturesLaszlo Agocs2015-10-271-0/+4
* Support EGLStream in wayland-eglLaszlo Agocs2015-10-203-14/+60
* Fix build without pkg-configLaszlo Agocs2015-10-192-5/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-281-1/+0
|\
| * Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-061-1/+0
* | Add a mechanism to delay unmapping of surfacesGiulio Camuffo2015-07-151-0/+7
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-153-18/+4
|\
| * examples: remove unused windowDestroyed signalOlivier Blin2015-03-312-15/+0
| * qwindow-compositor: fix rendering shm NPOT textures with OpenGL ES2Olivier Blin2015-03-291-0/+1
| * Fix connecting to surfaceDestroyedOlivier Blin2015-03-271-3/+3
* | Update copyright headersJani Heikkinen2015-02-1723-92/+92
* | Add QWaylandOutput to support multiple outputsPier Luigi Fiorini2015-02-083-6/+13
* | Namespace the platform pluginsGiulio Camuffo2015-01-293-8/+8
|/
* Correctly handle '--invert' parameter in server-buffer compositorSiteshwar Vashisht2015-01-131-2/+2
* Move examples into wayland subdirectory.v5.4.0-beta1Friedemann Kleint2014-10-0936-17/+19
* Fix the compositor's wayland versioningGiulio Camuffo2014-10-091-1/+1
* qwindow-compositor: Rename QOpenGLWindowLaszlo Agocs2014-08-296-21/+22
* Explicitly define the interface versionsGiulio Camuffo2014-08-231-1/+1
* QWindowCompositor: Prevent double delete.Robin Burchell2014-08-211-2/+4
* 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
* qwindow-compositor: Fix null pointer dereference.Robin Burchell2014-08-181-1/+1
* 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
* Fix namespaced buildGiulio Camuffo2014-08-074-0/+16
* Fix creation of custom shellsGiulio Camuffo2014-07-083-0/+3
* Make it possible to have custom shell implementationsGiulio Camuffo2014-04-291-1/+1
* Split QWaylandSurface in a model and view fashionGiulio Camuffo2014-04-297-103/+84
* Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo2014-04-293-12/+8
* Rework the way buffers are used and renderedGiulio Camuffo2014-04-297-133/+135
* Remove the QWidget compositor exampleGiulio Camuffo2014-03-216-652/+0
* Make the compositor redraw when a surface gets a commit().Giulio Camuffo2014-03-113-17/+11
* Flush the clients connection after sending the frame callbacksGiulio Camuffo2014-03-112-2/+2
* Compile ServerBuffer client example on desktop glJorgen Lind2014-03-113-5/+7
* Make sure the frame callbacks are sent at the right timeGiulio Camuffo2014-03-114-0/+11
* Remove the buffer queue.Giulio Camuffo2014-03-113-12/+12
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-195-29/+29
|\
| * Making the buffer intgrations privateJorgen Lind2014-02-113-16/+19
| * fixup in serverbuffer compositorJorgen Lind2014-02-111-8/+5
| * Merge remote-tracking branch 'origin/stable' into devAndy Nichols2014-02-044-21/+57
| |\
| * | Server Buffer example draws clients inverse on the x axisJorgen Lind2014-02-033-5/+5
* | | Improve the frame callbacks handlingGiulio Camuffo2014-02-054-8/+12
* | | Fix build break in linuxSimo Fält2014-02-051-0/+3
| |/ |/|
* | Fix buffer handling.Gunnar Sletta2014-01-213-11/+27
* | Fix qwindow-compositor with raster surfacesLaszlo Agocs2014-01-162-10/+28
* | Also link wayland-client, as we use bits from it.Robin Burchell2014-01-131-0/+2
|/
* Adjust the serverbufferintegrations to use bind texture apiJorgen Lind2014-01-093-4/+14
* Compile fixes for example compositorsJorgen Lind2014-01-062-2/+3
* Revised createTextureFromBufferLaszlo Agocs2014-01-061-2/+2