profile/ivi/wayland.git
2013-01-11 Jason EkstrandAdded a destroy signal to the wl_display object.
2012-12-14 Kristian Høgsbergconfigure.ac: Bump version to 1.0.3
2012-12-12 Pekka Paalanenclient: remove two unused function pointer typedefs
2012-12-03 Pekka Paalanentests: rename temporary files
2012-12-03 Sven Joachimtests: Don't leave temporary files behind
2012-12-03 Jonas Ådahlman, configure.ac: Only generate man pages if we can...
2012-12-03 Jonas Ådahldoc: Only generate Wayland documentation if xsltproc...
2012-11-30 Kristian Høgsbergconfigure.ac: Bump version to 1.0.2
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-19 Kristian Høgsbergconfigure.ac: Bump version to 1.0.1
2012-11-19 Kristian Høgsbergdoc: Fix out-of-source build so distcheck works again
2012-11-19 Kristian HøgsbergFix distcheck by adding back protocol/Makefile.am
2012-11-19 Kristian Høgsbergprotocol: Fix copy and paste summary
2012-11-19 Kristian Høgsbergprotocol: Add summary description for wl_data_device_ma...
2012-11-14 Martin Olssonclient: Fix source comment typos
2012-11-12 Tiago Vignattidoc: Fix incorrectly formatted section header
2012-11-12 Tiago Vignattidoc: Update .gitignore
2012-11-12 Tiago Vignattidoc: Set publican to quiet mode
2012-11-12 Tiago Vignattidoc: Remove unused css and xslt for the protocol
2012-11-12 Tiago Vignattidoc: Auto-generate API methods and classes documentation
2012-11-12 Tiago Vignattidoc: doxygen: Interpret the first line comment as the...
2012-11-07 Jonas Ådahltests: Add out of order delete_id queue tests
2012-11-07 Jonas Ådahltests: Use a pipe for synchronization to avoid potentia...
2012-11-05 Jonas Ådahltests: Add queue test case
2012-11-05 Jonas Ådahlclient: Keep track of proxy validity and number of...
2012-10-29 Kristian Høgsbergdoc: Remove obsolete doxygen tags
2012-10-22 Kristian Høgsbergconfigure.ac: Bump version to 1.0.0
2012-10-22 Kristian Høgsbergscanner: Preserve paragraph breaks in input XML
2012-10-22 Kristian Høgsbergdoc: Fix typo in generated section header
2012-10-22 Kristian Høgsbergwayland: Add protocol documentation for various interfaces
2012-10-22 Kristian HøgsbergUpdate TODO
2012-10-21 Kristian Høgsbergtests: Include wayland-private.h for container_of
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 Tiago Vignatticonfigure: Depend on a more strict version of publican
2012-10-19 Ander Conselvan... doc: Update doxygen documentation when source files...
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 Pekka Paalanenprotocol: try to clarify wl_buffer doc
2012-10-16 Pekka Paalanenprotocol: say update instead of repaint
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-16 Jonas Ådahlprotocol: Clarify pointer axis event
2012-10-16 Kristian Høgsbergconfigure.ac: Bump version to 0.99.0
2012-10-16 Kristian Høgsbergdocs: Make distcheck happy
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 Jonas Ådahlprotocol: Clarify pointer axis event
2012-10-15 Tiago Vignatticonfigure: Make documentation option work in fact
2012-10-15 Tiago Vignattidoc: doxygen: Add .gitignore
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 Ander Conselvan... doc: Split protocol description paragraphs properly
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 Tiago Vignattidoc: Add auto-generated Wayland Library chapter
2012-10-15 Tiago Vignattidoc: Remove superfluous 'index'
2012-10-15 Tiago Vignattidoc: publican: Automate version generation
2012-10-15 Tiago Vignattidoc: publican: Set table of contents depth to 1
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 Pekka Paalanenprotocol: clarify multiple wl_surface.attach
2012-10-11 Ander Conselvan... data-device: Don't fake an attach event on drag icon...
2012-10-11 Pekka Paalanenprotocol: fix clarification of input region on drags...
2012-10-11 Pekka Paalanenprotocol: elaborate on wl_buffer
2012-10-11 Pekka Paalanenprotocol: wl_surface.frame needs wl_surface.commit
next