Age | Commit message (Expand) | Author | Files | Lines |
2013-03-17 | lock-fdpointer-lock | Kristian Høgsberg | 2 | -3/+32 |
2013-02-28 | wayland-server: Add a wl_pointer_grab flag for relative motion grabs | Kristian Høgsberg | 2 | -0/+2 |
2013-02-28 | scanner: Emit wl_*_destroy stub even if interface has a destructor | Kristian Høgsberg | 1 | -1/+1 |
2013-02-26 | Stylistic nitpicking | Kristian Høgsberg | 1 | -5/+5 |
2013-02-26 | Clean up and refactor wl_closure and associated functions | Jason Ekstrand | 4 | -355/+402 |
2013-02-26 | client: add wl_proxy_get_class() | Pekka Paalanen | 2 | -0/+13 |
2013-02-25 | scanner: Fix 'destroy)' typo in check for destroy request presence | Kristian Høgsberg | 1 | -1/+1 |
2013-02-25 | scanner: remove list_length in favor of wl_list_length | Ran Benita | 1 | -14/+2 |
2013-02-04 | connection.c: Align pointer extra storage correctly | Kristian Høgsberg | 1 | -4/+18 |
2013-01-28 | Match libtool version info in 1.0 branch | Kristian Høgsberg | 1 | -0/+1 |
2013-01-24 | event-loop: fix returning the destroy-signal listener | David Herrmann | 1 | -1/+1 |
2013-01-15 | Add a destroy signal to the wl_event_loop object | Jason Ekstrand | 2 | -0/+27 |
2013-01-11 | Added a destroy signal to the wl_display object. | Jason Ekstrand | 2 | -0/+25 |
2012-12-12 | client: remove two unused function pointer typedefs | Pekka Paalanen | 1 | -3/+0 |
2012-11-30 | client: Add \since tag for wl_display_dispatch_queue_pending() documentation | Kristian Høgsberg | 1 | -0/+1 |
2012-11-27 | pkgconfig: Use configure provided directories | Quentin Glidic | 2 | -8/+8 |
2012-11-27 | scanner: Fix wrong restriction on since field | Ander Conselvan de Oliveira | 1 | -1/+1 |
2012-11-27 | client: Don't cancel a roundtrip when any event is received | Jonas Ådahl | 1 | -1/+4 |
2012-11-23 | doc: Fix typos | Tiago Vignatti | 1 | -2/+2 |
2012-11-23 | client: Add an entry point for dispatching a queue without blocking | Ander Conselvan de Oliveira | 2 | -0/+21 |
2012-11-21 | debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug | Kristian Høgsberg | 2 | -2/+2 |
2012-11-14 | client: Fix source comment typos | Martin Olsson | 1 | -3/+3 |
2012-11-05 | client: Keep track of proxy validity and number of reference holders | Jonas Ådahl | 2 | -20/+110 |
2012-10-21 | scanner: Preserve paragraph breaks in input XML | Kristian Høgsberg | 1 | -3/+9 |
2012-10-20 | scanner: Fix valgrind errors | Kristian Høgsberg | 1 | -8/+7 |
2012-10-19 | Rename __wl_container_of macro to just wl_container_of | Kristian Høgsberg | 1 | -12/+12 |
2012-10-19 | Move un-namespaced container_of into private header | Kristian Høgsberg | 4 | -4/+6 |
2012-10-19 | Move ARRAY_LENGTH out of public headers | Kristian Høgsberg | 4 | -6/+19 |
2012-10-19 | doc: Clarify documentation about dispatching event queues | Ander Conselvan de Oliveira | 2 | -14/+96 |
2012-10-17 | doc: Update wl_display_get_error() documentation | Ander Conselvan de Oliveira | 1 | -2/+8 |
2012-10-17 | wayland-server: Fix up error handling with client creation. | John Kåre Alsaker | 1 | -15/+26 |
2012-10-16 | wayland-egl: Drop ill-defined pixmap support | Kristian Høgsberg | 1 | -9/+0 |
2012-10-16 | connection: Dereference id completely for comparasion. | John Kåre Alsaker | 1 | -2/+2 |
2012-10-16 | connection: Removed crashing code. | John Kåre Alsaker | 1 | -2/+0 |
2012-10-16 | scanner: Make sure arguments have names. | John Kåre Alsaker | 1 | -0/+3 |
2012-10-16 | connection: Don't call memcpy with null pointer. | John Kåre Alsaker | 1 | -3/+3 |
2012-10-16 | doc: Add doxygen documentation to wl_display_get_error() | Ander Conselvan de Oliveira | 1 | -0/+7 |
2012-10-16 | doc: Document change of return value of dispatch functions | Ander Conselvan de Oliveira | 1 | -2/+3 |
2012-10-16 | doc: Document the restriction of destroying queues before the display | Ander Conselvan de Oliveira | 1 | -0/+4 |
2012-10-16 | doc: Put wl_display_flush() documentation in the right place | Ander Conselvan de Oliveira | 1 | -12/+12 |
2012-10-15 | wayland-server: Add touch grab support | Matt Roper | 2 | -0/+101 |
2012-10-15 | wayland-client: forward fatal errors to caller | David Herrmann | 2 | -20/+81 |
2012-10-15 | wayland: Take ownership of fd in wl_display_connect_to_fd() | Kristian Høgsberg | 1 | -11/+9 |
2012-10-15 | wayland-client: link all event-queues of each display into a list | David Herrmann | 1 | -3/+17 |
2012-10-15 | connection: return error on buffer-overflow during read | Kristian Høgsberg | 1 | -0/+5 |
2012-10-15 | connection: Use uin32_t for circular buffer indexes | Kristian Høgsberg | 1 | -6/+6 |
2012-10-15 | connection: fix leaking FDs on buffer-overflow during read | David Herrmann | 1 | -7/+26 |
2012-10-15 | connection: fix buffer-overflow in build_cmsg() | David Herrmann | 1 | -0/+3 |
2012-10-15 | connection: close pending incoming FDs on shutdown | David Herrmann | 1 | -0/+1 |
2012-10-15 | connection: fix buffer-overflow in close_fds() | David Herrmann | 1 | -4/+6 |