summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* scanner: Preserve paragraph breaks in input XMLKristian Høgsberg2012-10-211-3/+9
* scanner: Fix valgrind errorsKristian Høgsberg2012-10-201-8/+7
* Rename __wl_container_of macro to just wl_container_ofKristian Høgsberg2012-10-191-12/+12
* Move un-namespaced container_of into private headerKristian Høgsberg2012-10-194-4/+6
* Move ARRAY_LENGTH out of public headersKristian Høgsberg2012-10-194-6/+19
* doc: Clarify documentation about dispatching event queuesAnder Conselvan de Oliveira2012-10-192-11/+93
* doc: Update wl_display_get_error() documentationAnder Conselvan de Oliveira2012-10-171-2/+8
* wayland-server: Fix up error handling with client creation.John Kåre Alsaker2012-10-171-15/+26
* wayland-egl: Drop ill-defined pixmap supportKristian Høgsberg2012-10-161-9/+0
* connection: Dereference id completely for comparasion.John Kåre Alsaker2012-10-161-2/+2
* connection: Removed crashing code.John Kåre Alsaker2012-10-161-2/+0
* scanner: Make sure arguments have names.John Kåre Alsaker2012-10-161-0/+3
* connection: Don't call memcpy with null pointer.John Kåre Alsaker2012-10-161-3/+3
* doc: Add doxygen documentation to wl_display_get_error()Ander Conselvan de Oliveira2012-10-161-0/+7
* doc: Document change of return value of dispatch functionsAnder Conselvan de Oliveira2012-10-161-2/+3
* doc: Document the restriction of destroying queues before the displayAnder Conselvan de Oliveira2012-10-161-0/+4
* doc: Put wl_display_flush() documentation in the right placeAnder Conselvan de Oliveira2012-10-161-12/+12
* wayland-server: Add touch grab supportMatt Roper2012-10-152-0/+101
* wayland-client: forward fatal errors to callerDavid Herrmann2012-10-152-20/+81
* wayland: Take ownership of fd in wl_display_connect_to_fd()Kristian Høgsberg2012-10-151-11/+9
* wayland-client: link all event-queues of each display into a listDavid Herrmann2012-10-151-3/+17
* connection: return error on buffer-overflow during readKristian Høgsberg2012-10-151-0/+5
* connection: Use uin32_t for circular buffer indexesKristian Høgsberg2012-10-151-6/+6
* connection: fix leaking FDs on buffer-overflow during readDavid Herrmann2012-10-151-7/+26
* connection: fix buffer-overflow in build_cmsg()David Herrmann2012-10-151-0/+3
* connection: close pending incoming FDs on shutdownDavid Herrmann2012-10-151-0/+1
* connection: fix buffer-overflow in close_fds()David Herrmann2012-10-151-4/+6
* connection: close pending outgoing fds on shutdownDavid Herrmann2012-10-151-17/+18
* wayland-util: return 0 on OOM in wl_map_insert_new()David Herrmann2012-10-151-0/+2
* wayland-util: return -1 if wl_array_copy() failsDavid Herrmann2012-10-152-4/+10
* wayland-client: add wl_display_get_error()David Herrmann2012-10-152-3/+37
* doc: Improve libwayland-client doxygen documentationAnder Conselvan de Oliveira2012-10-152-7/+94
* doc: Add some doxygen documentation to wayland-client entry pointsAnder Conselvan de Oliveira2012-10-152-1/+178
* scanner: use printf format attributes for desc_dumpOlivier Blin2012-10-151-0/+3
* scanner: fix writing i586 descriptionsOlivier Blin2012-10-151-18/+19
* scanner: remove useless desc_dump argumentsOlivier Blin2012-10-151-1/+1
* client: Return number of events dispatched from dispatch functionsKristian Høgsberg2012-10-151-3/+3
* client: Add wl_display_dispatch_pending() for dispatching without readingKristian Høgsberg2012-10-152-6/+22
* client: Discard proxies with no implementation at dispatch timeKristian Høgsberg2012-10-111-2/+3
* client: Don't forget to init and destroy mutexKristian Høgsberg2012-10-111-0/+2
* connection: Print object id for new-id arguments in deubug outputKristian Høgsberg2012-10-111-2/+1
* client: Fix double locking bugAnder Conselvan de Oliveira2012-10-112-6/+2
* data-device: Don't fake an attach event on drag icon surfaceAnder Conselvan de Oliveira2012-10-111-10/+2
* Fix typecheck in case of multiple instances of type meta dataKristian Høgsberg2012-10-101-1/+15
* connection: Move object lookup out of wl_connection_demarshal()Kristian Høgsberg2012-10-104-38/+74
* Split the global registry into its own wl_registry objectKristian Høgsberg2012-10-103-147/+50
* scanner: Generate client stubs for wl_display requestsKristian Høgsberg2012-10-103-52/+0
* scanner: Send interface name and version for types new_id argsKristian Høgsberg2012-10-101-17/+46
* client: Add wl_event_queue for multi-thread dispatchingKristian Høgsberg2012-10-102-35/+123
* client: Make wl_display thread safeKristian Høgsberg2012-10-101-4/+42