added two missing #include <unistd.h> (for int close(int);)
[profile/ivi/qtwayland.git] / src / compositor / wayland_wrapper /
2012-05-30 Thomas Senykadded two missing #include <unistd.h> (for int close...
2012-05-23 Laszlo AgocsReset the keyboard and pointer focus when attaching...
2012-05-20 Laszlo AgocsMake axis events compatible with Weston
2012-05-20 Laszlo AgocsMigrate from wl_input_device to wl_seat
2012-05-19 Samuel RødalImplemented graceful quitting of clients.
2012-05-15 Samuel RødalBuild without hw integration.
2012-05-15 Laszlo AgocsDisable some debug prints in clipboard
2012-05-10 Laszlo AgocsMake sure the pointer focus is really reset when destroying
2012-05-10 Laszlo AgocsAdd wheel event support
2012-05-10 Paul Olav TveteInform the platform plugin when direct rendering is...
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-08 Girish RamakrishnanAdapt to _qpa file rename in qtbase.
2012-05-04 Jørgen LindMake SurfaceBuffer::handle return something sensible
2012-04-26 Laszlo AgocsPass device capabilities to client in the touch extension
2012-04-24 Jørgen LindGive "something" for the handle of a shm sufracebuffer
2012-04-24 Jørgen LindFix warnings in compositor and 1 wl_resource_send event
2012-04-24 Jørgen LindFix compositor crash when closing windows with subsurfaces
2012-04-24 Laszlo AgocsDo not delete extended output instances twice
2012-04-24 Laszlo AgocsSend expose from qwindow-compositor
2012-04-19 Hannu LyytinenSync up with the latest wayland developments.
2012-04-19 Samuel RødalFix compilation against latest qtbase.
2012-04-17 Jørgen LindImplement nativeBufferLocking
2012-04-17 Laszlo AgocsDecorations: Make it possible to move windows with...
2012-04-11 Jørgen LindClient side decoration
2012-04-11 Jørgen LindImplement so that Compositors can use the wl_pointer_gr...
2012-04-10 Jørgen LindUpdate wayland_sha1 and implement buffer_pool interface
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-29 Samuel RødalFixed leaking of ExtendedOutput objects in the compositor.
2012-03-28 Samuel RødalPrevented crash and missing animation for shm clients.
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-07 Samuel RødalGet rid of dummy source update functions and debug...
2012-03-06 Paul Olav TveteFix potential crash when buffers are destroyed
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 LindRefactor wlsurface,
2012-02-23 Samuel RødalSupport ShowIsFullScreen in plugin and compositor.
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 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-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-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-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 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
next