Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-21 | Fix copyright statement | Jonathan Landis | 6 | -1/+140 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-10-06 | Do not cast the return value of malloc() in modern C. | Ulrich Eckhardt | 1 | -1/+1 | |
Signed-off-by: Bart Massey <bart@cs.pdx.edu> | |||||
2008-10-01 | more endianness patches | Peter Harris | 1 | -2/+26 | |
Signed-off-by: Bart Massey <bart@cs.pdx.edu> | |||||
2008-09-16 | event: define XCB_EVENT_RESPONSE_TYPE_MASK | Julien Danjou | 1 | -1/+2 | |
And use it. Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-09-15 | return on error to avoid null dereference in assert | Henning Sten | 1 | -1/+3 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-09-07 | Add test_swap to image/.gitignore | Keith Packard | 1 | -0/+1 | |
2008-09-07 | Rework image format conversion code to pass test_swap test case. | Keith Packard | 1 | -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-07 | Add image conversion test case for 'make check' | Keith Packard | 2 | -0/+219 | |
test_swap converts between most possible image formats, checking results against a fixed image. | |||||
2008-03-09 | added some gratuitous but harmless image pointer zeroing at the suggestion ↵ | Bart Massey | 1 | -1/+4 | |
of Vincent Torri | |||||
2008-01-27 | added test.xbm to image | Bart Massey | 2 | -1/+471 | |
2008-01-27 | made image tests compile when not installed; fixed regression in test_formats.c | Bart Massey | 4 | -8/+8 | |
2008-01-27 | stopped image test programs from being built by default | Bart Massey | 1 | -1/+1 | |
2008-01-27 | sorted out dependencies for building while uninstalled---includes horrible ↵ | Bart Massey | 3 | -3/+5 | |
kludges | |||||
2007-12-08 | fixed check for SHM in test_xcb_image_shm | Bart Massey | 1 | -33/+23 | |
2007-12-08 | added INSET argument to test_bitmap and cleaned up subimage stuff | Bart Massey | 1 | -7/+7 | |
2007-12-08 | took out clever code for subimage copying and left_shift for now, as it was ↵ | Bart Massey | 2 | -55/+9 | |
too broken | |||||
2007-12-08 | extended test_bitmap to handle subimage test | Bart Massey | 1 | -11/+40 | |
2007-12-08 | added create_image_from_bitmap_data(), adapted ↵ | Bart Massey | 2 | -8/+33 | |
create_pixmap_from_bitmap_data() to use | |||||
2007-12-08 | added xcb_image_subimage() | Bart Massey | 2 | -1/+114 | |
2007-12-07 | ...and in with the new image library | Bart Massey | 10 | -0/+2444 | |
2007-12-07 | out with the old image library... | Bart Massey | 8 | -1598/+0 | |
2007-02-21 | rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵ | TORRI Vincent | 2 | -10/+10 | |
instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options) | |||||
2006-11-12 | Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵ | Alan Coopersmith | 1 | -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-07 | Adapt xcb/util libraries for removal of XID structures. | Ian Osgood | 3 | -27/+27 | |
2006-09-25 | libxcb now installs header files in <xcb>, not <X11/XCB>. | Jamey Sharp | 5 | -8/+8 | |
2006-09-24 | All xcb-util libraries compile after the Great Renaming. | Ian Osgood | 5 | -428/+428 | |
Many of the exported library functions still need to follow the new convention. | |||||
2006-07-01 | Finally remove X.h from xcb.h, fix broken image tests. | Ian Osgood | 3 | -28/+28 | |
2006-06-08 | XCBImagePut returns 1 when no problem occurs | TORRI Vincent | 1 | -1/+1 | |
2006-06-08 | fix compilation with c++ compilers. Remove some trailing spaces | TORRI Vincent | 1 | -3/+14 | |
2006-05-07 | Add correct dependencies in xcb-util. | Donnie Berkholz | 1 | -8/+10 | |
2006-05-02 | I did'nt see that XCBAllPlanes already exists... Use CARD32 instead of ↵ | TORRI Vincent | 1 | -4/+1 | |
unsigned long because plane_mask is a CARD32 | |||||
2006-05-02 | add XCBImageAllPlanes constant | TORRI Vincent | 1 | -0/+4 | |
2006-04-29 | Add some error checking | Ian Osgood | 1 | -1/+7 | |
2006-04-28 | leak fixed | TORRI Vincent | 1 | -1/+6 | |
2006-04-28 | Make xcb_image.h self-contained by including the xcb.h and shm.h headers. ↵ | Josh Triplett | 4 | -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-28 | s/HACKMEM/HAKMEM/ in a comment. | Josh Triplett | 1 | -1/+1 | |
2006-04-28 | my bad. bad fix. This should be better | TORRI Vincent | 1 | -2/+2 | |
2006-04-28 | missing flags | TORRI Vincent | 1 | -4/+4 | |
2006-04-27 | Fix use of deprecated name XCBConnSetupSucessRep in comment to use XCBSetup. | Josh Triplett | 1 | -1/+1 | |
2006-04-27 | Update xcb-util for ConnSetup renaming and constness fixes. | Jamey Sharp | 1 | -11/+11 | |
2006-04-27 | Fix xcb-util library dependencies, including both the new dependency ↵ | Josh Triplett | 2 | -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-20 | Add the test app I wrote for trying different pixmap formats. It does not ↵ | Jamey Sharp | 3 | -1/+152 | |
work for XYPixmaps. | |||||
2006-04-20 | fix some warnings | TORRI Vincent | 1 | -5/+5 | |
2006-03-19 | Remove xcb_image dependency on X11/Xlib.h | Ian Osgood | 3 | -5/+5 | |
2006-03-14 | Remove xcb-util dependency on proto/X11 | Ian Osgood | 1 | -32/+31 | |
by moving many defs from X.h to <enum>s in xproto.xml | |||||
2006-03-08 | Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵ | Jamey Sharp | 1 | -8/+0 | |
redundancies. | |||||
2006-02-18 | Move .cvsignore to .gitignore. | Eric Anholt | 1 | -0/+0 | |
2006-02-18 | Remove xcl and CVSROOT. | Josh Triplett | 7 | -0/+1428 | |