summaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Split image up into its own repositoryArnaud Fontaine7-11/+11
2010-06-24test.xbm is part of the source code for test_bitmap.c.Jamey Sharp1-1/+1
2010-06-24Ensure that xcb-image sample apps get built.Jamey Sharp1-1/+1
2010-06-23Fix typos in various header commentsAlan Coopersmith1-2/+2
2008-11-21Fix copyright statementJonathan Landis6-1/+140
2008-10-06Do not cast the return value of malloc() in modern C.Ulrich Eckhardt1-1/+1
2008-10-01more endianness patchesPeter Harris1-2/+26
2008-09-16event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou1-1/+2
2008-09-15return on error to avoid null dereference in assertHenning Sten1-1/+3
2008-09-07Add test_swap to image/.gitignoreKeith Packard1-0/+1
2008-09-07Rework image format conversion code to pass test_swap test case.Keith Packard1-169/+113
2008-09-07Add image conversion test case for 'make check'Keith Packard2-0/+219
2008-03-09added some gratuitous but harmless image pointer zeroing at the suggestion of...Bart Massey1-1/+4
2008-01-27added test.xbm to imageBart Massey2-1/+471
2008-01-27made image tests compile when not installed; fixed regression in test_formats.cBart Massey4-8/+8
2008-01-27stopped image test programs from being built by defaultBart Massey1-1/+1
2008-01-27sorted out dependencies for building while uninstalled---includes horrible kl...Bart Massey3-3/+5
2007-12-08fixed check for SHM in test_xcb_image_shmBart Massey1-33/+23
2007-12-08added INSET argument to test_bitmap and cleaned up subimage stuffBart Massey1-7/+7
2007-12-08took out clever code for subimage copying and left_shift for now, as it was t...Bart Massey2-55/+9
2007-12-08extended test_bitmap to handle subimage testBart Massey1-11/+40
2007-12-08added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...Bart Massey2-8/+33
2007-12-08added xcb_image_subimage()Bart Massey2-1/+114
2007-12-07...and in with the new image libraryBart Massey10-0/+2444
2007-12-07out with the old image library...Bart Massey8-1598/+0
2007-02-21rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...TORRI Vincent2-10/+10
2006-11-12Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...Alan Coopersmith1-1/+1
2006-10-07Adapt xcb/util libraries for removal of XID structures.Ian Osgood3-27/+27
2006-09-25libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp5-8/+8
2006-09-24All xcb-util libraries compile after the Great Renaming.Ian Osgood5-428/+428
2006-07-01Finally remove X.h from xcb.h, fix broken image tests.Ian Osgood3-28/+28
2006-06-08XCBImagePut returns 1 when no problem occursTORRI Vincent1-1/+1
2006-06-08fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent1-3/+14
2006-05-07Add correct dependencies in xcb-util.Donnie Berkholz1-8/+10
2006-05-02I did'nt see that XCBAllPlanes already exists... Use CARD32 instead of unsign...TORRI Vincent1-4/+1
2006-05-02add XCBImageAllPlanes constantTORRI Vincent1-0/+4
2006-04-29Add some error checkingIan Osgood1-1/+7
2006-04-28leak fixedTORRI Vincent1-1/+6
2006-04-28Make xcb_image.h self-contained by including the xcb.h and shm.h headers. Re...Josh Triplett4-9/+9
2006-04-28s/HACKMEM/HAKMEM/ in a comment.Josh Triplett1-1/+1
2006-04-28my bad. bad fix. This should be betterTORRI Vincent1-2/+2
2006-04-28missing flagsTORRI Vincent1-4/+4
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-04-27Fix xcb-util library dependencies, including both the new dependency libXCBIm...Josh Triplett2-6/+9
2006-04-20Add the test app I wrote for trying different pixmap formats. It does not wor...Jamey Sharp3-1/+152
2006-04-20fix some warningsTORRI Vincent1-5/+5
2006-03-19Remove xcb_image dependency on X11/Xlib.hIan Osgood3-5/+5
2006-03-14Remove xcb-util dependency on proto/X11Ian Osgood1-32/+31
2006-03-08Unify autofoo .gitignore bits into one top-level file, and remove resulting r...Jamey Sharp1-8/+0