Added texture accessor to WaylandSurface even in the case of no GL.
[profile/ivi/qtwayland.git] / examples /
2011-03-21 Samuel RødalSmarter zooming when not all rows in the layout are...
2011-03-21 Samuel RødalMade compositor keep track of key / pointer focus surfaces.
2011-03-18 Jørgen LindMoved some files around.
2011-03-18 Samuel RødalAdded animation to QML compositor when window is destroyed.
2011-03-18 Samuel RødalGet rid of QML errors when destroying a window.
2011-03-17 Samuel RødalAdded window title and made contrast-lowering effect...
2011-03-17 Jørgen LindIf we use pkg-config we prob don't want to use the...
2011-03-16 Samuel RødalImproved blending in QML compositor.
2011-03-16 Samuel RødalProper handling of transparency.
2011-03-16 Samuel RødalRemove unnecessary output.
2011-03-16 Samuel RødalBetter layouting behavior when window is removed.
2011-03-16 Samuel RødalLower contrast of out-of-focus applications in QML...
2011-03-15 Samuel RødalBetter layouting system in QML compositor.
2011-03-15 Samuel RødalAdded keyboard input to QML compositor.
2011-03-15 Samuel RødalAdded proper removing of windows in QML compositor.
2011-03-15 Samuel RødalAdded initial scene-graph qml based compositor.
2011-03-15 Samuel RødalImprove WaylandSurface input interface a bit.
2011-03-15 Samuel RødalMake WaylandSurface a QObject to have a signal API.
2011-03-15 Samuel RødalGet rid of unused variable warnings.
2011-03-15 Samuel RødalAlways do full updates when using GL.
2011-03-14 Samuel RødalSimplify example compositor by using surface pointer...
2011-03-14 Jørgen LindAdd WaylandSurface class
2011-03-11 Jørgen LindMoved INCLUDEPATH from pro file to pri file
2011-03-11 Jørgen LindAdd a dri2_xcb backend. This does not use the eglBindWa...
2011-03-09 Jørgen LindFix not having "our own include paths in pri files"
2011-03-09 Jørgen LindInitial attempt on abstracting the HW interface.
2011-03-07 Jørgen LindInitial glsupport in qtcomp. It can now draw simple_client
2011-03-04 Samuel RødalCreate new examples directory for the example compositor.