summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGSGaetan Nadon2014-04-171-1/+5
* test: move test cases into their own directoryGaetan Nadon2014-04-178-1565/+0
* make: image is using X11 Protcol headers, so XPROTO_CFLAGS is requiredGaetan Nadon2014-04-171-2/+2
* make: using EXTRA_DIST for xcb-util-image.pc.in is redundantGaetan Nadon2014-04-171-2/+0
* make: there should be no attempt to remove any Makefile.in fileGaetan Nadon2014-04-171-2/+0
* config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon2014-04-176-0/+24
* fixed some compiler C90 warningsBart Massey2013-08-231-4/+3
* Fixed endianness bug in xy pixmap getimage.Bart Massey2013-08-231-3/+1
* increased window size for test_xcb_image for usabilityBart Massey2013-08-231-2/+2
* added window names to test_xcb_image windowsBart Massey2013-08-231-0/+11
* Fixed get_image to handle xy format with nontrivial plane_mask.Bart Massey2013-08-231-21/+19
* changed test_xcb_image to work with XY_PIXMAP with nontrivial planemaskBart Massey2013-08-231-2/+7
* added additional format tests for XY_PIXMAP bit planesBart Massey2013-08-231-5/+10
* Fix compilation when NDEBUG is definedJon TURNEY2013-02-061-0/+2
* corrected return value documentation for xcb_image_shm_put()Bart Massey2012-10-281-3/+1
* Fix GCC warning in test_formats.Arnaud Fontaine2012-05-221-1/+1
* Use rand() instead of random(), being part of the C standard library,Jon TURNEY2012-05-221-1/+1
* Don't try to build test_xcb_image_shm if SHM isn't available (for example, on...Jon TURNEY2012-05-221-1/+5
* Fix xcb_bitops.h include pathRoberto Branciforti2011-05-032-2/+2
* Add missing xcb_bitops.h.Arnaud Fontaine2011-05-012-1/+213
* Link with -no-undefinedJon TURNEY2011-03-261-0/+1
* Fix GCC warnings due to functions not being declared as static andArnaud Fontaine2010-12-233-8/+7
* Check whether tmp_image is not NULL before trying to dereference itArnaud Fontaine2010-12-231-5/+7
* Split image up into its own repositoryArnaud Fontaine2010-12-237-21/+21
* test.xbm is part of the source code for test_bitmap.c.Jamey Sharp2010-11-141-1/+1
* Ensure that xcb-image sample apps get built.Jamey Sharp2010-11-141-1/+1
* Fix typos in various header commentsAlan Coopersmith2010-11-141-2/+2
* Fix copyright statementJonathan Landis2010-11-146-1/+140
* Do not cast the return value of malloc() in modern C.Ulrich Eckhardt2010-11-141-1/+1
* more endianness patchesPeter Harris2010-11-141-2/+26
* event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou2010-11-141-1/+2
* return on error to avoid null dereference in assertHenning Sten2010-11-141-1/+3
* Add test_swap to image/.gitignoreKeith Packard2010-11-141-0/+1
* Rework image format conversion code to pass test_swap test case.Keith Packard2010-11-141-169/+113
* Add image conversion test case for 'make check'Keith Packard2010-11-142-0/+219
* added some gratuitous but harmless image pointer zeroing at the suggestion of...Bart Massey2010-11-141-1/+4
* added test.xbm to imageBart Massey2010-11-142-1/+471
* made image tests compile when not installed; fixed regression in test_formats.cBart Massey2010-11-144-8/+8
* stopped image test programs from being built by defaultBart Massey2010-11-141-1/+1
* sorted out dependencies for building while uninstalled---includes horrible kl...Bart Massey2010-11-143-3/+5
* fixed check for SHM in test_xcb_image_shmBart Massey2010-11-141-33/+23
* added INSET argument to test_bitmap and cleaned up subimage stuffBart Massey2010-11-141-7/+7
* took out clever code for subimage copying and left_shift for now, as it was t...Bart Massey2010-11-142-55/+9
* extended test_bitmap to handle subimage testBart Massey2010-11-141-11/+40
* added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...Bart Massey2010-11-142-8/+33
* added xcb_image_subimage()Bart Massey2010-11-142-1/+114
* ...and in with the new image libraryBart Massey2010-11-1410-0/+2444
* out with the old image library...Bart Massey2010-11-148-1598/+0
* rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...TORRI Vincent2010-11-142-10/+10
* Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...Alan Coopersmith2010-11-141-1/+1