summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Bump version to 0.3.8Arnaud Fontaine1-1/+1
2010-12-23Fix GCC warnings due to functions not being declared as static andArnaud Fontaine3-8/+7
random() being declared as extern
2010-12-23Check whether tmp_image is not NULL before trying to dereference itArnaud Fontaine1-5/+7
2010-12-23Split image up into its own repositoryArnaud Fontaine13-117/+298
2010-11-14test.xbm is part of the source code for test_bitmap.c.Jamey Sharp1-1/+1
This fixes distcheck. Reported-by: Chris Ball <cjb@laptop.org> Signed-off-by: Jamey Sharp <jamey@minilop.net>
2010-11-14Ensure that xcb-image sample apps get built.Jamey Sharp1-1/+1
Otherwise nobody will notice if they bitrot. Signed-off-by: Jamey Sharp <jamey@minilop.net>
2010-11-14Fix typos in various header commentsAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Jamey Sharp <jamey@minilop.net>
2010-11-14Add AM_MAINTAINER_MODE for vendorsArnaud Fontaine1-0/+1
2010-11-14Update autogen.sh to one that does builddir != srcdirJon TURNEY1-1/+10
2010-11-14Bump version to 0.3.7Arnaud Fontaine1-1/+1
2010-11-14Bump version to 0.3.6Arnaud Fontaine1-1/+1
2010-11-14Check for ssize_t in configure for xcb-util-common.hArnaud Fontaine1-1/+5
2010-11-14Typo in configure.acMikhail Gusarov1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Release xcb-util 0.3.5Julien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Add a check on xproto version libxcb was compiled withBob Ham1-1/+20
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Make sure m4 supports -I flag, if not, try finding gnu m4Alan Coopersmith1-2/+18
Solaris m4 does not support -I flag, but gnu m4 is included in recent Solaris & OpenSolaris releases (and must already be installed on any machine that runs autoconf to generate configure scripts) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14bump version to 0.3.4Julien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Release xcb-util 0.3.3Julien Danjou1-1/+1
2010-11-14Release xcb-util 0.3.2Julien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14build: add check for xproto >= 7.0.8Julien Danjou1-0/+2
This is needed to have _X_INLINE. Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Fix copyright statementJonathan Landis6-1/+140
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Release xcb-util 0.3.1Julien Danjou1-1/+1
2010-11-14configure: stop if m4 is not foundJulien Danjou1-1/+4
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Do not cast the return value of malloc() in modern C.Ulrich Eckhardt1-1/+1
Signed-off-by: Bart Massey <bart@cs.pdx.edu>
2010-11-14more endianness patchesPeter Harris1-2/+26
Signed-off-by: Bart Massey <bart@cs.pdx.edu>
2010-11-14doc: enable doxygen doc in various submoduleJulien Danjou1-1/+5
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14doc: add various authors, remove old todo itemJulien Danjou1-5/+8
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou1-1/+2
And use it. Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14[icccm] Bump library version number to 0.3.0.Arnaud Fontaine1-1/+1
2010-11-14return on error to avoid null dereference in assertHenning Sten1-1/+3
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14Add test_swap to image/.gitignoreKeith Packard1-0/+1
2010-11-14Rework image format conversion code to pass test_swap test case.Keith Packard1-169/+113
Numerous bugs were uncovered with the new test case, this fixes all of them. Perhaps this code will work on MSB machines now?
2010-11-14Add image conversion test case for 'make check'Keith Packard2-0/+219
test_swap converts between most possible image formats, checking results against a fixed image.
2010-11-14prepare 0.2.1 releaseJulien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-11-14added some gratuitous but harmless image pointer zeroing at the suggestion ↵Bart Massey1-1/+4
of Vincent Torri
2010-11-14added test.xbm to imageBart Massey2-1/+471
2010-11-14made image tests compile when not installed; fixed regression in test_formats.cBart Massey4-8/+8
2010-11-14stopped image test programs from being built by defaultBart Massey1-1/+1
2010-11-14sorted out dependencies for building while uninstalled---includes horrible ↵Bart Massey3-3/+5
kludges
2010-11-14fixed check for SHM in test_xcb_image_shmBart Massey1-33/+23
2010-11-14added INSET argument to test_bitmap and cleaned up subimage stuffBart Massey1-7/+7
2010-11-14took out clever code for subimage copying and left_shift for now, as it was ↵Bart Massey2-55/+9
too broken
2010-11-14extended test_bitmap to handle subimage testBart Massey1-11/+40
2010-11-14added create_image_from_bitmap_data(), adapted ↵Bart Massey2-8/+33
create_pixmap_from_bitmap_data() to use
2010-11-14added xcb_image_subimage()Bart Massey2-1/+114
2010-11-14used doxygen -u to create a much more elaborate doxyfileBart Massey1-42/+1204
2010-11-14...and in with the new image libraryBart Massey10-0/+2444
2010-11-14out with the old image library...Bart Massey8-1598/+0
2010-11-14All util libraries require the XCB 1.0 API; check for it in configure.Jamey Sharp1-1/+1
2010-11-14Release xcb-util 0.2Jamey Sharp1-1/+1