summaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Collapse)AuthorFilesLines
2008-11-21Fix copyright statementJonathan Landis6-1/+140
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-10-06Do not cast the return value of malloc() in modern C.Ulrich Eckhardt1-1/+1
Signed-off-by: Bart Massey <bart@cs.pdx.edu>
2008-10-01more endianness patchesPeter Harris1-2/+26
Signed-off-by: Bart Massey <bart@cs.pdx.edu>
2008-09-16event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou1-1/+2
And use it. Signed-off-by: Julien Danjou <julien@danjou.info>
2008-09-15return on error to avoid null dereference in assertHenning Sten1-1/+3
Signed-off-by: Julien Danjou <julien@danjou.info>
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
Numerous bugs were uncovered with the new test case, this fixes all of them. Perhaps this code will work on MSB machines now?
2008-09-07Add image conversion test case for 'make check'Keith Packard2-0/+219
test_swap converts between most possible image formats, checking results against a fixed image.
2008-03-09added some gratuitous but harmless image pointer zeroing at the suggestion ↵Bart Massey1-1/+4
of Vincent Torri
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 ↵Bart Massey3-3/+5
kludges
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 ↵Bart Massey2-55/+9
too broken
2007-12-08extended test_bitmap to handle subimage testBart Massey1-11/+40
2007-12-08added create_image_from_bitmap_data(), adapted ↵Bart Massey2-8/+33
create_pixmap_from_bitmap_data() to use
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 ↵TORRI Vincent2-10/+10
instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)
2006-11-12Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵Alan Coopersmith1-1/+1
turn on more warnings for each This is the first of two fixes needed to get xcb-util building on Solaris. Signed-off-by: Jamey Sharp <jamey@minilop.net>
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
Many of the exported library functions still need to follow the new convention.
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 ↵TORRI Vincent1-4/+1
unsigned long because plane_mask is a CARD32
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. ↵Josh Triplett4-9/+9
Remove unused headers from the libXCBImage test programs. Change Makefile.am to match the headers and libraries actually used by the test programs.
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 ↵Josh Triplett2-6/+9
libXCBImage needs on libXCBShm, as well as many other issues discovered in the process. These include using automake variables appropriately in order to actually link shared libraries against each other and ensure libraries have NEEDED entries for the libraries they depend on, consequently needing to reorder the top-level SUBDIRS to build property before icccm, adding dependencies to .pc.in files, fixing .pc.in files to not all use the name and description for XCBImage, and adding appropriate library dependencies to test programs.
2006-04-20Add the test app I wrote for trying different pixmap formats. It does not ↵Jamey Sharp3-1/+152
work for XYPixmaps.
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
by moving many defs from X.h to <enum>s in xproto.xml
2006-03-08Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵Jamey Sharp1-8/+0
redundancies.
2006-02-18Move .cvsignore to .gitignore.Eric Anholt1-0/+0
2006-02-18Remove xcl and CVSROOT.Josh Triplett7-0/+1428