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

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



Tag '0.2.1' created by Julien Danjou <julien@danjou.info> at 2008-08-01 09:44 +0000

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

iEYEABECAAYFAkiS2uIACgkQpGK1HsL+5c0eMQCgpOSKQFM+CEZrKtimymY8Abu4
sIkAnA6MKZE7ywsfstgRbBvVBE8QbqvT
=WmtV
-----END PGP SIGNATURE-----

Changes since 0.2:
Arnaud Fontaine (4):
      Add xcb_poll_for_event_loop and rename xcb_event_loop to match.
      [icccm]: fix incorrect pointer usage
      [icccm]: correctly copy the reply value according to its format
      [icccm]: Remove useless function for accessing 'flags' which were also

Bart Massey (29):
      added xcb_aux_get_depth_by_visual_id()
      added xcb_aux_find_visual functions
      added checked versions of aux_create_window and aux_create_gc functions
      added checked version of aux_change_gc function
      xcb_aux_parse_color()
      added PARAM macros
      added aux_set_line_attributes_checked
      added fast inline bitops xcb_bitops.h
      out with the old image library...
      ...and in with the new image library
      used doxygen -u to create a much more elaborate doxyfile
      fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable naming
      added aux_clear_window() for xlib compatibility, in spite of misgivings
      fixed existing roundups, added rounddowns
      added xcb_image_subimage()
      added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data() to use
      extended test_bitmap to handle subimage test
      took out clever code for subimage copying and left_shift for now, as it was too broken
      added INSET argument to test_bitmap and cleaned up subimage stuff
      fixed check for SHM in test_xcb_image_shm
      re-fixed my stupid visual_class typo; thanks to Thomas Hunger for the report
      sorted out dependencies for building while uninstalled---includes horrible kludges
      stopped image test programs from being built by default
      made image tests compile when not installed; fixed regression in test_formats.c
      added test.xbm to image
      made xcb_handle_event() externally visible
      merged event loop split with last patch
      fixed missed reference in previous patch
      added some gratuitous but harmless image pointer zeroing at the suggestion of Vincent Torri

Jamey Sharp (1):
      All util libraries require the XCB 1.0 API; check for it in configure.

Julien Danjou (3):
      icccm: add xcb_get_wm_transient_for()
      icccm: add urgency hint functions
      prepare 0.2.1 release

TORRI Vincent (3):
      event/events.c
      missing namespace for alloc_wm_hints in xcb_icccm.h
      add _checked version of the _set_ functions

Tilman Sauerbeck (2):
      Bug #10877: Fixed the atom values that are written to the hash table.
      atom: Replace 'char *atom_names[]' with one big string and array of offsets.

---
 Doxyfile                   | 1246 +++++++++++++++++++++++++++++++++++++-
 Makefile.am                |    2 
 atom/atoms.gperf.m4        |   15 
 aux/Makefile.am            |   16 
 aux/xcb-aux.pc.in          |   11 
 aux/xcb_aux.c              |  335 ++++++++++
 aux/xcb_aux.h              |  200 ++++++
 aux/xcb_bitops.h           |  212 ++++++
 configure.ac               |   10 
 convenient/Makefile.am     |   16 
 convenient/xcb-aux.pc.in   |   11 
 convenient/xcb_aux.c       |  163 -----
 convenient/xcb_aux.h       |  140 ----
 event/events.c             |   56 +
 event/xcb_event.h          |   24 
 icccm/icccm.c              |  797 ++++++++++--------------
 icccm/xcb_icccm.h          |  461 +++++++-------
 image/.gitignore           |    1 
 image/Makefile.am          |    9 
 image/test.xbm             |  471 ++++++++++++++
 image/test_bitmap.c        |  139 ++++
 image/test_formats.c       |  124 ++-
 image/test_xcb_image.c     |   83 --
 image/test_xcb_image_shm.c |   71 --
 image/xcb_image.c          | 1463 ++++++++++++++++++++++++++++-----------------
 image/xcb_image.h          |  632 +++++++++++++------
 image/xcb_pixel.h          |  171 +++++
 property/prop.c            |   60 -
 property/xcb_property.h    |   18 
 wm/manage.c                |    6 
 wm/xcb_wm.h                |    4 
 wm/xcbwm-test.c            |   18 
 32 files changed, 5002 insertions(+), 1983 deletions(-)
---


Reply to: