client: Keep track of proxy validity and number of reference holders
[profile/ivi/wayland.git] / src / wayland-client.c
2012-11-05 Jonas Ådahlclient: Keep track of proxy validity and number of...
2012-10-19 Ander Conselvan... doc: Clarify documentation about dispatching event...
2012-10-17 Ander Conselvan... doc: Update wl_display_get_error() documentation
2012-10-16 Ander Conselvan... doc: Add doxygen documentation to wl_display_get_error()
2012-10-16 Ander Conselvan... doc: Document change of return value of dispatch functions
2012-10-16 Ander Conselvan... doc: Document the restriction of destroying queues...
2012-10-16 Ander Conselvan... doc: Put wl_display_flush() documentation in the right...
2012-10-15 David Herrmannwayland-client: forward fatal errors to caller
2012-10-15 Kristian Høgsbergwayland: Take ownership of fd in wl_display_connect_to_fd()
2012-10-15 David Herrmannwayland-client: link all event-queues of each display...
2012-10-15 David Herrmannwayland-client: add wl_display_get_error()
2012-10-15 Ander Conselvan... doc: Improve libwayland-client doxygen documentation
2012-10-15 Ander Conselvan... doc: Add some doxygen documentation to wayland-client...
2012-10-15 Kristian Høgsbergclient: Return number of events dispatched from dispatc...
2012-10-15 Kristian Høgsbergclient: Add wl_display_dispatch_pending() for dispatchi...
2012-10-11 Kristian Høgsbergclient: Discard proxies with no implementation at dispa...
2012-10-11 Kristian Høgsbergclient: Don't forget to init and destroy mutex
2012-10-11 Ander Conselvan... client: Fix double locking bug
2012-10-11 Kristian Høgsbergconnection: Move object lookup out of wl_connection_dem...
2012-10-11 Kristian HøgsbergSplit the global registry into its own wl_registry...
2012-10-11 Kristian Høgsbergscanner: Generate client stubs for wl_display requests
2012-10-11 Kristian Høgsbergclient: Add wl_event_queue for multi-thread dispatching
2012-10-11 Kristian Høgsbergclient: Make wl_display thread safe
2012-10-11 Kristian Høgsbergclient: Split event handling into demarshal and dispatc...
2012-10-11 Kristian HøgsbergChange filedescriptor API to be thread safe
2012-08-16 Kristian Høgsbergclient: Add wl_display_connect_to_fd() function
2012-07-24 Daniel StoneMore consistent ID printing
2012-07-24 Daniel StoneMake NEW_IDs nullable
2012-07-20 Robert Ancellwayland-client: Add missing newline from an error message
2012-06-30 Dylan Noblesmithwayland-client: reject socket paths longer than 108...
2012-06-29 Kristian HøgsbergAllocate client proxy automatically for new objects
2012-06-13 Kristian Høgsbergconnection: Always malloc closure
2012-06-06 Pekka Paalanenclient: require XDG_RUNTIME_DIR
2012-05-31 Martin MinarikWayland: logging
2012-04-27 Kristian HøgsbergAdd wl_proxy_get_id()
2012-04-22 Kristian Høgsbergconnection: Move closure object out of wl_connection
2012-04-20 Pekka Paalanenos: wrap socket(SOCK_CLOEXEC) calls
2012-04-12 Kristian HøgsbergSwitch protocol to using serial numbers for ordering...
2012-03-30 Kristian HøgsbergFix remaining signedness errors
2012-02-29 Kristian HøgsbergMerge remote-tracking branch 'whot/publican'
2012-02-29 Kristian HøgsbergDon't block when flushing a full protocol buffer
2012-02-28 Samuel RødalAllow update function to not be set in wl_display_get_fd
2012-02-28 Samuel RødalRename client side wl_display_destroy() to wl_display_d...
2012-02-09 Kristian HøgsbergDrop warning when we receive an event for zombie objects
2011-12-17 Laszlo AgocsIncrease closure buffer size and fail gracefully for...
2011-12-14 Andy NicholsRemoved superfluous call to wl_copy_connection
2011-12-13 Pekka Paalanenclient: fix a strdup memory leak
2011-12-05 Pekka Paalanenclient: unset WAYLAND_SOCKET env variable
2011-11-23 Kristian HøgsbergNew drag and drop / selection protocol
2011-11-22 Kristian HøgsbergAdd support for server allocated object IDs
2011-11-18 Kristian HøgsbergMove private definitions and prototypes to new wayland...
2011-11-17 Kristian HøgsbergIntroduce wl_resource_queue_event() for sending events...
2011-11-17 Kristian HøgsbergAdd display event to acknowledge ID deletion
2011-10-20 Kristian Høgsbergdebug: Print debug message when client wakes up
2011-08-27 Kristian HøgsbergDon't special case object ID 1 lookup
2011-08-27 Kristian HøgsbergStore objects in wl_map data structure
2011-08-27 Kristian HøgsbergRemove range protocol
2011-08-27 Kristian HøgsbergBind globals to client provided object IDs
2011-08-27 Kristian Høgsbergserver: Hand code all wl_display client stubs
2011-08-27 Kristian HøgsbergUse a callback object instead of ad-hoc lists for sync...
2011-08-12 Kristian HøgsbergRename source subdir from wayland to src