summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Merge remote-tracking branch 'origin/5.5' into 5.6v5.5.90+alpha1upstreamLiang Qi1-1/+0
2015-07-15Add a mechanism to delay unmapping of surfacesGiulio Camuffo1-0/+7
2015-07-06Fix possible race condition leading to a dead lockGiulio Camuffo1-1/+0
2015-04-15Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi3-18/+4
2015-03-31examples: remove unused windowDestroyed signalOlivier Blin2-15/+0
2015-03-29qwindow-compositor: fix rendering shm NPOT textures with OpenGL ES2Olivier Blin1-0/+1
2015-03-27Fix connecting to surfaceDestroyedOlivier Blin1-3/+3
2015-02-17Update copyright headersJani Heikkinen23-92/+92
2015-02-08Add QWaylandOutput to support multiple outputsPier Luigi Fiorini3-6/+13
2015-01-29Namespace the platform pluginsGiulio Camuffo3-8/+8
2015-01-13Correctly handle '--invert' parameter in server-buffer compositorSiteshwar Vashisht1-2/+2
2014-10-09Move examples into wayland subdirectory.v5.4.0-beta1Friedemann Kleint36-17/+19
2014-10-09Fix the compositor's wayland versioningGiulio Camuffo1-1/+1
2014-08-29qwindow-compositor: Rename QOpenGLWindowLaszlo Agocs6-21/+22
2014-08-23Explicitly define the interface versionsGiulio Camuffo1-1/+1
2014-08-21QWindowCompositor: Prevent double delete.Robin Burchell1-2/+4
2014-08-20Replace custom texture upload with QOpenGLTextureRobin Burchell3-22/+22
2014-08-20QWindowCompositor: Getting popups to appear in the right place.Robin Burchell1-8/+15
2014-08-18qwindow-compositor: Fix null pointer dereference.Robin Burchell1-1/+1
2014-08-18qml-compositor: Error check loading of WindowChrome.Robin Burchell1-0/+4
2014-08-18qml-compositor: Clean up some unnecessary logging.Robin Burchell2-4/+4
2014-08-07Fix namespaced buildGiulio Camuffo4-0/+16
2014-07-08Fix creation of custom shellsGiulio Camuffo3-0/+3
2014-04-29Make it possible to have custom shell implementationsGiulio Camuffo1-1/+1
2014-04-29Split QWaylandSurface in a model and view fashionGiulio Camuffo7-103/+84
2014-04-29Let the ShellSurface send the mapped and unmapped signals.Giulio Camuffo3-12/+8
2014-04-29Rework the way buffers are used and renderedGiulio Camuffo7-133/+135
2014-03-21Remove the QWidget compositor exampleGiulio Camuffo6-652/+0
2014-03-11Make the compositor redraw when a surface gets a commit().Giulio Camuffo3-17/+11
2014-03-11Flush the clients connection after sending the frame callbacksGiulio Camuffo2-2/+2
2014-03-11Compile ServerBuffer client example on desktop glJorgen Lind3-5/+7
2014-03-11Make sure the frame callbacks are sent at the right timeGiulio Camuffo4-0/+11
2014-03-11Remove the buffer queue.Giulio Camuffo3-12/+12
2014-02-19Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen5-29/+29
2014-02-11Making the buffer intgrations privateJorgen Lind3-16/+19
2014-02-11fixup in serverbuffer compositorJorgen Lind1-8/+5
2014-02-05Improve the frame callbacks handlingGiulio Camuffo4-8/+12
2014-02-05Fix build break in linuxSimo Fält1-0/+3
2014-02-04Merge remote-tracking branch 'origin/stable' into devAndy Nichols4-21/+57
2014-02-03Server Buffer example draws clients inverse on the x axisJorgen Lind3-5/+5
2014-01-21Fix buffer handling.Gunnar Sletta3-11/+27
2014-01-16Fix qwindow-compositor with raster surfacesupstream/5.2.1Laszlo Agocs2-10/+28
2014-01-13Also link wayland-client, as we use bits from it.Robin Burchell1-0/+2
2014-01-09Adjust the serverbufferintegrations to use bind texture apiJorgen Lind3-4/+14
2014-01-06Compile fixes for example compositorsJorgen Lind2-2/+3
2014-01-06Revised createTextureFromBufferLaszlo Agocs1-2/+2
2014-01-06Add server buffer exampleJorgen Lind17-0/+1230
2013-12-30Fix ConstrastEffect in qml-compositorPier Luigi Fiorini1-7/+7
2013-12-16QtCompositor: Make ExtensionFlags a QFlagsAndrew Knight3-3/+3
2013-12-11Enable stencil in qwindow-compositor.Laszlo Agocs1-0/+1