summaryrefslogtreecommitdiff
path: root/src/wayland-client.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09client: Handle EINTR in wl_display_dispatch_queue()Kristian Høgsberg1-1/+5
2013-12-09doc: Fix spelling of parametersJonas Ådahl1-2/+2
2013-12-04client: Make wl_proxy_set_queue() with NULL revert to default queueNeil Roberts1-1/+4
2013-11-15client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg1-54/+157
2013-09-25client: Fix handling display->reader_count if poll failsNeil Roberts1-1/+3
2013-09-21client: fix an inconsistency in documentationChang Liu1-1/+1
2013-08-19Add support for client-side language bindingsJason Ekstrand1-9/+81
2013-08-12wayland-client: Add wl_proxy_get_listenerRob Bradford1-0/+19
2013-08-08client: Improve spelling and grammar in commentsBryce W. Harrington1-6/+6
2013-07-29client: Simply wl_display_dispatch_queue_pending() and fix return valueJiergir Ogoerg1-7/+4
2013-07-13wayland-client: Handle potential NULL-derefKristian Høgsberg1-0/+2
2013-07-09wayland-server: Don't close display fd in fatal error handlerKristian Høgsberg1-4/+1
2013-07-09wayland-server: Return 0 from read_events() in case of EAGAINKristian Høgsberg1-2/+4
2013-07-09wayland-client: Treat EOF when reading the wayland socket as an errorNeil Roberts1-0/+8
2013-07-02server: Make wl_object and wl_resource opaque structsKristian Høgsberg1-2/+3
2013-06-17client: Add wl_display_prepare_read() API to relax thread model assumptionsKristian Høgsberg1-52/+259
2013-06-05Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flagJason Ekstrand1-6/+6
2013-06-05Add a "side" field and some sanity checks to wl_map.Jason Ekstrand1-6/+4
2013-04-04wayland-client: Avoid null dereference when handling deletionRob Bradford1-1/+5
2013-04-02docs: Document non-blocking behaviour of wl_display_flush()Kristian Høgsberg1-1/+6
2013-03-18Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand1-2/+2
2013-03-17client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl1-1/+1
2013-03-17client: Check reference count only for destroyed proxiesJonas Ådahl1-3/+3
2013-02-26Clean up and refactor wl_closure and associated functionsJason Ekstrand1-14/+14
2013-02-26client: add wl_proxy_get_class()Pekka Paalanen1-0/+12
2012-11-30client: Add \since tag for wl_display_dispatch_queue_pending() documentationKristian Høgsberg1-0/+1
2012-11-27client: Don't cancel a roundtrip when any event is receivedJonas Ådahl1-1/+4
2012-11-23doc: Fix typosTiago Vignatti1-2/+2
2012-11-23client: Add an entry point for dispatching a queue without blockingAnder Conselvan de Oliveira1-0/+19
2012-11-21debug: Allow WAYLAND_DEBUG=server/client for server/client side only debugKristian Høgsberg1-1/+1
2012-11-14client: Fix source comment typosMartin Olsson1-3/+3
2012-11-05client: Keep track of proxy validity and number of reference holdersJonas Ådahl1-20/+108
2012-10-19doc: Clarify documentation about dispatching event queuesAnder Conselvan de Oliveira1-2/+56
2012-10-17doc: Update wl_display_get_error() documentationAnder Conselvan de Oliveira1-2/+8
2012-10-16doc: Add doxygen documentation to wl_display_get_error()Ander Conselvan de Oliveira1-0/+7
2012-10-16doc: Document change of return value of dispatch functionsAnder Conselvan de Oliveira1-2/+3
2012-10-16doc: Document the restriction of destroying queues before the displayAnder Conselvan de Oliveira1-0/+4
2012-10-16doc: Put wl_display_flush() documentation in the right placeAnder Conselvan de Oliveira1-12/+12
2012-10-15wayland-client: forward fatal errors to callerDavid Herrmann1-19/+80
2012-10-15wayland: Take ownership of fd in wl_display_connect_to_fd()Kristian Høgsberg1-11/+9
2012-10-15wayland-client: link all event-queues of each display into a listDavid Herrmann1-3/+17
2012-10-15wayland-client: add wl_display_get_error()David Herrmann1-3/+36
2012-10-15doc: Improve libwayland-client doxygen documentationAnder Conselvan de Oliveira1-7/+46
2012-10-15doc: Add some doxygen documentation to wayland-client entry pointsAnder Conselvan de Oliveira1-1/+169
2012-10-15client: Return number of events dispatched from dispatch functionsKristian Høgsberg1-3/+3
2012-10-15client: Add wl_display_dispatch_pending() for dispatching without readingKristian Høgsberg1-6/+21
2012-10-11client: Discard proxies with no implementation at dispatch timenextKristian Høgsberg1-2/+3
2012-10-11client: Don't forget to init and destroy mutexKristian Høgsberg1-0/+2
2012-10-11client: Fix double locking bugAnder Conselvan de Oliveira1-3/+2
2012-10-10connection: Move object lookup out of wl_connection_demarshal()Kristian Høgsberg1-6/+13