summaryrefslogtreecommitdiffstats
path: root/examples/qwidget-compositor/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed warnings in qwidget-compositor.Samuel Rødal2012-03-051-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update license headers.Jason McDonald2012-01-161-17/+17
* Use QOpenGLFunctions instead of presuming GL methods exist.Robin Burchell2012-01-131-9/+12
* Move event handling into WaylandInput apiJørgen Lind2012-01-111-12/+11
* Remove the geometry from the wayland surfaceJørgen Lind2012-01-041-28/+29
* Implement subsurfaces extensionJørgen Lind2012-01-041-81/+109
* Remove the size from the mapped signalJørgen Lind2012-01-041-5/+5
* Updated to head of Wayland, but did not fix clipboard or dndJørgen Lind2011-11-301-0/+1
* Get rid of QOpenGLContext dependency in WaylandCompositor constructor.Samuel Rødal2011-11-011-3/+3
* Renaming mesa_egl to wayland_eglJørgen Lind2011-08-311-1/+5
* Added buffer releaseJørgen Lind2011-08-311-65/+65
* Add drag'n'drop and basic cursor support.Laszlo Agocs2011-07-251-11/+54
* Merge branch 'master' into refactorLaszlo Agocs2011-07-191-1/+68
|\
| * Add touch support to qwidget example compositor.Laszlo Agocs2011-06-301-1/+68
* | Make it compile with xcomposite_glx.Laszlo Agocs2011-07-191-1/+1
* | Merge branch 'master' into refactorJørgen Lind2011-06-231-6/+6
|\|
| * Update wayland_shaJørgen Lind2011-06-231-6/+6
* | Make the qwidget example compositor compile with qtbase refactor.Laszlo Agocs2011-06-161-8/+3
|/
* examples/qwidget-compositor: don't use GL if disabledCorentin Chary2011-05-191-0/+2
* Add an optional retained selection mode to the compositor.Laszlo Agocs2011-05-181-0/+1
* Made compositor keep track of key / pointer focus surfaces.Samuel Rødal2011-03-211-3/+1
* Moved some files around.Jørgen Lind2011-03-181-1/+1
* Improve WaylandSurface input interface a bit.Samuel Rødal2011-03-151-3/+3
* Make WaylandSurface a QObject to have a signal API.Samuel Rødal2011-03-151-12/+24
* Get rid of unused variable warnings.Samuel Rødal2011-03-151-0/+2
* Always do full updates when using GL.Samuel Rødal2011-03-151-0/+4
* Simplify example compositor by using surface pointer instead of index.Samuel Rødal2011-03-141-28/+24
* Add WaylandSurface classJørgen Lind2011-03-141-39/+34
* Initial attempt on abstracting the HW interface.Jørgen Lind2011-03-091-6/+5
* Initial glsupport in qtcomp. It can now draw simple_clientJørgen Lind2011-03-071-3/+32
* Create new examples directory for the example compositor.Samuel Rødal2011-03-041-0/+220