connection: close pending outgoing fds on shutdown
[profile/ivi/wayland.git] / src /
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()
2012-07-02 Christopher James... protocol: Add explicit nullable types
2012-06-30 Dylan Noblesmithwayland-client: reject socket paths longer than 108...
2012-06-30 Dylan Noblesmithwayland-server: reject socket paths longer than 108...
2012-06-30 Dylan Noblesmithwayland-server: add more logging of errors
2012-06-30 Dylan Noblesmithwayland-server: fix socket ownership race condition
2012-06-30 Dylan Noblesmithwayland-server: fix fd leak on error path
2012-06-30 Dylan Noblesmithdrop use of strerror()
2012-06-30 Dylan Noblesmithwayland-server: reduce use of magic numbers
2012-06-29 Kristian HøgsbergAllocate client proxy automatically for new objects
2012-06-22 Kristian HøgsbergSend modifier event to pointer focus when it changes too
2012-06-22 Kristian HøgsbergSend keyboard modifier event using the keyboard resource
2012-06-22 Daniel StoneMaintain keyboard modifier state in wayland-server
2012-06-18 Kristian Høgsbergdata-device: Fix list corruption when the source goes...
2012-06-13 Kristian Høgsbergconnection: Set closure->start in demarshal too
2012-06-13 Kristian Høgsbergconnection: Always malloc closure
2012-06-13 Jonas Ådahlwayland-server: Add destroy signal to wl_seat
2012-06-13 Jonas Ådahlwayland-util: wl_list_insert_list() should accept empty...
2012-06-06 Pekka Paalanenserver: require XDG_RUNTIME_DIR
2012-06-06 Pekka Paalanenclient: require XDG_RUNTIME_DIR
2012-06-05 Kristian HøgsbergAdd a focus change signal for wl_pointer and wl_keyboard
2012-06-03 Kristian Høgsbergdata-device: Don't implement data source through data...
2012-06-01 Kristian Høgsbergdata-device: Handle setting a NULL selection source
2012-06-01 Kristian Høgsbergdata-device: Emit selection_signal also when we lose...
2012-06-01 Kristian Høgsbergdata-device: Only send out NULL selection if we have...
2012-05-31 Daniel StoneAdd key_state and button_state enums
2012-05-31 Daniel Stonewl_keyboard: Add modifier event
2012-05-31 Daniel StoneAlways reset keyboard and pointer focus
2012-05-31 Martin MinarikWayland: logging: replace printf by wl_log
2012-05-31 Martin MinarikWayland: logging
2012-05-29 Pekka Paalanenbuild: add uninstalled pkg-config files
2012-05-29 Ander Conselvan... data-device: implement drags with no data source for...
2012-05-26 Ander Conselvan... data-device: fix crash when a client dies during a...
2012-05-23 Ander Conselvan... shm: use mremap on pool resize
2012-05-22 Rob Bradfordshm: Zero busy count for allocated buffers
2012-05-22 Rob Bradfordserver: Initialise serial number counter for wl_display
2012-05-22 Ander Conselvan... shm: Add request for resizing pools
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-14 Kristian HøgsbergOptimize wl_fixed_t to/from double conversion functions
2012-05-08 Daniel StoneInput: Convert pointer co-ordinates to signed_24_8
2012-05-08 Daniel StoneAdd support for signed 24.8 decimal numbers
2012-05-08 Kristian Høgsbergevent-loop: Delete fd from epoll when removing event...
2012-05-08 Kristian Høgsbergevent-loop: Consolidate code for setting up new sources
2012-05-08 Tiago Vignattievent-loop: fix conditional checking
2012-05-08 Kristian Høgsbergscanner: Generalize desc_dump() to handle hanging indents
2012-05-08 Kristian Høgsbergscanner: Fix desc_dump() to not extend beyond column 72
2012-05-08 Kristian Høgsbergscanner: Use indent() function in desc_dump()
2012-05-07 Daniel StoneUse unsigned for key/button up/down state in grabs
2012-05-02 Nicolas Pouillonserver: Post new globals to current clients
2012-04-27 Kristian HøgsbergAdd wl_proxy_get_id()
next