summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Bump version to 0.3.8HEADmasterArnaud Fontaine1-1/+1
2010-08-09Split image up into its own repositoryArnaud Fontaine9-96/+20
2010-06-24Delete callback-based APIs for events, properties, and replies.Jamey Sharp1-10/+0
2010-06-24test.xbm is part of the source code for test_bitmap.c.Jamey Sharp1-1/+1
2010-06-24Ensure that xcb-image sample apps get built.Jamey Sharp1-1/+1
2010-06-23Fix typos in various header commentsAlan Coopersmith1-2/+2
2010-02-11Add AM_MAINTAINER_MODE for vendorsArnaud Fontaine1-0/+1
2009-12-13icccm: atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine1-1/+1
2009-10-20Update autogen.sh to one that does builddir != srcdirJon TURNEY1-1/+10
2009-09-25Bump version to 0.3.7Arnaud Fontaine1-1/+1
2009-08-03Bump version to 0.3.6Arnaud Fontaine1-1/+1
2009-08-03event: update to libxcb 1.4Arnaud Fontaine1-1/+1
2009-06-03Check for ssize_t in configure for xcb-util-common.hArnaud Fontaine1-1/+5
2009-05-30Typo in configure.acMikhail Gusarov1-1/+1
2009-05-29Release xcb-util 0.3.5Julien Danjou1-1/+1
2009-05-25Add a check on xproto version libxcb was compiled withBob Ham1-1/+20
2009-05-09icccm: fix compatibility with libxcb > 1.2Julien Danjou1-1/+1
2009-04-23Make sure m4 supports -I flag, if not, try finding gnu m4Alan Coopersmith1-2/+18
2009-04-15bump version to 0.3.4Julien Danjou1-1/+1
2009-04-02wm: removeJulien Danjou1-1/+0
2009-01-31Release xcb-util 0.3.3Julien Danjou1-1/+1
2008-12-16Release xcb-util 0.3.2Julien Danjou1-1/+1
2008-11-21build: add check for xproto >= 7.0.8Julien Danjou1-0/+1
2008-11-21Fix copyright statementJonathan Landis6-1/+140
2008-11-20Release xcb-util 0.3.1Julien Danjou1-1/+1
2008-11-07configure: stop if m4 is not foundJulien Danjou1-1/+4
2008-10-06Do not cast the return value of malloc() in modern C.Ulrich Eckhardt1-1/+1
2008-10-01more endianness patchesPeter Harris1-2/+26
2008-09-16doc: enable doxygen doc in various submoduleJulien Danjou1-1/+5
2008-09-16doc: add various authors, remove old todo itemJulien Danjou1-5/+8
2008-09-16event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou1-1/+2
2008-09-15[icccm] Bump library version number to 0.3.0.Arnaud Fontaine1-1/+1
2008-09-15[atom] Move '*discriminated_atom*' functions from icccm to atomArnaud Fontaine1-0/+1
2008-09-15return on error to avoid null dereference in assertHenning Sten1-1/+3
2008-09-07Add test_swap to image/.gitignoreKeith Packard1-0/+1
2008-09-07Rework image format conversion code to pass test_swap test case.Keith Packard1-169/+113
2008-09-07Add image conversion test case for 'make check'Keith Packard2-0/+219
2008-08-01prepare 0.2.1 releaseJulien Danjou1-1/+1
2008-03-09added some gratuitous but harmless image pointer zeroing at the suggestion of...Bart Massey1-1/+4
2008-03-05merged event loop split with last patchBart Massey0-0/+0
2008-01-27added test.xbm to imageBart Massey2-1/+471
2008-01-27made image tests compile when not installed; fixed regression in test_formats.cBart Massey4-8/+8
2008-01-27stopped image test programs from being built by defaultBart Massey1-1/+1
2008-01-27sorted out dependencies for building while uninstalled---includes horrible kl...Bart Massey3-3/+5
2007-12-08fixed check for SHM in test_xcb_image_shmBart Massey1-33/+23
2007-12-08added INSET argument to test_bitmap and cleaned up subimage stuffBart Massey1-7/+7
2007-12-08took out clever code for subimage copying and left_shift for now, as it was t...Bart Massey2-55/+9
2007-12-08extended test_bitmap to handle subimage testBart Massey1-11/+40
2007-12-08added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...Bart Massey2-8/+33
2007-12-08added xcb_image_subimage()Bart Massey2-1/+114