Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-23 | Bump version to 0.3.8 | Arnaud Fontaine | 1 | -1/+1 | |
2010-12-23 | Fix GCC warnings due to functions not being declared as static and | Arnaud Fontaine | 3 | -8/+7 | |
random() being declared as extern | |||||
2010-12-23 | Check whether tmp_image is not NULL before trying to dereference it | Arnaud Fontaine | 1 | -5/+7 | |
2010-12-23 | Split image up into its own repository | Arnaud Fontaine | 13 | -117/+298 | |
2010-11-14 | test.xbm is part of the source code for test_bitmap.c. | Jamey Sharp | 1 | -1/+1 | |
This fixes distcheck. Reported-by: Chris Ball <cjb@laptop.org> Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2010-11-14 | Ensure that xcb-image sample apps get built. | Jamey Sharp | 1 | -1/+1 | |
Otherwise nobody will notice if they bitrot. Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2010-11-14 | Fix typos in various header comments | Alan Coopersmith | 1 | -2/+2 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2010-11-14 | Add AM_MAINTAINER_MODE for vendors | Arnaud Fontaine | 1 | -0/+1 | |
2010-11-14 | Update autogen.sh to one that does builddir != srcdir | Jon TURNEY | 1 | -1/+10 | |
2010-11-14 | Bump version to 0.3.7 | Arnaud Fontaine | 1 | -1/+1 | |
2010-11-14 | Bump version to 0.3.6 | Arnaud Fontaine | 1 | -1/+1 | |
2010-11-14 | Check for ssize_t in configure for xcb-util-common.h | Arnaud Fontaine | 1 | -1/+5 | |
2010-11-14 | Typo in configure.ac | Mikhail Gusarov | 1 | -1/+1 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | Release xcb-util 0.3.5 | Julien Danjou | 1 | -1/+1 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | Add a check on xproto version libxcb was compiled with | Bob Ham | 1 | -1/+20 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | Make sure m4 supports -I flag, if not, try finding gnu m4 | Alan Coopersmith | 1 | -2/+18 | |
Solaris m4 does not support -I flag, but gnu m4 is included in recent Solaris & OpenSolaris releases (and must already be installed on any machine that runs autoconf to generate configure scripts) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | bump version to 0.3.4 | Julien Danjou | 1 | -1/+1 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | Release xcb-util 0.3.3 | Julien Danjou | 1 | -1/+1 | |
2010-11-14 | Release xcb-util 0.3.2 | Julien Danjou | 1 | -1/+1 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | build: add check for xproto >= 7.0.8 | Julien Danjou | 1 | -0/+2 | |
This is needed to have _X_INLINE. Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | Fix copyright statement | Jonathan Landis | 6 | -1/+140 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | Release xcb-util 0.3.1 | Julien Danjou | 1 | -1/+1 | |
2010-11-14 | configure: stop if m4 is not found | Julien Danjou | 1 | -1/+4 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | 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> | |||||
2010-11-14 | more endianness patches | Peter Harris | 1 | -2/+26 | |
Signed-off-by: Bart Massey <bart@cs.pdx.edu> | |||||
2010-11-14 | doc: enable doxygen doc in various submodule | Julien Danjou | 1 | -1/+5 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | doc: add various authors, remove old todo item | Julien Danjou | 1 | -5/+8 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | event: define XCB_EVENT_RESPONSE_TYPE_MASK | Julien Danjou | 1 | -1/+2 | |
And use it. Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | [icccm] Bump library version number to 0.3.0. | Arnaud Fontaine | 1 | -1/+1 | |
2010-11-14 | return on error to avoid null dereference in assert | Henning Sten | 1 | -1/+3 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | Add test_swap to image/.gitignore | Keith Packard | 1 | -0/+1 | |
2010-11-14 | 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? | |||||
2010-11-14 | 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. | |||||
2010-11-14 | prepare 0.2.1 release | Julien Danjou | 1 | -1/+1 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2010-11-14 | added some gratuitous but harmless image pointer zeroing at the suggestion ↵ | Bart Massey | 1 | -1/+4 | |
of Vincent Torri | |||||
2010-11-14 | added test.xbm to image | Bart Massey | 2 | -1/+471 | |
2010-11-14 | made image tests compile when not installed; fixed regression in test_formats.c | Bart Massey | 4 | -8/+8 | |
2010-11-14 | stopped image test programs from being built by default | Bart Massey | 1 | -1/+1 | |
2010-11-14 | sorted out dependencies for building while uninstalled---includes horrible ↵ | Bart Massey | 3 | -3/+5 | |
kludges | |||||
2010-11-14 | fixed check for SHM in test_xcb_image_shm | Bart Massey | 1 | -33/+23 | |
2010-11-14 | added INSET argument to test_bitmap and cleaned up subimage stuff | Bart Massey | 1 | -7/+7 | |
2010-11-14 | took out clever code for subimage copying and left_shift for now, as it was ↵ | Bart Massey | 2 | -55/+9 | |
too broken | |||||
2010-11-14 | extended test_bitmap to handle subimage test | Bart Massey | 1 | -11/+40 | |
2010-11-14 | added create_image_from_bitmap_data(), adapted ↵ | Bart Massey | 2 | -8/+33 | |
create_pixmap_from_bitmap_data() to use | |||||
2010-11-14 | added xcb_image_subimage() | Bart Massey | 2 | -1/+114 | |
2010-11-14 | used doxygen -u to create a much more elaborate doxyfile | Bart Massey | 1 | -42/+1204 | |
2010-11-14 | ...and in with the new image library | Bart Massey | 10 | -0/+2444 | |
2010-11-14 | out with the old image library... | Bart Massey | 8 | -1598/+0 | |
2010-11-14 | All util libraries require the XCB 1.0 API; check for it in configure. | Jamey Sharp | 1 | -1/+1 | |
2010-11-14 | Release xcb-util 0.2 | Jamey Sharp | 1 | -1/+1 | |