summaryrefslogtreecommitdiff
path: root/wayland-client.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-22Add new surfaces to client hash table.Kristian Høgsberg1-0/+1
2009-01-26Add a toy-display object that caches state.Kristian Høgsberg1-3/+0
2008-12-30Add listener interfaces for output and input_device objects.Kristian Høgsberg1-137/+231
2008-12-24Add client side demarshalling for events.Kristian Høgsberg1-147/+129
2008-12-22Track objects client side using a hash too.Kristian Høgsberg1-24/+51
2008-12-22Add a proxy for the server side output object.Kristian Høgsberg1-13/+31
2008-12-21Add hook to allow globals to send cold-plug events to new clients.Kristian Høgsberg1-0/+27
2008-12-21Also check for interface version wl_display_get_object_id().Kristian Høgsberg1-4/+6
2008-12-21Send client id range as an event.Kristian Høgsberg1-25/+49
2008-12-21Move protocol metadata to wayland-protocol.[ch].Kristian Høgsberg1-86/+73
2008-12-21Advertise globals using a new display event.Kristian Høgsberg1-26/+39
2008-12-19Remove visual debug prints.Kristian Høgsberg1-4/+0
2008-12-18Add preliminary visual support.Kristian Høgsberg1-2/+55
2008-12-15Redesign the compositor / server interface.Kristian Høgsberg1-12/+35
2008-12-07Fix API to always include socket name length.Kristian Høgsberg1-6/+6
2008-12-02Put Wayland under the MIT license.Kristian Høgsberg1-0/+22
2008-11-25Add commit request + ack event to wayland core.Kristian Høgsberg1-6/+20
2008-11-24Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg1-8/+61
2008-11-08Add prototypes warnings, use -fvisibility.Kristian Høgsberg1-16/+21
2008-11-07Add glib main loop integration, use it in flower client.Kristian Høgsberg1-4/+28
2008-11-07Add copy and damage surface requests.Kristian Høgsberg1-3/+42
2008-11-06Add a new client that draws a pointer.Kristian Høgsberg1-6/+20
2008-11-06Add crude input device support.Kristian Høgsberg1-9/+8
2008-11-06Drop unused struct definition.Kristian Høgsberg1-5/+0
2008-11-06Handle multiple clients better.Kristian Høgsberg1-1/+4
2008-11-06Use new connection object in client code too.Kristian Høgsberg1-95/+53
2008-11-06Add surface.map request.Kristian Høgsberg1-1/+37
2008-10-07Bunch of new stuff: simple compositor, cairo+gem use in client, events.Kristian Høgsberg1-0/+214