summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-17image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGSHEADmasterGaetan Nadon1-1/+5
2014-04-17test: move test cases into their own directoryGaetan Nadon11-32/+31
2014-04-17make: image is using X11 Protcol headers, so XPROTO_CFLAGS is requiredGaetan Nadon1-2/+2
2014-04-17make: using EXTRA_DIST for xcb-util-image.pc.in is redundantGaetan Nadon1-2/+0
2014-04-17make: there should be no attempt to remove any Makefile.in fileGaetan Nadon1-2/+0
2014-04-17config: add missing COPYING fileGaetan Nadon1-0/+27
2014-04-17config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon7-0/+25
2014-04-17config: remove old dead code for documentationGaetan Nadon3-26/+0
2014-04-17config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-3/+6
2014-04-17config: add bug URL to AC_INITGaetan Nadon1-1/+3
2014-01-29Check submodules before running autoconf.Niclas Zeising1-0/+15
2013-08-23fixed some compiler C90 warningsBart Massey1-4/+3
2013-08-23Fixed endianness bug in xy pixmap getimage.Bart Massey1-3/+1
2013-08-23increased window size for test_xcb_image for usabilityBart Massey1-2/+2
2013-08-23added window names to test_xcb_image windowsBart Massey1-0/+11
2013-08-23Fixed get_image to handle xy format with nontrivial plane_mask.Bart Massey1-21/+19
2013-08-23changed test_xcb_image to work with XY_PIXMAP with nontrivial planemaskBart Massey1-2/+7
2013-08-23added additional format tests for XY_PIXMAP bit planesBart Massey1-5/+10
2013-02-06Fix compilation when NDEBUG is definedJon TURNEY1-0/+2
2012-10-28corrected return value documentation for xcb_image_shm_put()Bart Massey1-3/+1
2012-05-30Release 0.3.9Arnaud Fontaine2-1/+8
2012-05-22Fix GCC warning in test_formats.Arnaud Fontaine1-1/+1
2012-05-22Use rand() instead of random(), being part of the C standard library,Jon TURNEY1-1/+1
2012-05-22Don't try to build test_xcb_image_shm if SHM isn't available (for example, on...Jon TURNEY2-1/+7
2012-05-21Add autogen.sh to EXTRA_DIST.Arnaud Fontaine1-0/+1
2012-05-21Remove Doxyfile which is unused, out dated and wrong.Arnaud Fontaine1-1305/+0
2011-05-03Fix xcb_bitops.h include pathRoberto Branciforti2-2/+2
2011-05-01Add missing xcb_bitops.h.Arnaud Fontaine2-1/+213
2011-04-26Release 0.3.8Arnaud Fontaine1-0/+9
2011-04-26Fix package nameArnaud Fontaine1-1/+1
2011-04-14Use an absolute URL for the m4 submoduleDirk Wallenstein1-1/+1
2011-03-26Link with -no-undefinedJon TURNEY1-0/+1
2011-03-07config: generate ChangeLog and INSTALLGaetan Nadon2-230/+11
2011-03-07config: use the default xorg .gitignore fileGaetan Nadon2-17/+65
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
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
2010-11-14Ensure that xcb-image sample apps get built.Jamey Sharp1-1/+1
2010-11-14Fix typos in various header commentsAlan Coopersmith1-2/+2
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
2010-11-14Release xcb-util 0.3.5Julien Danjou1-1/+1
2010-11-14Add a check on xproto version libxcb was compiled withBob Ham1-1/+20
2010-11-14Make sure m4 supports -I flag, if not, try finding gnu m4Alan Coopersmith1-2/+18