index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xcb.h
Age
Commit message (
Expand
)
Author
2006-11-18
Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re...
Jamey Sharp
2006-10-20
fix doxy doc
TORRI Vincent
2006-10-07
Document xcb_generate_id.
Ian Osgood
2006-10-07
Move xcb_generate_id from xcbext.h to xcb.h
Josh Triplett
2006-10-06
Remove the 'int *error' out-parameter for xcb_poll_for_event.
Jamey Sharp
2006-09-23
More fixups for incorrect API conversions by api_conv.pl
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-21
Provide a "has error" property for XCBConnection.
Jamey Sharp
2006-09-12
Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...
Jamey Sharp
2006-07-30
Add XCBRequestCheck function needed for Plan 7.
Josh Triplett
2006-07-25
Replace HAVE_* tests with just checking for (__solaris__)
Eric Anholt
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-06-15
Remove arbitrary division between xcb_types and xproto by merging
Josh Triplett
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-04-28
Move the remainder of the constants in X.h into XML enumerations.
Ian Osgood
2006-04-27
Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix...
Josh Triplett
2006-04-26
Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...
Jamey Sharp
2006-04-19
Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead.
Jamey Sharp
2006-03-16
The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround:...
Jamey Sharp
2006-03-15
Remove proto/X11 dependencies from xcb-demo.
Ian Osgood
2006-03-14
Remove xcb-util dependency on proto/X11
Ian Osgood
2006-03-14
doxygen documentation of the API
TORRI Vincent
2006-03-13
Remove dependencies on Xmd.h and X.h
Ian Osgood
2006-03-11
Portability fixes. Should help DragonFly and Solaris, and should not hurt any...
Jamey Sharp
2006-03-03
Add 32-bit full_sequence fields to generic errors and events, so callers can ...
Jamey Sharp
2006-02-18
Remove xcl and CVSROOT.
Josh Triplett