summaryrefslogtreecommitdiffstats
path: root/examples/qwindow-compositor
Commit message (Expand)AuthorAgeFilesLines
* QtCompositor: Make ExtensionFlags a QFlagsAndrew Knight2013-12-161-1/+1
* Enable stencil in qwindow-compositor.Laszlo Agocs2013-12-111-0/+1
* Allow to customize enabled compositor extensionsJan Arne Petersen2013-09-091-2/+1
* Compositor: Fix refresh rateAndrew Knight2013-09-091-1/+1
* Remove conversion warning in examplesJørgen Lind2013-08-021-3/+3
* Compile in C++11 mode: fix narrowing conversion in arraysThiago Macieira2013-07-021-4/+4
* Make it possible to hide windowsJørgen Lind2013-06-061-0/+2
* Make QWindowCompositor render when surfaces move aroundJørgen Lind2013-05-182-0/+7
* Qt-ify the QtCompositor moduleAndy Nichols2013-02-082-45/+45
* Fix the pointer cursor handling (QtCompositor side)Andy Nichols2013-01-182-12/+36
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-257-42/+42
* qwindow-compositor: Fix background image drawingLaszlo Agocs2012-08-131-2/+5
* Correct background's coordinatesElvis Lee2012-07-312-9/+25
* Handle events coming from show() properly in qwindow-compositorLaszlo Agocs2012-07-251-2/+2
* Properly reset keyboard focus in qwindow-compositor when hidingLaszlo Agocs2012-06-192-2/+21
* Fix output geometry in qwindow-compositorLaszlo Agocs2012-06-181-0/+4
* Introduce standard pkg-config usageDonald Carr2012-06-111-3/+0
* Avoid burning cpu in qwindow-compositor with glx and nvidiaLaszlo Agocs2012-06-051-2/+1
* qwindow-compositor: Avoid stuck alt when running non-fullscreenLaszlo Agocs2012-05-212-0/+17
* Add wheel event supportLaszlo Agocs2012-05-101-0/+5
* Start using the new wl_fixed_t type properlyLaszlo Agocs2012-05-092-15/+15
* Remove notes about enabling the touch extension in qwindow-compositorLaszlo Agocs2012-05-091-9/+0
* Send expose from qwindow-compositorLaszlo Agocs2012-04-242-0/+10
* Do not render in qwindow-compositor before exposeLaszlo Agocs2012-04-241-2/+0
* Make windowcompositor actually eat events in the event filterJørgen Lind2012-04-111-3/+2
* Fix QWindow Compositors input handlingJørgen Lind2012-04-111-15/+17
* 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