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

xcb-util-image: Changes to 'refs/tags/0.3.0'



Tag '0.3.0' created by Julien Danjou <julien@danjou.info> at 2008-09-17 12:07 +0000

Release xcb-util 0.3.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkjQ8v0ACgkQpGK1HsL+5c3oZACfeBDe5wkI/8hcM/ccvqNr1dI4
ZdoAoKr6A1RZyILM8rEUSW6HejFcmm1s
=yKLc
-----END PGP SIGNATURE-----

Changes since 0.2.1:
Arnaud Fontaine (15):
      [icccm] Make xcb_get_text_property() public as it might be useful for
      [property] Add missing xcb_get_any_property_unchecked().
      [atom] Move '*discriminated_atom*' functions from icccm to atom
      [icccm] Make xcb_get_text_property() and functions relying on it
      [icccm] Make xcb_get_wm_transient_for() asynchronous and document the code.
      [icccm] Make xcb_get_wm_size_hints() and xcb_get_wm_normal_hints()
      [icccm] Make xcb_get_wm_hints() asynchronous, remove useless functions
      [icccm] Make xcb_get_wm_protocols() asynchronous and document the
      [icccm] Fix namespace according to XCB code in general.
      [icccm] Add copyright notices.
      [icccm] Add functions to get WM_CLASS property.
      [icccm] Avoid InternAtom request.
      [icccm] Comment and indent the code properly.
      [icccm] Bump library version number to 0.3.0.
      wm: tag_t was renamed to xcb_atom_fast_tag_t.

Henning Sten (2):
      return on error to avoid null dereference in assert
      add doxygen documentation markup for XCB_EVENT_RESPONSE_TYPE_MASK macro

Julien Danjou (15):
      icccm: fix memory leak in xcb_get_wm_hints()
      icccm: fix wrong variable initialization
      icccm: free reply in wm hints retrieval
      atom: prefix functions and types
      atom: bump version info
      atom: include xcb headers
      property: rewrite property handler interface
      icccm: allow information retrieval from reply
      event: rework, rename and add some documentation
      event: define XCB_EVENT_RESPONSE_TYPE_MASK
      reply: rework and add some documentation
      Remove NEWS
      doc: add various authors, remove old todo item
      doc: enable doxygen doc in various submodule
      icccm: introduce xcb_get_wm_transient_for_from_reply

Keith Packard (4):
      Add image conversion test case for 'make check'
      xcb_mask must not be zero when n == 32.
      Rework image format conversion code to pass test_swap test case.
      Add test_swap to image/.gitignore

---
 Doxyfile                |    6 
 NEWS                    |   14 
 atom/Makefile.am        |    1 
 atom/atoms.gperf.m4     |   90 +++
 atom/xcb_atom.h.m4      |   28 -
 aux/xcb_bitops.h        |    2 
 configure.ac            |    3 
 event/Makefile.am       |    3 
 event/event.c           |  117 +++++
 event/events.c          |   99 ----
 event/xcb_event.h       |  210 ++++++---
 icccm/Makefile.am       |    1 
 icccm/icccm.c           |  992 +++++++++++++++++++------------------------
 icccm/xcb_icccm.h       | 1097 ++++++++++++++++++++++++++++++++++++------------
 image/.gitignore        |    1 
 image/Makefile.am       |    8 
 image/test_bitmap.c     |    3 
 image/test_swap.c       |  211 +++++++++
 image/xcb_image.c       |  286 +++++-------
 property/Makefile.am    |    3 
 property/prop.c         |  137 -----
 property/property.c     |  147 ++++++
 property/xcb_property.h |  154 ++++++
 reply/Makefile.am       |    1 
 reply/reply.c           |  222 ++++-----
 reply/test_reply.c      |   10 
 reply/xcb_reply.h       |  110 ++++
 wm/xcb_wm.h             |    2 
 wm/xcbwm-test.c         |   30 -
 xcb_util_intro.in       |   13 
 30 files changed, 2542 insertions(+), 1459 deletions(-)
---


Reply to: