profile/ivi/qtwayland.git
2011-03-16 Samuel RødalFixed wrong coordinates sent for button press events.
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 Jørgen LindMake configuration of Qt-Compositor easier to understand
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 LindUse Factory for GraphicsHardwareIntegration
2011-03-14 Jørgen LindAdd WaylandSurface class
2011-03-11 Paul Olav TveteDon't break the non-GL case
2011-03-11 Paul Olav TveteAdd a factory function for creating GraphicsHardwareInt...
2011-03-11 Jørgen LindRenamed bindBufferToTexture to createTextureFromBuffer
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-11 Jørgen LindDelay initialising the Wayland::Compositor until we...
2011-03-11 Jørgen LindAdd private implementation of mesa_egl integration
2011-03-11 Jørgen LindPass in Wayland::Display instead of wl_display to initi...
2011-03-09 Jørgen LindFix not having "our own include paths in pri files"
2011-03-09 Paul Olav TveteFix typo in API
2011-03-09 Jørgen LindI have changed the git config to: showUntrackedFiles...
2011-03-09 Jørgen LindInitial attempt on abstracting the HW interface.
2011-03-09 Jørgen LindMove private api into its own folder
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.
2011-03-04 Paul Olav TveteAdd the DRM protocol files
2011-03-02 Paul Olav TveteMake it easy to build without DRM support
2011-03-02 Paul Olav TveteUpdate to latest Wayland version
2011-03-02 Jørgen LindInitial commit for the Qt-Compositor.