summaryrefslogtreecommitdiffstats
path: root/src/wayland-client.c
Commit message (Expand)AuthorAgeFilesLines
* client: Include poll.h instead of sys/poll.hJonas 'Sortie' Termansen2014-01-171-1/+1
* client: Handle EINTR in wl_display_dispatch_queue()Kristian Høgsberg2013-12-091-1/+5
* doc: Fix spelling of parametersJonas Ådahl2013-12-091-2/+2
* client: Make wl_proxy_set_queue() with NULL revert to default queueNeil Roberts2013-12-041-1/+4
* client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg2013-11-151-54/+157
* client: Fix handling display->reader_count if poll failsNeil Roberts2013-09-251-1/+3
* client: fix an inconsistency in documentationChang Liu2013-09-211-1/+1
* Add support for client-side language bindingsJason Ekstrand2013-08-191-9/+81
* wayland-client: Add wl_proxy_get_listenerRob Bradford2013-08-121-0/+19
* client: Improve spelling and grammar in commentsBryce W. Harrington2013-08-081-6/+6
* client: Simply wl_display_dispatch_queue_pending() and fix return valueJiergir Ogoerg2013-07-291-7/+4
* wayland-client: Handle potential NULL-derefKristian Høgsberg2013-07-131-0/+2
* wayland-server: Don't close display fd in fatal error handlerKristian Høgsberg2013-07-091-4/+1
* wayland-server: Return 0 from read_events() in case of EAGAINKristian Høgsberg2013-07-091-2/+4
* wayland-client: Treat EOF when reading the wayland socket as an errorNeil Roberts2013-07-091-0/+8
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-021-2/+3
* client: Add wl_display_prepare_read() API to relax thread model assumptionsKristian Høgsberg2013-06-171-51/+258
* Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flagJason Ekstrand2013-06-051-6/+6
* Add a "side" field and some sanity checks to wl_map.Jason Ekstrand2013-06-051-6/+4
* wayland-client: Avoid null dereference when handling deletionRob Bradford2013-04-041-1/+5
* docs: Document non-blocking behaviour of wl_display_flush()Kristian Høgsberg2013-04-021-1/+6
* Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand2013-03-181-2/+2
* client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2013-03-171-1/+1
* client: Check reference count only for destroyed proxiesJonas Ådahl2013-03-171-3/+3
* Clean up and refactor wl_closure and associated functionsJason Ekstrand2013-02-261-14/+14
* client: add wl_proxy_get_class()Pekka Paalanen2013-02-261-0/+12
* client: Add \since tag for wl_display_dispatch_queue_pending() documentationKristian Høgsberg2012-11-301-0/+1
* client: Don't cancel a roundtrip when any event is receivedJonas Ådahl2012-11-271-1/+4
* doc: Fix typosTiago Vignatti2012-11-231-2/+2
* client: Add an entry point for dispatching a queue without blockingAnder Conselvan de Oliveira2012-11-231-0/+19
* debug: Allow WAYLAND_DEBUG=server/client for server/client side only debugKristian Høgsberg2012-11-211-1/+1
* client: Fix source comment typosMartin Olsson2012-11-141-3/+3
* client: Keep track of proxy validity and number of reference holdersJonas Ådahl2012-11-051-20/+108
* doc: Clarify documentation about dispatching event queuesAnder Conselvan de Oliveira2012-10-191-2/+56
* doc: Update wl_display_get_error() documentationAnder Conselvan de Oliveira2012-10-171-2/+8
* doc: Add doxygen documentation to wl_display_get_error()Ander Conselvan de Oliveira2012-10-161-0/+7
* doc: Document change of return value of dispatch functionsAnder Conselvan de Oliveira2012-10-161-2/+3
* doc: Document the restriction of destroying queues before the displayAnder Conselvan de Oliveira2012-10-161-0/+4
* doc: Put wl_display_flush() documentation in the right placeAnder Conselvan de Oliveira2012-10-161-12/+12
* wayland-client: forward fatal errors to callerDavid Herrmann2012-10-151-19/+80
* wayland: Take ownership of fd in wl_display_connect_to_fd()Kristian Høgsberg2012-10-151-11/+9
* wayland-client: link all event-queues of each display into a listDavid Herrmann2012-10-151-3/+17
* wayland-client: add wl_display_get_error()David Herrmann2012-10-151-3/+36
* doc: Improve libwayland-client doxygen documentationAnder Conselvan de Oliveira2012-10-151-7/+46
* doc: Add some doxygen documentation to wayland-client entry pointsAnder Conselvan de Oliveira2012-10-151-1/+169
* client: Return number of events dispatched from dispatch functionsKristian Høgsberg2012-10-151-3/+3
* client: Add wl_display_dispatch_pending() for dispatching without readingKristian Høgsberg2012-10-151-6/+21
* client: Discard proxies with no implementation at dispatch timeKristian Høgsberg2012-10-111-2/+3
* client: Don't forget to init and destroy mutexKristian Høgsberg2012-10-111-0/+2
* client: Fix double locking bugAnder Conselvan de Oliveira2012-10-111-3/+2