summaryrefslogtreecommitdiffstats
path: root/examples/qwindow-compositor
Commit message (Expand)AuthorAgeFilesLines
* clean up qmake-generated projectsOswald Buddenhagen2012-02-211-14/+1
* Fix wayland plugin and qwindow-compositor compilationLaszlo Agocs2012-02-202-0/+5
* Fix qwindow-compositor memory leaksLaszlo Agocs2012-02-155-4/+17
* Add mouse event synthesizing to the touch extension protocol.Laszlo Agocs2012-02-073-1/+15
* Fix compilation for qwidget and qwindow compositor examplesLaszlo Agocs2012-01-301-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-307-7/+7
* Update obsolete contact address.Jason McDonald2012-01-237-7/+7
* Fix duplicated QOpenGLFunctions usageLaszlo Agocs2012-01-202-4/+1
* Update license headers.Jason McDonald2012-01-167-17/+258
* Introduce a touch protocol extension.Laszlo Agocs2012-01-132-0/+8
* Use QOpenGLFunctions instead of presuming GL methods exist.Robin Burchell2012-01-131-7/+11
* Don't crash when sending touch events.Laszlo Agocs2012-01-111-7/+8
* Move event handling into WaylandInput apiJørgen Lind2012-01-111-17/+18
* Fix so that not all mouse events end up being key events as wellJørgen Lind2012-01-101-0/+1
* Handle changeCursor in QWindowCompositorJørgen Lind2012-01-102-0/+14
* Handle mouse focus in the QWindowCompositorJørgen Lind2012-01-101-0/+1
* Add a function to the compositor api to send full touch eventsLaszlo Agocs2012-01-101-6/+3
* Add an option to qwindow-compositor for disabling random positioningLaszlo Agocs2012-01-101-2/+6
* Use QOpenGLFunctions in qwindow-compositor.Laszlo Agocs2012-01-092-4/+4
* Remove logging of key presses in qwindow-compositor.Laszlo Agocs2012-01-091-2/+2
* Remove the geometry from the wayland surfaceJørgen Lind2012-01-041-18/+17
* Make it possible to drag windows aroundJørgen Lind2012-01-042-11/+42
* Implement subsurfaces extensionJørgen Lind2012-01-047-207/+240
* Add mouse move events to the window compositorJørgen Lind2012-01-041-0/+7
* Remove the size from the mapped signalJørgen Lind2012-01-042-7/+7
* Restore retained selection support in qt-compositor.Laszlo Agocs2011-12-161-0/+2
* Make qwindow-compositor work without opengl module dependency.Laszlo Agocs2011-12-072-6/+38
* Add comments to example pro file to explain how to include priJørgen Lind2011-12-071-0/+4
* Make wayland actually a moduleJørgen Lind2011-12-073-13/+18
* Make it possible to run qwindow-compositor in non-fullscreen.Laszlo Agocs2011-12-062-12/+6
* qwindow-compositor: Do a render on expose.Laszlo Agocs2011-11-251-0/+3
* Get rid of QOpenGLContext dependency in WaylandCompositor constructor.Samuel Rødal2011-11-011-2/+2
* Add basic key, mouse, touch event support to qwindow-compositor.Laszlo Agocs2011-10-242-4/+88
* Do not leak textures in qwindow-compositor.Laszlo Agocs2011-10-241-1/+3
* Fix mirrored Y coordinates in qwindow-compositor.Laszlo Agocs2011-10-241-4/+4
* Avoid qwindow-compositor crash on startup due to missing background.Laszlo Agocs2011-10-243-6/+7
* Some small improvements to qwindow-compositor.Samuel Rødal2011-10-074-6/+17
* Cleaned up project filesAndy Nichols2011-09-131-0/+1
* Change the install path for qwindow-compositor exampleAndy Nichols2011-09-071-1/+1
* Enables semi-transparent clients in QWindow CompositorAndy Nichols2011-08-312-10/+15
* Initial commit of QWindow based compositorAndy Nichols2011-08-318-0/+406