index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2006-09-25
Move header files to $includedir/xcb (generally $prefix/include/xcb).
Jamey Sharp
2006-09-25
Split the Xlib compatibility functions into a separate library libxcb-xlib
Josh Triplett
2006-09-25
Move debian/ directory to new branch "debian".
Jamey Sharp
2006-09-25
We no longer need xproto: do not list it as a dependency.
Jamey Sharp
2006-09-25
Lowercase library names to correspond with the new API.
Jamey Sharp
2006-09-24
Add XCBAllPlanes from xcb-image util library.
Ian Osgood
2006-09-24
Integrate top-level .gitignore into .gitignore for each subdirectory
Josh Triplett
2006-09-24
now, I know how to use api_conv.pl :)
TORRI Vincent
2006-09-23
Remove the xcb_[extension]_init functions; use xcb_get_extension_data directly
Josh Triplett
2006-09-23
More fixups for incorrect API conversions by api_conv.pl
Josh Triplett
2006-09-23
Convert the XCB test suite to the new API
Josh Triplett
2006-09-23
Apply const-names.xsl to the un-renamed XML; replace the XSL with the result.
Jamey Sharp
2006-09-23
We do not conflict with Xmd.h anymore; remove the include hack from xcb_auth.c
Josh Triplett
2006-09-23
Fix some mis-conversions by api_conv.pl, and remove the now-unused Xmd types
Josh Triplett
2006-09-23
The Great XCB Renaming
Josh Triplett
2006-09-23
Special cases to agree with the conventions Josh and I have hashed out.
Jamey Sharp
2006-09-22
Handle remaining incorrect API translations in api_conv.pl.
Jamey Sharp
2006-09-22
Make xcb_conn.c agree that XCBSetupReq is now XCBSetupRequest.
Jamey Sharp
2006-09-22
List xproto.xml path explicitly instead of relying on GNU Make $< expansion
Alan Coopersmith
2006-09-21
Shut down the connection in all "fatal" error cases.
Jamey Sharp
2006-09-21
Add a private connection shutdown method for error cases.
Jamey Sharp
2006-09-21
Make all public functions do nothing on an error connection.
Jamey Sharp
2006-09-21
Convert connection functions to return error objects.
Jamey Sharp
2006-09-21
Provide a "has error" property for XCBConnection.
Jamey Sharp
2006-09-21
Refactor XCBPollForEvent with a shorter critical section.
Jamey Sharp
2006-09-18
XCB*Id is a variable, not a type: adjust API conventions accordingly.
Jamey Sharp
2006-09-18
Fix bug #7261: events do not signal the end of replies for that sequence number.
Jamey Sharp
2006-09-18
Handle names of constants during API conversion.
Jamey Sharp
2006-09-17
Complete rewrite of api_conv.pl.
Jamey Sharp
2006-09-14
Simplify the API conversion tool without functionality changes.
Jamey Sharp
2006-09-13
Prototype API conversion tool for upcoming lowercased XCB API.
Thomas Coppi
2006-09-13
Finish removing deprecated functions. Fixes build failure (oops).
Jamey Sharp
2006-09-12
Ignore xproto.xml that now gets copied in while building.
Jamey Sharp
2006-09-12
Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...
Jamey Sharp
2006-09-12
Cleaned up previous fix for GNU Make stuff.
Bart Massey
2006-09-11
Removed GNU make dependency.
Bart Massey
2006-09-09
Handle XC-MISC request failure when allocating new XIDs. (fixes #7001)
Jamey Sharp
2006-08-14
Tutorial corrections.
Thomas Hunger
2006-07-30
Implement error handling plan 7.
Josh Triplett
2006-07-30
Parameterize context in cookie-type and request-matching template.
Josh Triplett
2006-07-30
Fix Keith's 32-bit wrap fix.
Jamey Sharp
2006-07-30
Fix typo: s/request/sequence/
Josh Triplett
2006-07-30
Add XCBRequestCheck function needed for Plan 7.
Josh Triplett
2006-07-28
Restore netinet/in.h include that was removed in the DECnet commit.
Eric Anholt
2006-07-25
Replace HAVE_* tests with just checking for (__solaris__)
Eric Anholt
2006-07-25
fix closing <b> tag
TORRI Vincent
2006-07-07
Fix build on Solaris (use inttypes.h)
Ian Osgood
2006-07-01
Finally remove X.h from xcb.h, fix broken image tests.
Ian Osgood
2006-07-01
Switch sequence comparisons to handle 32-bit sequence number wrap.
Keith Packard
2006-06-15
Remove arbitrary division between xcb_types and xproto by merging
Josh Triplett
[next]