summaryrefslogtreecommitdiff
path: root/wayland-util.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-14Move core protocol libraries into wayland/ subdirectoryKristian Høgsberg1-115/+0
2010-02-26Import Eric Anholts hash table implementationKristian Høgsberg1-76/+0
Adapted from git://people.freedesktop.org/~anholt/hash_table.
2009-09-18Add a hash remove implementationKristian Høgsberg1-3/+10
2009-09-18Export list implementationKristian Høgsberg1-8/+9
2009-02-23Include the currently pressed keys in keyboard focus event.Kristian Høgsberg1-0/+44
2008-12-22Track objects client side using a hash too.Kristian Høgsberg1-1/+2
This leads up to using the demarshal machinery for decoding events in the client library.
2008-12-14Initialize count to 0 in wl_list_length().Kristian Høgsberg1-0/+1
Not sure how this ever really worked before...
2008-12-12Make sure we initialize object hash.Kristian Høgsberg1-0/+26
This patch also move the hash implementation details to wayland-util.c.
2008-12-02Put Wayland under the MIT license.Kristian Høgsberg1-0/+22
2008-11-28Generalize event loop a bit and pull in the timerfd stuff.Kristian Høgsberg1-0/+6
2008-11-24Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg1-0/+83
This pulls in a bit of extra infrastructure for discovering adertised objects on the client side.