2006-11-26 |
Josh Triplett | Use substitition variables in xcb-xinerama.pc.in, not...
|
commit | commitdiff | tree |
2006-11-23 |
Josh Triplett | Release libxcb 1.0
|
commit | commitdiff | tree |
2006-11-23 |
Josh Triplett | Rewrite automake's data installation rules, because...
|
commit | commitdiff | tree |
2006-11-23 |
Josh Triplett | Rework doxygen build and install to work with srcdir...
|
commit | commitdiff | tree |
2006-11-23 |
Josh Triplett | Remove --with-opt and --with-debug options from configure...
|
commit | commitdiff | tree |
2006-11-23 |
Josh Triplett | Check for getaddrinfo rather than gethostbyname in...
|
commit | commitdiff | tree |
2006-11-22 |
Josh Triplett | Replace uses of "long" with uint32_t, and similar;...
|
commit | commitdiff | tree |
2006-11-21 |
Josh Triplett | Support XDM-AUTHORIZATION-1 on IPv6
|
commit | commitdiff | tree |
2006-11-21 |
Josh Triplett | Refactor auth code to get display number from xcb_connect
|
commit | commitdiff | tree |
2006-11-21 |
Josh Triplett | Only use AI_NUMERICSERV if defined.
|
commit | commitdiff | tree |
2006-11-21 |
Josh Triplett | Support authentication for IPv6 connections
|
commit | commitdiff | tree |
2006-11-21 |
Josh Triplett | Support displays with IPv6 addresses or hosts which...
|
commit | commitdiff | tree |
2006-11-21 |
Josh Triplett | Add new xcb_parse_display test cases, most related...
|
commit | commitdiff | tree |
2006-10-16 |
Josh Triplett | Also test xcb_parse_display with NULL argument and...
|
commit | commitdiff | tree |
2006-10-09 |
Josh Triplett | Add note to xcbxlib.h that nothing except Xlib/XCB...
|
commit | commitdiff | tree |
2006-10-07 |
Josh Triplett | Move xcb_generate_id from xcbext.h to xcb.h
|
commit | commitdiff | tree |
2006-10-07 |
Josh Triplett | Stop implicitly importing xproto; goes with proto change...
|
commit | commitdiff | tree |
2006-10-07 |
Josh Triplett | Handle "xidunion" instead of "union" for XID unions...
|
commit | commitdiff | tree |
2006-10-07 |
Josh Triplett | Refer to the "xlib lock" rather than the "IOLock" in...
|
commit | commitdiff | tree |
2006-10-07 |
Josh Triplett | Remove XID wrapper structures and replace them with...
|
commit | commitdiff | tree |
2006-09-25 |
Josh Triplett | Stop installing the protocol descriptions for extensions...
|
commit | commitdiff | tree |
2006-09-25 |
Josh Triplett | Actually install xcb-xlib.pc, and ship xcb-xlib.pc...
|
commit | commitdiff | tree |
2006-09-25 |
Josh Triplett | Split the Xlib compatibility functions into a separate...
|
commit | commitdiff | tree |
2006-09-24 |
Josh Triplett | Integrate top-level .gitignore into .gitignore for...
|
commit | commitdiff | tree |
2006-09-23 |
Josh Triplett | Remove the xcb_[extension]_init functions; use xcb_get_exten...
|
commit | commitdiff | tree |
2006-09-23 |
Josh Triplett | More fixups for incorrect API conversions by api_conv.pl
|
commit | commitdiff | tree |
2006-09-23 |
Josh Triplett | Convert the XCB test suite to the new API
|
commit | commitdiff | tree |
2006-09-23 |
Josh Triplett | We do not conflict with Xmd.h anymore; remove the include...
|
commit | commitdiff | tree |
2006-09-23 |
Josh Triplett | Fix some mis-conversions by api_conv.pl, and remove...
|
commit | commitdiff | tree |
2006-09-23 |
Josh Triplett | The Great XCB Renaming
|
commit | commitdiff | tree |
2006-07-31 |
Josh Triplett | Implement error handling plan 7.
|
commit | commitdiff | tree |
2006-07-31 |
Josh Triplett | Parameterize context in cookie-type and request-matching...
|
commit | commitdiff | tree |
2006-07-30 |
Josh Triplett | Fix typo: s/request/sequence/
|
commit | commitdiff | tree |
2006-07-30 |
Josh Triplett | Add XCBRequestCheck function needed for Plan 7.
|
commit | commitdiff | tree |
2006-06-15 |
Josh Triplett | Remove arbitrary division between xcb_types and xproto...
|
commit | commitdiff | tree |
2006-05-15 |
Josh Triplett | In the GLX workaround, use !strcmp to check for equality...
|
commit | commitdiff | tree |
2006-05-10 |
Josh Triplett | Stop overwriting CFLAGS in xcb/src/Makefile.am.
|
commit | commitdiff | tree |
2006-04-30 |
Josh Triplett | Work around the unsetting of CFLAGS in src/Makefile...
|
commit | commitdiff | tree |
2006-04-29 |
Josh Triplett | Remove unnecessary dirs files.
|
commit | commitdiff | tree |
2006-04-29 |
Josh Triplett | Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt...
|
commit | commitdiff | tree |
2006-04-29 |
Josh Triplett | Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
|
commit | commitdiff | tree |
2006-04-29 |
Josh Triplett | Add a Section field for the source package in debian...
|
commit | commitdiff | tree |
2006-04-29 |
Josh Triplett | Drop library version from source package name.
|
commit | commitdiff | tree |
2006-04-29 |
Josh Triplett | Set distribution to experimental.
|
commit | commitdiff | tree |
2006-04-29 |
Josh Triplett | Remove Bugs field in debian/control, so bugs go to...
|
commit | commitdiff | tree |
2006-04-28 |
Josh Triplett | Change libxcbxvmc0-dev Depends to libxcbxv0-dev, not...
|
commit | commitdiff | tree |
2006-04-28 |
Josh Triplett | Update debian packaging to create library, -dev, and...
|
commit | commitdiff | tree |
2006-04-28 |
Josh Triplett | Fix the year in COPYING.
|
commit | commitdiff | tree |
2006-04-28 |
Josh Triplett | Add an explanation of libtool -version-info to src...
|
commit | commitdiff | tree |
2006-04-27 |
Josh Triplett | Fix tutorial to use XCBSetup rather than the previous...
|
commit | commitdiff | tree |
2006-04-27 |
Josh Triplett | Remove execute bit on tutorial.
|
commit | commitdiff | tree |
2006-04-27 |
Josh Triplett | Fix a comment for the renaming of XCBConnSetupSuccessRep...
|
commit | commitdiff | tree |
2006-04-27 |
Josh Triplett | Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to...
|
commit | commitdiff | tree |
2006-04-27 |
Josh Triplett | Fix typo and rephrase checking message.
|
commit | commitdiff | tree |
2006-04-26 |
Josh Triplett | Add .pc.in files for all the new extension libraries...
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Merge branch 'master' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Improve package descriptions.
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Change Depends on x-dev to x11proto-core-dev.
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Add Build-Depends on libxdmcp-dev.
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | * Debian X11R7 transition:
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Stop installing the libtool .la files.
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Update -dbg package handling to work with debhelper...
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Stop running autoreconf in debian/rules, and remove...
|
commit | commitdiff | tree |
2006-04-16 |
Josh Triplett | Add xcbint.h to noinst_HEADERS, so it gets distributed.
|
commit | commitdiff | tree |
2006-04-15 |
Josh Triplett | Use screensaver.xml
|
commit | commitdiff | tree |
2006-04-15 |
Josh Triplett | Put EXTHEADERS and EXTSOURCES in order.
|
commit | commitdiff | tree |
2006-04-15 |
Josh Triplett | Split all non-essential extensions into their own separate...
|
commit | commitdiff | tree |
2006-03-21 |
Josh Triplett | Remove outdated fd.o-* entries from */debian/.gitignore...
|
commit | commitdiff | tree |
2006-03-05 |
Josh Triplett | Add *.tar.{bz2,gz} to .gitignore for the benefit of...
|
commit | commitdiff | tree |
2006-02-19 |
Josh Triplett | Remove xcl and CVSROOT.
|
commit | commitdiff | tree |
|