added two missing #include <unistd.h> (for int close(int);)
[profile/ivi/qtwayland.git] / src / compositor / compositor_api /
2012-05-29 Gunnar SlettaMake sendOnScreenVisibility invokable
2012-05-18 Andy NicholsAdd a custom WaylandSurfaceNode with its own materials
2012-05-18 Andy NicholsFix case where we get a new damage event too soon
2012-05-18 Andy NicholsGive texture ownership to scenegraph in WaylandSurfaceItem
2012-05-10 Laszlo AgocsAdd wheel event support
2012-05-09 Samuel RødalImplemented refresh rate support.
2012-05-09 Laszlo AgocsStart using the new wl_fixed_t type properly
2012-05-09 Laszlo AgocsUpdate to wayland head
2012-05-02 Samuel RødalFixed crashes and missing textures in WaylandSurfaceItem.
2012-04-27 Paul Olav TveteFix potential race condition
2012-04-24 Laszlo AgocsSend expose from qwindow-compositor
2012-04-17 Jørgen LindImplement nativeBufferLocking
2012-04-17 Jørgen LindAdd missing return statement
2012-04-11 Jørgen LindClient side decoration
2012-04-11 Jørgen LindAdd public api to retrieve struct wl_display *
2012-03-29 Samuel RødalImplemented QDesktopServices in wayland plugin.
2012-03-29 Samuel RødalIntroduced WaylandClient API to keep track of clients.
2012-03-28 Laszlo AgocsChange the touch extension to be always available.
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-06 Jørgen LindRemove friend declarations in WaylandSurface
2012-03-05 Samuel RødalFixed WaylandSurfaceItem for when paint enabled is...
2012-03-05 Samuel RødalBuild with latest qtdeclarative.
2012-03-02 Paul Olav TveteAvoid flicker when switching back to composited mode
2012-02-23 Samuel RødalSupport ShowIsFullScreen in plugin and compositor.
2012-02-20 Lasse HolmstedtDon't send Deactivate events when creating WaylandSurfa...
2012-02-20 Lasse HolmstedtFix issues with sendOnScreenVisibilityChange
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-12 Pier Luigi FioriniFix build of compositors by always including QOpenGLCon...
2012-02-10 Gunnar SlettaAdded window flags to the surface-extension protocol
2012-02-07 Laszlo AgocsAdd mouse event synthesizing to the touch extension...
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-25 Samuel RødalAdded missing include to fix build.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-16 Jason McDonaldUpdate license headers.
2012-01-13 Laszlo AgocsIntroduce a touch protocol extension.
2012-01-12 Kent HansenFix linking error
2012-01-11 Laszlo AgocsMake touch events working in the qml example compositor.
2012-01-11 Jørgen LindMove event handling into WaylandInput api
2012-01-10 Jørgen LindExpose the mouse focus functions from Wayland::Compositor
2012-01-10 Laszlo AgocsAdd a function to the compositor api to send full touch...
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 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ørgenFix rename of the define QT_COMPOSITOR_DECLARATIVE...
2012-01-04 Jørgen LindRemove the size from the mapped signal
2011-12-23 Jørgen LindMake it possible to hide windows
2011-12-22 Jørgen LindMake it possible to hide surfaces
2011-12-20 Jørgen LindAdded surface_extension and output_extension
2011-12-16 Laszlo AgocsRestore retained selection support in qt-compositor.
2011-12-13 Jørgen LindFixup variable names to not use widget
2011-12-12 Andy NicholsRemove usage of deprecated class QSGEngine
2011-12-09 Jørgen LindMade a global directory, and moved the export header...
2011-12-07 Jørgen LindMake wayland actually a module
2011-12-07 Jørgen LindAdd a exportglobal file since we cant use qglobal.h...