Updated package changelog.
[profile/ivi/wayland.git] / src /
2013-03-21 Jonas Ådahlclient: Invoke new_id closure arguments as pointers...
2013-03-21 Jonas Ådahlclient: Check reference count only for destroyed proxies
2013-03-08 Kristian HøgsbergStylistic nitpicking
2013-03-08 Jason EkstrandClean up and refactor wl_closure and associated functions
2013-03-08 Pekka Paalanenclient: add wl_proxy_get_class()
2013-03-08 Kristian Høgsbergscanner: Fix 'destroy)' typo in check for destroy reque...
2013-03-08 Ran Benitascanner: remove list_length in favor of wl_list_length
2013-02-14 Kristian Høgsbergconnection.c: Align pointer extra storage correctly
2013-01-25 David Herrmannevent-loop: fix returning the destroy-signal listener
2013-01-15 Jason EkstrandAdd a destroy signal to the wl_event_loop object
2013-01-11 Jason EkstrandAdded a destroy signal to the wl_display object.
2012-12-12 Pekka Paalanenclient: remove two unused function pointer typedefs
2012-11-30 Kristian Høgsbergclient: Update libtool version for new entry points
2012-11-30 Kristian Høgsbergclient: Add \since tag for wl_display_dispatch_queue_pe...
2012-11-28 Quentin Glidicpkgconfig: Use configure provided directories
2012-11-27 Ander Conselvan... scanner: Fix wrong restriction on since field
2012-11-27 Jonas Ådahlclient: Don't cancel a roundtrip when any event is...
2012-11-24 Tiago Vignattidoc: Fix typos
2012-11-24 Ander Conselvan... client: Add an entry point for dispatching a queue...
2012-11-21 Kristian Høgsbergdebug: Allow WAYLAND_DEBUG=server/client for server...
2012-11-14 Martin Olssonclient: Fix source comment typos
2012-11-05 Jonas Ådahlclient: Keep track of proxy validity and number of...
2012-10-22 Kristian Høgsbergscanner: Preserve paragraph breaks in input XML
2012-10-20 Kristian Høgsbergscanner: Fix valgrind errors
2012-10-20 Kristian HøgsbergRename __wl_container_of macro to just wl_container_of
2012-10-20 Kristian HøgsbergMove un-namespaced container_of into private header
2012-10-19 Kristian HøgsbergMove ARRAY_LENGTH out of public headers
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-17 John Kåre Alsakerwayland-server: Fix up error handling with client creation.
2012-10-16 Kristian Høgsbergwayland-egl: Drop ill-defined pixmap support
2012-10-16 John Kåre Alsakerconnection: Dereference id completely for comparasion.
2012-10-16 John Kåre Alsakerconnection: Removed crashing code.
2012-10-16 John Kåre Alsakerscanner: Make sure arguments have names.
2012-10-16 John Kåre Alsakerconnection: Don't call memcpy with null pointer.
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 Matt Roperwayland-server: Add touch grab support
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 Kristian Høgsbergconnection: return error on buffer-overflow during...
2012-10-15 Kristian Høgsbergconnection: Use uin32_t for circular buffer indexes
2012-10-15 David Herrmannconnection: fix leaking FDs on buffer-overflow during...
2012-10-15 David Herrmannconnection: fix buffer-overflow in build_cmsg()
2012-10-15 David Herrmannconnection: close pending incoming FDs on shutdown
2012-10-15 David Herrmannconnection: fix buffer-overflow in close_fds()
2012-10-15 David Herrmannconnection: close pending outgoing fds on shutdown
2012-10-15 David Herrmannwayland-util: return 0 on OOM in wl_map_insert_new()
2012-10-15 David Herrmannwayland-util: return -1 if wl_array_copy() fails
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 Olivier Blinscanner: use printf format attributes for desc_dump
2012-10-15 Olivier Blinscanner: fix writing i586 descriptions
2012-10-15 Olivier Blinscanner: remove useless desc_dump arguments
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 Kristian Høgsbergconnection: Print object id for new-id arguments in...
2012-10-11 Ander Conselvan... client: Fix double locking bug
2012-10-11 Ander Conselvan... data-device: Don't fake an attach event on drag icon...
2012-10-11 Kristian HøgsbergFix typecheck in case of multiple instances of type...
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øgsbergscanner: Send interface name and version for types...
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-10-10 Rob Bradfordconnection: Add missing free from error path
2012-10-01 Kristian Høgsbergconnection: Drop unused static closures
2012-09-12 David Herrmannevent-loop: export wl_event_loop_dispatch_idle()
2012-09-11 David Herrmannwayland-server: return new ID in wl_client_add_resource()
2012-09-11 David Herrmannevent-loop: remove dead code
2012-08-16 Kristian HøgsbergAdd wl_shm_buffer_create()
2012-08-16 Kristian Høgsbergclient: Add wl_display_connect_to_fd() function
2012-08-04 Kristian Høgsbergconnection: zero out string padding
2012-07-24 Daniel StoneMore consistent ID printing
2012-07-24 Daniel StoneMake NEW_IDs nullable
2012-07-24 Daniel StoneUnstatic arg_count_for_signature and get_next_argument
2012-07-22 Mathias Fiedlerconnection: reserve id on incoming new object
2012-07-22 Mathias Fiedlerwayland-util: add method for reserving new object id
2012-07-22 Mathias Fiedlerwayland-server: send error on invalid new object id
2012-07-20 Kristian Høgsbergwayland-shm: Commit the width/height getters that actua...
2012-07-20 Kristian Høgsbergshm: Add shm_buffer getters for width and height
2012-07-20 Robert Ancellwayland-client: Add missing newline from an error message
2012-07-17 Dmitry Guryanovremove listener from wl_data_source destroy_signal...
2012-07-10 Pekka Paalanenserver: fix wl_seat_set_keyboard
2012-07-10 Pekka Paalanenserver: add lose_touch_focus()
2012-07-10 Robert Ancellscanner: Include weston-client.h as the inline function...
2012-07-10 Kristian Høgsbergwayland-shm: Add return before we hit the error clean...
2012-07-09 Martin OlssonFixup source comment in wayland-util.h and fix typo...
2012-07-09 Martin Olssonshm: Plug leak in shm_create_pool()
2012-07-09 Martin Olssonserver: Don't crash for wl_seat_set_touch(seat, NULL)
2012-07-09 Martin Olssonscanner: Plug memory leak in end_element()
next