Send out coordinates with pointer_focus event
[platform/upstream/weston.git] / wayland-client.c
2010-08-06 Kristian HøgsbergSend out coordinates with pointer_focus event
2010-08-05 Kristian HøgsbergHandle failure to reference a buffer name better
2010-08-05 Kristian HøgsbergIntroduce 'shell' object for moving and resizing surfac...
2010-08-03 Kristian HøgsbergGenerate protocol types and metadata from xml
2010-06-08 Kristian HøgsbergDrop surface::copy
2010-02-26 Kristian HøgsbergImport Eric Anholts hash table implementation
2010-02-26 Kristian HøgsbergAdd wl_list_for_each() and simplify some loops
2009-09-18 Kristian HøgsbergImplement user_data for surface
2009-02-23 Kristian HøgsbergAdd new surfaces to client hash table.
2009-01-27 Kristian HøgsbergAdd a toy-display object that caches state.
2008-12-30 Kristian HøgsbergAdd listener interfaces for output and input_device...
2008-12-25 Kristian HøgsbergAdd client side demarshalling for events.
2008-12-22 Kristian HøgsbergTrack objects client side using a hash too.
2008-12-22 Kristian HøgsbergAdd a proxy for the server side output object.
2008-12-22 Kristian HøgsbergAdd hook to allow globals to send cold-plug events...
2008-12-22 Kristian HøgsbergAlso check for interface version wl_display_get_object_...
2008-12-22 Kristian HøgsbergSend client id range as an event.
2008-12-22 Kristian HøgsbergMove protocol metadata to wayland-protocol.[ch].
2008-12-22 Kristian HøgsbergAdvertise globals using a new display event.
2008-12-19 Kristian HøgsbergRemove visual debug prints.
2008-12-18 Kristian HøgsbergAdd preliminary visual support.
2008-12-16 Kristian HøgsbergRedesign the compositor / server interface.
2008-12-07 Kristian HøgsbergFix API to always include socket name length.
2008-12-02 Kristian HøgsbergPut Wayland under the MIT license.
2008-11-26 Kristian HøgsbergAdd commit request + ack event to wayland core.
2008-11-24 Kristian HøgsbergExpose screenshooting as an interface, drop SIGUSR...
2008-11-08 Kristian HøgsbergAdd prototypes warnings, use -fvisibility.
2008-11-07 Kristian HøgsbergAdd glib main loop integration, use it in flower client.
2008-11-07 Kristian HøgsbergAdd copy and damage surface requests.
2008-11-06 Kristian HøgsbergAdd a new client that draws a pointer.
2008-11-06 Kristian HøgsbergAdd crude input device support.
2008-11-06 Kristian HøgsbergDrop unused struct definition.
2008-11-06 Kristian HøgsbergHandle multiple clients better.
2008-11-06 Kristian HøgsbergUse new connection object in client code too.
2008-11-06 Kristian HøgsbergAdd surface.map request.
2008-10-07 Kristian HøgsbergBunch of new stuff: simple compositor, cairo+gem use...