19
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed functions that return new iterators to *Iter, to avoid conflict with similar functions that return arrays. Deprecating ARRAYFIELD in favor of LISTFIELD, which now generates both array and iterator accessors. You get an array accessor as long as the element type is fixed length; you get an interator accessor as long as the base type has an iterator. You always get a 'Length' function. More... almost 20 years ago
Bart cleaned up some code that I made ugly, and I'm fixing a warning that resulted from a static function being created but not necessarily used. More... almost 20 years ago
Add XSLT for generating C bindings. Currently processes all the elements used in dpms.xml. More... almost 20 years ago
Fixed indentation and formatting. More... almost 20 years ago
Add "name" and "type" fields to "exprfield" by inheriting from type "var". Remove unused "expression" complexType, and rename "operand" to "expression". More... almost 20 years ago
Add left shift operator as possible value of "op" attribute. More... almost 20 years ago
Fix list element, which specified an attribute that contained elements. Change item element in enumerations to specify length as an expression. More... almost 20 years ago
Initial import of XML-XCB. More... almost 20 years ago
Initial revision More... almost 20 years ago
OK, it might be a good idea to commit something that compiles. I thought I'd tested this change... More... almost 20 years ago
Added support for the XC-Misc extension's ability to request more XIDs from the server when the client runs out of them. More... almost 20 years ago
Removed XCBNextNonce, and the nonce parameter of XCBGetAuthInfo, from the API. XCB can compute that just fine without help from the application. More... almost 20 years ago
Added description of the SYNC extension contributed by Mikko Torni. More... almost 20 years ago
Importing part of patches, adding SYNC, by Mikko Markus Torni <[email protected]>. This needed better padding computation in XCB before it could be implemented cleanly. More... almost 20 years ago
Importing part of patches, adding XC-MISC, by Mikko Markus Torni <[email protected]>. More... almost 20 years ago
Remove XCBEventQueueRemove and XCBEventQueueFind. Their existence in the API constrains the implementation, and they're not useful for real code, like toolkits, anyway. More... almost 20 years ago
The code generator provides C++ safety now, so the protocol description should not. More... almost 20 years ago
XCB headers are now compatible with C++ source. More... almost 20 years ago
Keith's fix for padding didn't quite work, despite looking quite sensible at the time. Replaced XCB_TYPE_CEIL with XCB_TYPE_PAD and made all the iterators, lists, and arrays count the number of bytes from the beginning of the current request. More... almost 20 years ago
Force a response from the server if we haven't seen one in 65530 requests. If you don't do this, XCB gets confused the next time it waits for a reply. More... almost 20 years ago
No need to list header file names more than once... More... almost 20 years ago
Added description of the XC-Misc extension contributed by Mikko Torni. More... almost 20 years ago
Must round datatype lengths to 4-byte boundary for NEXTFIELD and End macros. Created new XCB_TYPE_CEIL macro for this purpose and used it in a couple of places. It is to be hoped that this represents all of the locations that need changing... More... almost 20 years ago
Include appropriate socket libraries on Solaris. More... almost 20 years ago
Never mind about C99. More... almost 20 years ago
I do not like maintainer mode. More... almost 20 years ago
Get a sensible depth before creating windows. More... almost 20 years ago
Fix BadMatch error from CreateWindow due to bad depth on some servers. More... almost 20 years ago
Picked a less confusing value for the GetProperty value array length. More... almost 20 years ago
Make screen number default to 0 if not specified to XCBParseDisplay. More... about 20 years ago