summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Typo in configure.acMikhail Gusarov2010-11-141-1/+1
* Release xcb-util 0.3.5Julien Danjou2010-11-141-1/+1
* Add a check on xproto version libxcb was compiled withBob Ham2010-11-141-1/+20
* Make sure m4 supports -I flag, if not, try finding gnu m4Alan Coopersmith2010-11-141-2/+18
* bump version to 0.3.4Julien Danjou2010-11-141-1/+1
* Release xcb-util 0.3.3Julien Danjou2010-11-141-1/+1
* Release xcb-util 0.3.2Julien Danjou2010-11-141-1/+1
* build: add check for xproto >= 7.0.8Julien Danjou2010-11-141-0/+2
* Fix copyright statementJonathan Landis2010-11-146-1/+140
* Release xcb-util 0.3.1Julien Danjou2010-11-141-1/+1
* configure: stop if m4 is not foundJulien Danjou2010-11-141-1/+4
* Do not cast the return value of malloc() in modern C.Ulrich Eckhardt2010-11-141-1/+1
* more endianness patchesPeter Harris2010-11-141-2/+26
* doc: enable doxygen doc in various submoduleJulien Danjou2010-11-141-1/+5
* doc: add various authors, remove old todo itemJulien Danjou2010-11-141-5/+8
* event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou2010-11-141-1/+2
* [icccm] Bump library version number to 0.3.0.Arnaud Fontaine2010-11-141-1/+1
* return on error to avoid null dereference in assertHenning Sten2010-11-141-1/+3
* Add test_swap to image/.gitignoreKeith Packard2010-11-141-0/+1
* Rework image format conversion code to pass test_swap test case.Keith Packard2010-11-141-169/+113
* Add image conversion test case for 'make check'Keith Packard2010-11-142-0/+219
* prepare 0.2.1 releaseJulien Danjou2010-11-141-1/+1
* added some gratuitous but harmless image pointer zeroing at the suggestion of...Bart Massey2010-11-141-1/+4
* added test.xbm to imageBart Massey2010-11-142-1/+471
* made image tests compile when not installed; fixed regression in test_formats.cBart Massey2010-11-144-8/+8
* stopped image test programs from being built by defaultBart Massey2010-11-141-1/+1
* sorted out dependencies for building while uninstalled---includes horrible kl...Bart Massey2010-11-143-3/+5
* fixed check for SHM in test_xcb_image_shmBart Massey2010-11-141-33/+23
* added INSET argument to test_bitmap and cleaned up subimage stuffBart Massey2010-11-141-7/+7
* took out clever code for subimage copying and left_shift for now, as it was t...Bart Massey2010-11-142-55/+9
* extended test_bitmap to handle subimage testBart Massey2010-11-141-11/+40
* added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...Bart Massey2010-11-142-8/+33
* added xcb_image_subimage()Bart Massey2010-11-142-1/+114
* used doxygen -u to create a much more elaborate doxyfileBart Massey2010-11-141-42/+1204
* ...and in with the new image libraryBart Massey2010-11-1410-0/+2444
* out with the old image library...Bart Massey2010-11-148-1598/+0
* All util libraries require the XCB 1.0 API; check for it in configure.Jamey Sharp2010-11-141-1/+1
* Release xcb-util 0.2Jamey Sharp2010-11-141-1/+1
* rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...TORRI Vincent2010-11-143-20/+20
* Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...Alan Coopersmith2010-11-142-1/+11
* Adapt xcb/util libraries for removal of XID structures.Ian Osgood2010-11-143-27/+27
* Install headers to "xcb", not "X11/XCB".Ian Osgood2010-11-141-1/+1
* libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp2010-11-145-8/+8
* All xcb-util libraries compile after the Great Renaming.Ian Osgood2010-11-145-428/+428
* Integrate top-level .gitignore into .gitignore for each subdirectoryJosh Triplett2010-11-141-0/+30
* Finally remove X.h from xcb.h, fix broken image tests.Ian Osgood2010-11-143-28/+28
* XCBImagePut returns 1 when no problem occursTORRI Vincent2010-11-141-1/+1
* fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent2010-11-141-3/+14
* Add correct dependencies in xcb-util.Donnie Berkholz2010-11-142-8/+31
* I did'nt see that XCBAllPlanes already exists... Use CARD32 instead of unsign...TORRI Vincent2010-11-141-4/+1