summaryrefslogtreecommitdiff
path: root/src/wayland-client.c
AgeCommit message (Expand)AuthorFilesLines
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 timeKristian 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
2012-10-10Split the global registry into its own wl_registry objectKristian Høgsberg1-110/+0
2012-10-10scanner: Generate client stubs for wl_display requestsKristian Høgsberg1-31/+0
2012-10-10client: Add wl_event_queue for multi-thread dispatchingKristian Høgsberg1-35/+115
2012-10-10client: Make wl_display thread safeKristian Høgsberg1-4/+42
2012-10-10client: Split event handling into demarshal and dispatch stepsKristian Høgsberg1-20/+48
2012-10-10Change filedescriptor API to be thread safeKristian Høgsberg1-48/+14
2012-08-16client: Add wl_display_connect_to_fd() functionKristian Høgsberg1-27/+44
2012-07-23More consistent ID printingDaniel Stone1-7/+7
2012-07-23Make NEW_IDs nullableDaniel Stone1-5/+15
2012-07-20wayland-client: Add missing newline from an error messageRobert Ancell1-1/+1
2012-06-30wayland-client: reject socket paths longer than 108 bytesDylan Noblesmith1-1/+13
2012-06-28Allocate client proxy automatically for new objectsKristian Høgsberg1-1/+26
2012-06-13connection: Always malloc closureKristian Høgsberg1-16/+14
2012-06-06client: require XDG_RUNTIME_DIRPekka Paalanen1-8/+11
2012-05-31Wayland: loggingMartin Minarik1-0/+6
2012-04-27Add wl_proxy_get_id()Kristian Høgsberg1-0/+6
2012-04-22connection: Move closure object out of wl_connectionKristian Høgsberg1-15/+16
2012-04-20os: wrap socket(SOCK_CLOEXEC) callsPekka Paalanen1-1/+2
2012-04-11Switch protocol to using serial numbers for ordering events and requestsKristian Høgsberg1-1/+1
2012-03-30Fix remaining signedness errorsKristian Høgsberg1-3/+3
2012-02-29Don't block when flushing a full protocol bufferKristian Høgsberg1-1/+4
2012-02-28Allow update function to not be set in wl_display_get_fdSamuel Rødal1-1/+3
2012-02-28Rename client side wl_display_destroy() to wl_display_disconnect()Samuel Rødal1-1/+1
2012-02-09Drop warning when we receive an event for zombie objectsKristian Høgsberg1-1/+0
2011-12-17Increase closure buffer size and fail gracefully for too big closures.Laszlo Agocs1-1/+6