qwindow-compositor: Avoid stuck alt when running non-fullscreen
[profile/ivi/qtwayland.git] / examples / qwidget-compositor /
2012-03-05 Samuel RødalFixed warnings in qwidget-compositor.
2012-02-21 Oswald Buddenhagenclean up qmake-generated projects
2012-01-30 Laszlo AgocsFix compilation for qwidget and qwindow compositor...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-16 Jason McDonaldUpdate license headers.
2012-01-13 Robin BurchellUse QOpenGLFunctions instead of presuming GL methods...
2012-01-11 Jørgen LindMove event handling into WaylandInput api
2012-01-04 Jørgen LindRemove the geometry from the wayland surface
2012-01-04 Jørgen LindImplement subsurfaces extension
2012-01-04 Jørgen LindRemove the size from the mapped signal
2011-12-07 Jørgen LindAdd comments to example pro file to explain how to...
2011-12-07 Jørgen LindMake wayland actually a module
2011-11-30 Jørgen LindUpdated to head of Wayland, but did not fix clipboard...
2011-11-01 Samuel RødalGet rid of QOpenGLContext dependency in WaylandComposit...
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-12 Paul Olav TveteImport the wayland platform plugin from qtbase, includi...
2011-08-31 Andy NicholsMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-08-31 Jørgen LindRenaming mesa_egl to wayland_egl
2011-08-31 Andy NicholsMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-08-31 Jørgen LindAdded buffer release
2011-08-05 Samuel RødalMerge remote branch 'origin/master' into refactor
2011-07-29 Lasse HolmstedtAdd root-level .pro files
2011-07-27 Laszlo AgocsMerge branch 'master' into refactor
2011-07-26 Laszlo AgocsFix qwidget example build with regular Qt5.
2011-07-25 Laszlo AgocsAdd drag'n'drop and basic cursor support.
2011-07-19 Oswald Buddenhagenclean up the QT+= stuff in the project files
2011-07-19 Laszlo AgocsMerge branch 'master' into refactor
2011-07-19 Laszlo AgocsMake it compile with xcomposite_glx.
2011-06-30 Laszlo AgocsAdd touch support to qwidget example compositor.
2011-06-23 Jørgen LindMerge branch 'master' into refactor
2011-06-23 Jørgen LindUpdate wayland_sha
2011-06-22 Samuel RødalMerge remote branch 'origin/master' into refactor
2011-06-16 Laszlo AgocsMerge branch 'master' into refactor
2011-06-16 Laszlo AgocsMake the qwidget example compositor compile with qtbase...
2011-05-19 Samuel RødalPrevent qmake warnings when not building against Qt 5.
2011-05-19 Corentin Charyexamples/qwidget-compositor: don't use GL if disabled
2011-05-18 Laszlo AgocsAdd an optional retained selection mode to the compositor.
2011-05-09 Laszlo AgocsAdded clipboard support.
2011-04-11 Jørgen LindMake Qt-Compositor build the xcomposite backend as...
2011-04-07 Jørgen LindAdd the egl xcomposite extension
2011-04-06 Jørgen LindAdd XComposite extension to wayland
2011-04-01 Samuel RødalMove WaylandSurfaceItem into common API.
2011-03-24 Jørgen Lindqwidget-compositor:Make raster default
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-17 Jørgen LindIf we use pkg-config we prob don't want to use the...
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.