Properly report content orientation changes in the compositor.
[profile/ivi/qtwayland.git] / src / compositor /
2012-03-28 Samuel RødalProperly report content orientation changes in the...
2012-03-28 Samuel RødalDon't initialize QRegion with an int.
2012-03-28 Laszlo AgocsChange the touch extension to be always available.
2012-03-28 Samuel RødalRemember to free the qtkey extension class.
2012-03-28 Samuel RødalEnable the qtkey extension regardless.
2012-03-27 Samuel RødalAdded qtkey extension to send raw QKeyEvents over the...
2012-03-13 Paul Olav TveteAvoid race condition
2012-03-12 Jørgen LindMake the module not depend on QtBase configure
2012-03-07 Samuel RødalGet rid of dummy source update functions and debug...
2012-03-06 Jørgen LindRemove friend declarations in WaylandSurface
2012-03-06 Paul Olav TveteFix potential crash when buffers are destroyed
2012-03-05 Samuel RødalFixed WaylandSurfaceItem for when paint enabled is...
2012-03-05 Samuel RødalBuild with latest qtdeclarative.
2012-03-05 Jørgen LindUse the new cool event wrapper functions generated...
2012-03-05 Jørgen LindFixing includes to make it compile again
2012-03-05 Samuel RødalUpgrade to newer wayland SHA-1.
2012-03-03 Rick StocktonAdd '16 mouse buttons' feature to InputDevice::toWaylan...
2012-03-02 Laszlo AgocsDo not crash the compositor when hiding a widget.
2012-03-02 Samuel RødalImprove wayland_cast and introduce resolve to simplify...
2012-03-02 Samuel RødalGet rid of warnings in compositor source.
2012-03-02 Paul Olav TveteAvoid flicker when switching back to composited mode
2012-03-01 Paul Olav TveteMake direct rendering work after QPlatformScreenBuffer...
2012-03-01 Jørgen LindMake SurfaceBuffer a QPlatformScreenBuffer
2012-02-29 Jørgen LindLoad the module so we get the correct QT_CONFIG
2012-02-29 Jørgen LindRefactor wlsurface,
2012-02-23 Samuel RødalSupport ShowIsFullScreen in plugin and compositor.
2012-02-21 Laszlo AgocsMake glx backend compiling again after qtbase broke...
2012-02-20 Lasse HolmstedtDon't send Deactivate events when creating WaylandSurfa...
2012-02-20 Lasse HolmstedtFix issues with sendOnScreenVisibilityChange
2012-02-20 Andy NicholsCall the correct frameFinished method in Surface::sendF...
2012-02-15 Laszlo AgocsCompositor memory leak fixes
2012-02-15 Jørgen LindExpose in a virtual function that surfaces are being...
2012-02-14 Samuel RødalAdded convenience properties in WaylandSurface for...
2012-02-13 Jørgen LindRemoving Wayland::SurfacePrivate
2012-02-13 Laszlo AgocsFix surface wrapper build when QT_COMPOSITOR_WAYLAND_GL...
2012-02-12 Pier Luigi FioriniFix build of compositors by always including QOpenGLCon...
2012-02-12 Jørgen LindSurface::isInverted Dont use xor and move the ret variable
2012-02-10 Gunnar SlettaAdded window flags to the surface-extension protocol
2012-02-10 Laszlo AgocsAdd TouchCancel support.
2012-02-07 Laszlo AgocsFix data device handling.
2012-02-07 Laszlo AgocsAdd mouse event synthesizing to the touch extension...
2012-02-03 Laszlo AgocsSet pointer focus to null when surface is destroyed.
2012-02-03 Lasse HolmstedtDon't try to carry over qPrintable() pointers
2012-02-02 Laszlo AgocsFix mouse handling in qml-compositor.
2012-02-01 Samuel RødalAdded reporting of window and content orientation to...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Laszlo AgocsFix compilation
2012-01-26 Jørgen LindAdd possibillity of overriding invertedY flag for wl_su...
2012-01-26 Jørgen LindMake it possible not to have queing of buffers on the...
2012-01-25 Samuel RødalAdded missing include to fix build.
2012-01-24 Samuel RødalAdapted to new orientation API in qtbase.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-17 Laszlo AgocsOffer the retained selection when no data source is...
2012-01-17 Laszlo AgocsImplement selection offers from compositor to clients.
2012-01-17 Jørgen LindRemove declarations of functions not longer implemented
2012-01-17 Laszlo AgocsRemove unnecessary client list generation in Compositor
2012-01-17 Paul Olav TveteNull pointer check
2012-01-16 Laszlo AgocsAvoid using an extra event for each touch report.
2012-01-16 Laszlo AgocsDo not send stationary points
2012-01-16 Laszlo AgocsSend the contents of the rawScreenPositions() list...
2012-01-16 Laszlo AgocsRename touch extension interface and fix event sending
2012-01-16 Jason McDonaldUpdate license headers.
2012-01-13 Laszlo AgocsIntroduce a touch protocol extension.
2012-01-13 Andy NicholsReplaced missed instance of Wayland::Surface->clientHan...
2012-01-12 Kent HansenFix linking error
2012-01-11 Laszlo AgocsMake touch events working in the qml example compositor.
2012-01-11 Laszlo AgocsMake touch event sending more robust in the InputDevice.
2012-01-11 Laszlo AgocsDon't crash when sending touch events.
2012-01-11 Jørgen LindMove event handling into WaylandInput api
2012-01-10 Jørgen LindAdd global x and y coordinates to our mouse events
2012-01-10 Jørgen LindRemove unused variables from wlcompositor and wlsurface
2012-01-10 Jørgen LindExpose the mouse focus functions from Wayland::Compositor
2012-01-10 Jørgen LindCleanup Wayland::Surface's client handle logic
2012-01-10 Jørgen LindCreate a ShellSurface class
2012-01-10 Jørgen LindDont keep track of the focus surfaces
2012-01-10 Paul Olav TveteDirect rendering fix for previous fix.
2012-01-10 Jørgen LindMake compositor handle subsurfaces with shm buffers.
2012-01-10 Laszlo AgocsAdd a function to the compositor api to send full touch...
2012-01-09 Paul Olav TveteWorkaround for race condition when compositor is animating
2012-01-09 Paul Olav TveteMake the queueing work.
2012-01-09 Laszlo AgocsRemove unused clientAdded signal in compositor.
2012-01-06 Jason McDonaldUpdate copyright year in license headers.
2012-01-05 Paul Olav TveteFix direct rendering after buffer queue change
2012-01-05 Paul Olav TveteQueue buffers instead of discarding them
2012-01-05 Paul Olav TveteAdd isYInverted property with notification
2012-01-05 Paul Olav TveteClear dirty set before sending frame callback.
2012-01-05 Paul Olav TveteActually return the size from the size() function
2012-01-05 Robin BurchellQSGTextureProvider is now public API in QtQuick.
2012-01-04 Jørgen LindRemove the geometry from the wayland surface
2012-01-04 Jørgen LindFixup waylandsurface item after QSize was removed
2012-01-04 Jørgen LindImplement subsurfaces extension
2012-01-04 JørgenDont have subdirectories in the extensions folder
2012-01-04 JørgenFix rename of the define QT_COMPOSITOR_DECLARATIVE...
2012-01-04 JørgenQImage when uploaded to a texture using glTexImage2D...
2012-01-04 Jørgen LindRemove the size from the mapped signal
2012-01-04 Jørgen LindRemove QtOpenGL includes
2011-12-30 JørgenMake QtCompositor.so compile with pkg-config as a default
2011-12-29 Andy NicholsPrevent the use of an empty variable for a LIBDIR
2011-12-23 Jørgen LindMake it possible to hide windows
2011-12-23 Jørgen LindUse some sensible build variables in compositor
next