summaryrefslogtreecommitdiff
path: root/image/xcb_image.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-17config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon1-0/+4
2013-08-23Fixed endianness bug in xy pixmap getimage.Bart Massey1-3/+1
2013-08-23Fixed get_image to handle xy format with nontrivial plane_mask.Bart Massey1-21/+19
2013-02-06Fix compilation when NDEBUG is definedJon TURNEY1-0/+2
2011-05-03Fix xcb_bitops.h include pathRoberto Branciforti1-1/+1
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 Fontaine1-2/+2
2010-11-14Fix copyright statementJonathan Landis1-1/+1
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-14return on error to avoid null dereference in assertHenning Sten1-1/+3
2010-11-14Rework image format conversion code to pass test_swap test case.Keith Packard1-169/+113
2010-11-14added some gratuitous but harmless image pointer zeroing at the suggestion of...Bart Massey1-1/+4
2010-11-14sorted out dependencies for building while uninstalled---includes horrible kl...Bart Massey1-2/+3
2010-11-14took out clever code for subimage copying and left_shift for now, as it was t...Bart Massey1-45/+8
2010-11-14added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...Bart Massey1-8/+16
2010-11-14added xcb_image_subimage()Bart Massey1-0/+71
2010-11-14...and in with the new image libraryBart Massey1-0/+993
2010-11-14out with the old image library...Bart Massey1-634/+0
2010-11-14libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp1-2/+2
2010-11-14All xcb-util libraries compile after the Great Renaming.Ian Osgood1-155/+155
2010-11-14XCBImagePut returns 1 when no problem occursTORRI Vincent1-1/+1
2010-11-14Add some error checkingIan Osgood1-1/+7
2006-04-28leak fixedTORRI Vincent1-1/+6
2006-04-28s/HACKMEM/HAKMEM/ in a comment.Josh Triplett1-1/+1
2006-04-27Fix use of deprecated name XCBConnSetupSucessRep in comment to use XCBSetup.Josh Triplett1-1/+1
2006-04-27Update xcb-util for ConnSetup renaming and constness fixes.Jamey Sharp1-11/+11
2006-03-14Remove xcb-util dependency on proto/X11Ian Osgood1-32/+31
2006-02-18Remove xcl and CVSROOT.Josh Triplett1-0/+624