summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Match libtool version info in 1.0 branchKristian Høgsberg1-0/+1
2013-01-24event-loop: fix returning the destroy-signal listenerDavid Herrmann1-1/+1
2013-01-15Add a destroy signal to the wl_event_loop objectJason Ekstrand2-0/+27
2013-01-11Added a destroy signal to the wl_display object.Jason Ekstrand2-0/+25
2012-12-12client: remove two unused function pointer typedefsPekka Paalanen1-3/+0
2012-11-30client: Add \since tag for wl_display_dispatch_queue_pending() documentationKristian Høgsberg1-0/+1
2012-11-27pkgconfig: Use configure provided directoriesQuentin Glidic2-8/+8
2012-11-27scanner: Fix wrong restriction on since fieldAnder Conselvan de Oliveira1-1/+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 Oliveira2-0/+21
2012-11-21debug: Allow WAYLAND_DEBUG=server/client for server/client side only debugKristian Høgsberg2-2/+2
2012-11-14client: Fix source comment typosMartin Olsson1-3/+3
2012-11-05client: Keep track of proxy validity and number of reference holdersJonas Ådahl2-20/+110
2012-10-21scanner: Preserve paragraph breaks in input XMLKristian Høgsberg1-3/+9
2012-10-20scanner: Fix valgrind errorsKristian Høgsberg1-8/+7
2012-10-19Rename __wl_container_of macro to just wl_container_ofKristian Høgsberg1-12/+12
2012-10-19Move un-namespaced container_of into private headerKristian Høgsberg4-4/+6
2012-10-19Move ARRAY_LENGTH out of public headersKristian Høgsberg4-6/+19
2012-10-19doc: Clarify documentation about dispatching event queuesAnder Conselvan de Oliveira2-14/+96
2012-10-17doc: Update wl_display_get_error() documentationAnder Conselvan de Oliveira1-2/+8
2012-10-17wayland-server: Fix up error handling with client creation.John Kåre Alsaker1-15/+26
2012-10-16wayland-egl: Drop ill-defined pixmap supportKristian Høgsberg1-9/+0
2012-10-16connection: Dereference id completely for comparasion.John Kåre Alsaker1-2/+2
2012-10-16connection: Removed crashing code.John Kåre Alsaker1-2/+0
2012-10-16scanner: Make sure arguments have names.John Kåre Alsaker1-0/+3
2012-10-16connection: Don't call memcpy with null pointer.John Kåre Alsaker1-3/+3
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-server: Add touch grab supportMatt Roper2-0/+101
2012-10-15wayland-client: forward fatal errors to callerDavid Herrmann2-20/+81
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-15connection: return error on buffer-overflow during readKristian Høgsberg1-0/+5
2012-10-15connection: Use uin32_t for circular buffer indexesKristian Høgsberg1-6/+6
2012-10-15connection: fix leaking FDs on buffer-overflow during readDavid Herrmann1-7/+26
2012-10-15connection: fix buffer-overflow in build_cmsg()David Herrmann1-0/+3
2012-10-15connection: close pending incoming FDs on shutdownDavid Herrmann1-0/+1
2012-10-15connection: fix buffer-overflow in close_fds()David Herrmann1-4/+6
2012-10-15connection: close pending outgoing fds on shutdownDavid Herrmann1-17/+18
2012-10-15wayland-util: return 0 on OOM in wl_map_insert_new()David Herrmann1-0/+2
2012-10-15wayland-util: return -1 if wl_array_copy() failsDavid Herrmann2-4/+10
2012-10-15wayland-client: add wl_display_get_error()David Herrmann2-3/+37
2012-10-15doc: Improve libwayland-client doxygen documentationAnder Conselvan de Oliveira2-7/+94
2012-10-15doc: Add some doxygen documentation to wayland-client entry pointsAnder Conselvan de Oliveira2-1/+178
2012-10-15scanner: use printf format attributes for desc_dumpOlivier Blin1-0/+3
2012-10-15scanner: fix writing i586 descriptionsOlivier Blin1-18/+19
2012-10-15scanner: remove useless desc_dump argumentsOlivier Blin1-1/+1