summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* qwidget-compositor:Make raster defaultJørgen Lind2011-03-241-2/+2
|
* Smarter zooming when not all rows in the layout are used.Samuel Rødal2011-03-211-3/+5
|
* Made compositor keep track of key / pointer focus surfaces.Samuel Rødal2011-03-212-5/+2
| | | | | Puts less burden on the implementation to make sure the input focus is cleared when a surface is destroyed.
* Moved some files around.Jørgen Lind2011-03-181-1/+1
| | | | I'm hoping that this will give some clearer structure
* Added animation to QML compositor when window is destroyed.Samuel Rødal2011-03-183-3/+27
|
* Get rid of QML errors when destroying a window.Samuel Rødal2011-03-183-3/+7
|
* Added window title and made contrast-lowering effect a bit more subtle.Samuel Rødal2011-03-172-1/+2
|
* If we use pkg-config we prob don't want to use the internalJørgen Lind2011-03-171-2/+0
| | | | copy of wayland but a version we pick up with pkg-config
* Improved blending in QML compositor.Samuel Rødal2011-03-163-13/+8
|
* Proper handling of transparency.Samuel Rødal2011-03-164-15/+80
|
* Remove unnecessary output.Samuel Rødal2011-03-161-2/+0
|
* Better layouting behavior when window is removed.Samuel Rødal2011-03-163-16/+74
|
* Lower contrast of out-of-focus applications in QML compositor.Samuel Rødal2011-03-162-2/+4
|
* Better layouting system in QML compositor.Samuel Rødal2011-03-155-28/+237
|
* Added keyboard input to QML compositor.Samuel Rødal2011-03-151-2/+17
|
* Added proper removing of windows in QML compositor.Samuel Rødal2011-03-152-2/+18
|
* Added initial scene-graph qml based compositor.Samuel Rødal2011-03-154-0/+447
|
* 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
| | | | This class is intended to be used when implementing a compositor
* Moved INCLUDEPATH from pro file to pri fileJørgen Lind2011-03-111-1/+0
|
* Add a dri2_xcb backend. This does not use the eglBindWaylandDisplayWLJørgen Lind2011-03-111-0/+1
| | | | | | extension. So it can be considered an example of how make a Qt-Compositor without using eglBindWaylandDisplayWL but still using the drm protocol
* Fix not having "our own include paths in pri files"Jørgen Lind2011-03-091-3/+3
| | | | Rev-by: paul
* Initial attempt on abstracting the HW interface.Jørgen Lind2011-03-092-12/+8
| | | | | This is just so that we have a general setup. Something is easier to work with than nothing :)
* Initial glsupport in qtcomp. It can now draw simple_clientJørgen Lind2011-03-072-4/+40
| | | | | | "cant move it around though :D" This is just to get something on screen. Now we have to start doing this "proper". Trying to abstract some things out etc :)
* Create new examples directory for the example compositor.Samuel Rødal2011-03-042-0/+241
Moving the example compositor makes the separation between the compositor interface and the example implementation explicit.