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