19
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use of convenient functions More... about 19 years ago
convenient functions More... about 19 years ago
Make the _destroy operations no-op on null pointers. More... about 19 years ago
add an animation to lissajoux. Add shm support (but doesn't work yet...) More... about 19 years ago
Fix Build-Depends. libxcb0-dev Depends: x-dev. Set version to 1pre2v1. More... about 19 years ago
Set version number to 1pre2v1. More... about 19 years ago
Lazily check for BIG-REQUESTS support. The first call to XCBGetMaximumRequestLength takes the two-round-trip penalty for discovering BIG-REQUESTS support, and caches the result for subsequent calls. Also XCBSendRequest is now careful to only ask for the true maximum request length if the length from the connection setup data isn't sufficient for the current request. More... about 19 years ago
Fix X error handling to, uh, not hang. More... about 19 years ago
spelling and grammar fixes from Brian Vincent More... about 19 years ago
Accept zero or more replies to any request. Eliminates, for the moment, nearly all run-time error checking regarding the number of replies expected for a particular request. Also breaks the unexpected reply callback, which is OK because I was going to remove it anyway, and now I've done so. More... about 19 years ago
Add a map ADT implemented using the list ADT. More... about 19 years ago
Add README in the distribution More... about 19 years ago
README file More... about 19 years ago
julia and lissajoux examples More... about 19 years ago
Removed include of xcbint.h, and code that depended on XCB internals. More... about 19 years ago
add tutorial More... about 19 years ago
tutorial More... about 19 years ago
remove a comma (C89) More... about 19 years ago
*** empty log message *** More... about 19 years ago
Add xf86dri support. Don't compile Record as it doesn't work yet. More... about 19 years ago
Removed installing record as it doesn't work yet. Added xf86dri.xml More... about 19 years ago
Added support for the XFree86-DRI extension. More... about 19 years ago
Fixed a field name. More... about 19 years ago
Instead of storing a pending flag per reply record, look in the readers list to find out whether there's a reader waiting for the reply we've just been asked to wait for. More... about 19 years ago
Add _xcb_queue_is_empty. More... about 19 years ago
Add a queue ADT. Currently implemented using the list ADT, but analysis will probably suggest a better data structure. The split is intended to help that analysis. More... about 19 years ago
Remove _xcb_list_length. (Two callers in xcb_in didn't actually care about the returned value beyond "empty" or "non-empty", which they can get other ways.) _xcb_in_events_length became obsolete in the process, and I took _xcb_list_clear out of xcbint.h while I was at it because only _xcb_list_delete calls it these days. More... about 19 years ago
Remove XCBEventQueueLength and XCBEventQueueClear: they're not part of the new API, and they interfere with analysis of the _xcb_list implementation. More... about 19 years ago
Replace XCBEventQueueLength call with XCBPollForEvent. More... about 19 years ago
libxau6, not libxau0 More... about 19 years ago