[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

wayland: Changes to 'refs/tags/1.0.0'



Tag '1.0.0' created by Kristian Høgsberg <krh@bitplanet.net> at 2012-10-22 22:48 +0000

1.0.0

Changes since 0.99.0:
Ander Conselvan de Oliveira (7):
      doc: Put wl_display_flush() documentation in the right place
      doc: Document the restriction of destroying queues before the display
      doc: Document change of return value of dispatch functions
      doc: Add doxygen documentation to wl_display_get_error()
      doc: Update wl_display_get_error() documentation
      doc: Clarify documentation about dispatching event queues
      doc: Update doxygen documentation when source files are changed

John Kåre Alsaker (5):
      connection: Don't call memcpy with null pointer.
      scanner: Make sure arguments have names.
      connection: Removed crashing code.
      connection: Dereference id completely for comparasion.
      wayland-server: Fix up error handling with client creation.

Jonas Ådahl (1):
      protocol: Clarify pointer axis event

Kristian Høgsberg (11):
      wayland-egl: Drop ill-defined pixmap support
      Move ARRAY_LENGTH out of public headers
      Move un-namespaced container_of into private header
      Rename __wl_container_of macro to just wl_container_of
      scanner: Fix valgrind errors
      tests: Include wayland-private.h for container_of
      Update TODO
      wayland: Add protocol documentation for various interfaces
      doc: Fix typo in generated section header
      scanner: Preserve paragraph breaks in input XML
      configure.ac: Bump version to 1.0.0

Pekka Paalanen (2):
      protocol: say update instead of repaint
      protocol: try to clarify wl_buffer doc

Tiago Vignatti (1):
      configure: Depend on a more strict version of publican

---
 TODO                                |   21 ----
 configure.ac                        |   12 ++
 cursor/wayland-cursor.c             |    2 
 doc/Wayland/protocol-to-docbook.xsl |    4 
 doc/doxygen/Makefile.am             |    6 +
 protocol/wayland.xml                |  159 ++++++++++++++++++++++++++++--------
 src/connection.c                    |   12 +-
 src/data-device.c                   |    1 
 src/event-loop.c                    |    1 
 src/scanner.c                       |   50 +++++++----
 src/wayland-client.c                |   92 ++++++++++++++++++--
 src/wayland-client.h                |   52 +++++++++--
 src/wayland-egl.h                   |    9 --
 src/wayland-private.h               |    6 +
 src/wayland-server.c                |   41 +++++----
 src/wayland-shm.c                   |    1 
 src/wayland-util.h                  |   30 ++----
 tests/client-test.c                 |    1 
 18 files changed, 356 insertions(+), 144 deletions(-)
---


Reply to: