Age | Commit message (Expand) | Author |
2006-06-08 | fix compilation with c++ compilers. Remove some trailing spaces | TORRI Vincent |
2006-05-30 | Deprecate XCBSync, move to XCBAuxSync. | Ian Osgood |
2006-05-14 | Use correct word offset when testing for GetFBConfigsSGIX VendorPrivate. | Jamey Sharp |
2006-05-14 | In the GLX workaround, use !strcmp to check for equality with "GLX", not strcmp. | Josh Triplett |
2006-05-10 | Stop overwriting CFLAGS in xcb/src/Makefile.am. | Josh Triplett |
2006-05-07 | Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fix... | Donnie Berkholz |
2006-04-29 | Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS to ... | Josh Triplett |
2006-04-29 | Remove unnecessary dirs files. | Josh Triplett |
2006-04-29 | Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs doe... | Josh Triplett |
2006-04-29 | Set DEB_MAKE_CHECK_TARGET=check in debian/rules. | Josh Triplett |
2006-04-29 | Add a Section field for the source package in debian/control. | Josh Triplett |
2006-04-29 | Drop library version from source package name. | Josh Triplett |
2006-04-29 | Set distribution to experimental. | Josh Triplett |
2006-04-29 | Remove Bugs field in debian/control, so bugs go to the Debian BTS. | Josh Triplett |
2006-04-28 | Move the remainder of the constants in X.h into XML enumerations. | Ian Osgood |
2006-04-28 | Change libxcbxvmc0-dev Depends to libxcbxv0-dev, not libxv0-dev.0.9 | Josh Triplett |
2006-04-27 | Update debian packaging to create library, -dev, and -dbg packages for each n... | Josh Triplett |
2006-04-27 | Fix the year in COPYING. | Josh Triplett |
2006-04-27 | Add an explanation of libtool -version-info to src/Makefile.am, and add an ex... | Josh Triplett |
2006-04-27 | Fix tutorial to use XCBSetup rather than the previous deprecated name XCBConn... | Josh Triplett |
2006-04-27 | Remove execute bit on tutorial. | Josh Triplett |
2006-04-27 | Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix... | Josh Triplett |
2006-04-27 | Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, chan... | Josh Triplett |
2006-04-27 | Fix typo and rephrase checking message. | Josh Triplett |
2006-04-27 | Declare arguments const in the various structure accessors, so XCBGetSetup is... | Jamey Sharp |
2006-04-26 | Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*... | Jamey Sharp |
2006-04-26 | Add .pc.in files for all the new extension libraries. Generate .pc files fro... | Josh Triplett |
2006-04-26 | Changes to makefile to build libXCBxtest | Ian Osgood |
2006-04-24 | Add support for DECnet. Still needs configure-script options to enable. | Patrick Caulfield |
2006-04-20 | Minor performance improvement: do not call _xcb_in_expect_reply unless it is ... | Jamey Sharp |
2006-04-19 | Add <sys/select.h> to xcb_in.c to fix bug #6122. | Jamey Sharp |
2006-04-19 | Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcnt... | Alan Coopersmith |
2006-04-19 | Only set CWARNFLAGS to gnu flags if $GCC is set. Otherwise check for Sun comp... | Alan Coopersmith |
2006-04-19 | Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb | Ian Osgood |
2006-04-19 | Remove the last goto in XCB: XCBWaitForReply now permits multiple threads to ... | Jamey Sharp |
2006-04-19 | Restructure XCBWaitForReply to eliminate two gotos. | Jamey Sharp |
2006-04-19 | Fixed poll_for_reply, added comments, and refactored XCBWaitForReply to call ... | Jamey Sharp |
2006-04-19 | Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead. | Jamey Sharp |
2006-04-16 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb | Josh Triplett |
2006-04-16 | Improve package descriptions. | Josh Triplett |
2006-04-16 | Change Depends on x-dev to x11proto-core-dev. | Josh Triplett |
2006-04-16 | Add Build-Depends on libxdmcp-dev. | Josh Triplett |
2006-04-16 | * Debian X11R7 transition: | Josh Triplett |
2006-04-15 | Stop installing the libtool .la files. | Josh Triplett |
2006-04-15 | Update -dbg package handling to work with debhelper compat level 5. | Josh Triplett |
2006-04-15 | Stop running autoreconf in debian/rules, and remove Build-Depends for | Josh Triplett |
2006-04-15 | Add xcbint.h to noinst_HEADERS, so it gets distributed. | Josh Triplett |
2006-04-15 | Use screensaver.xml | Josh Triplett |
2006-04-15 | Put EXTHEADERS and EXTSOURCES in order. | Josh Triplett |
2006-04-15 | Split all non-essential extensions into their own separate libraries, named | Josh Triplett |