summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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øgsberg5-6/+21
2012-10-19configure: Depend on a more strict version of publicanTiago Vignatti1-0/+8
2012-10-19doc: Update doxygen documentation when source files are changedAnder Conselvan de Oliveira1-1/+5
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-16protocol: try to clarify wl_buffer docPekka Paalanen1-15/+13
2012-10-16protocol: say update instead of repaintPekka Paalanen1-2/+2
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-16protocol: Clarify pointer axis eventJonas Ådahl1-4/+16
2012-10-15configure.ac: Bump version to 0.99.0Kristian Høgsberg1-1/+1
2012-10-15docs: Make distcheck happyKristian Høgsberg1-8/+10
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-15protocol: Clarify pointer axis eventJonas Ådahl1-1/+4
2012-10-15configure: Make documentation option work in factTiago Vignatti2-2/+13
2012-10-15doc: doxygen: Add .gitignoreTiago Vignatti1-0/+1
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 Oliveira3-2/+180
2012-10-15doc: Split protocol description paragraphs properlyAnder Conselvan de Oliveira1-4/+25
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
2012-10-15doc: Add auto-generated Wayland Library chapterTiago Vignatti8-5/+1863
2012-10-15doc: Remove superfluous 'index'Tiago Vignatti1-1/+0
2012-10-15doc: publican: Automate version generationTiago Vignatti1-1/+6
2012-10-15doc: publican: Set table of contents depth to 1Tiago Vignatti1-1/+1