aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move core protocol libraries into wayland/ subdirectoryKristian Høgsberg2010-09-141-266/+0
|
* Replace commit/ack/frame protocol with simpler sync and frame callbacksKristian Høgsberg2010-09-031-14/+17
|
* Use a transient object for the dnd sessionKristian Høgsberg2010-09-021-53/+51
|
* Update drag protocol to use fd passing for data transferKristian Høgsberg2010-08-271-15/+22
|
* Set pointer image only in response to 'target' eventKristian Høgsberg2010-08-251-3/+0
|
* First step towards drag and drop protocolKristian Høgsberg2010-08-181-0/+88
|
* Add protocol for setting the pointer imageKristian Høgsberg2010-08-161-0/+6
|
* Generate client side marshal stubs from protocol specKristian Høgsberg2010-08-091-12/+12
|
* Introduce 'buffer' object for attaching, image cahce and cursor imagesKristian Høgsberg2010-08-091-9/+27
| | | | | | The buffer object is created by a 'drm' object, which encapsulates the buffer sharing and authentication mechanism. Once the buffer is created it can be attached to a surface.
* Send out coordinates with pointer_focus eventKristian Høgsberg2010-08-061-0/+4
| | | | | We can't rely on motion events happening right away, pointer_focus could change because of windows coming or going etc.
* Introduce 'shell' object for moving and resizing surfaces in the compositorKristian Høgsberg2010-08-041-0/+8
|
* Generate protocol types and metadata from xmlKristian Høgsberg2010-08-031-0/+137