summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-09Allow to customize enabled compositor extensionsJan Arne Petersen3-6/+3
2013-09-09Compositor: Fix refresh rateAndrew Knight1-1/+1
2013-08-02Remove reference to v8 module in qml-compositorAndy Nichols1-1/+1
2013-08-02Remove conversion warning in examplesJørgen Lind2-6/+6
2013-07-02Compile in C++11 mode: fix narrowing conversion in arraysThiago Macieira2-8/+8
2013-06-06Add close event to the surface extensionJørgen Lind1-1/+1
2013-06-06Make it possible to hide windowsJørgen Lind1-0/+2
2013-05-18Make QWindowCompositor render when surfaces move aroundJørgen Lind2-0/+7
2013-02-08Qt-ify the QtCompositor moduleAndy Nichols4-90/+90
2013-02-05Don't build QtCompositor unless explicitly enabledAndy Nichols1-6/+11
2013-01-18Fix the pointer cursor handling (QtCompositor side)Andy Nichols4-28/+53
2013-01-08make use of qtHaveModule()Oswald Buddenhagen1-2/+2
2012-12-06Cleaned out usages of removed or to be removed APIs.Samuel Rødal2-2/+1
2012-09-25Change copyrights from Nokia to DigiaIikka Eklund16-96/+96
2012-09-10Fix build errors due to api changes in QtBaseJorgen Lind1-1/+1
2012-08-13Compile fixesJorgen Lind1-1/+1
2012-08-13qwindow-compositor: Fix background image drawingLaszlo Agocs1-2/+5
2012-08-03Set default background image for QWidgetCompositorElvis Lee3-1/+8
2012-07-31Correct background's coordinatesElvis Lee2-9/+25
2012-07-25Handle events coming from show() properly in qwindow-compositorLaszlo Agocs1-2/+2
2012-06-27build system cleanupsOswald Buddenhagen1-7/+0
2012-06-19Properly reset keyboard focus in qwindow-compositor when hidingLaszlo Agocs2-2/+21
2012-06-18Fix output geometry in qwindow-compositorLaszlo Agocs1-0/+4
2012-06-11Introduce standard pkg-config usageDonald Carr3-9/+0
2012-06-06Don't build qwidget compositor when qt is configured with -no-widgetsAndy Nichols1-1/+5
2012-06-05Avoid burning cpu in qwindow-compositor with glx and nvidiaLaszlo Agocs1-2/+1
2012-05-25Fixed qml-compositor warning and sizing when running as windowed.Samuel Rødal2-1/+2
2012-05-21Added maximize and window closing behavior to qml-compositor.Samuel Rødal7-21/+180