summaryrefslogtreecommitdiff
path: root/image
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 Nadon8-1565/+0
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: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon6-0/+24
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-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 TURNEY1-1/+5
2011-05-03Fix xcb_bitops.h include pathRoberto Branciforti2-2/+2
2011-05-01Add missing xcb_bitops.h.Arnaud Fontaine2-1/+213
2011-03-26Link with -no-undefinedJon TURNEY1-0/+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 Fontaine7-21/+21
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-14Fix copyright statementJonathan Landis6-1/+140
2010-11-14Do not cast the return value of malloc() in modern C.Ulrich Eckhardt1-1/+1
2010-11-14more endianness patchesPeter Harris1-2/+26
2010-11-14event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou1-1/+2
2010-11-14return on error to avoid null dereference in assertHenning Sten1-1/+3
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
2010-11-14Add image conversion test case for 'make check'Keith Packard2-0/+219
2010-11-14added some gratuitous but harmless image pointer zeroing at the suggestion of...Bart Massey1-1/+4
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 kl...Bart Massey3-3/+5
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 t...Bart Massey2-55/+9
2010-11-14extended test_bitmap to handle subimage testBart Massey1-11/+40
2010-11-14added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...Bart Massey2-8/+33
2010-11-14added xcb_image_subimage()Bart Massey2-1/+114
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-14rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...TORRI Vincent2-10/+10
2010-11-14Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...Alan Coopersmith1-1/+1