summaryrefslogtreecommitdiff
path: root/xcb
AgeCommit message (Expand)AuthorFilesLines
2005-03-27Add xf86dri support. Don't compile Record as it doesn't work yet.Jeremy Kolb1-0/+2
2005-03-26Instead of storing a pending flag per reply record, look in the readersJamey Sharp2-21/+17
2005-03-25Add _xcb_queue_is_empty.Jamey Sharp3-0/+11
2005-03-25Add a queue ADT. Currently implemented using the list ADT, but analysisJamey Sharp4-7/+26
2005-03-25Remove _xcb_list_length. (Two callers in xcb_in didn't actually care aboutJamey Sharp4-29/+16
2005-03-25Remove XCBEventQueueLength and XCBEventQueueClear: they're not part of theJamey Sharp3-19/+7
2005-03-25libxau6, not libxau0Josh Triplett1-1/+1
2005-03-25Update Debian packaging.Josh Triplett8-16/+66
2005-03-25s/pdx.freedesktop.org/lists.freedesktop.org/ in package email address.Josh Triplett2-1/+7
2005-03-24avn@daemon.hole.ru pointed out two memory leaks in XCB, which this updateJamey Sharp3-0/+12
2005-03-23Quit storing an "error" flag: it's redundant with the contents of theJamey Sharp2-4/+8
2005-03-23My recent Xlib patch stressed XCB's pending reply queue in ways it hasJamey Sharp3-14/+30
2005-03-21Wait for the last known read sequence number to pass the request we'reJamey Sharp4-1/+27
2005-02-11Add GLX protocol description; thanks to Jeremy Kolb.Josh Triplett1-0/+2
2005-02-11Add RandR protocol description; thanks to Jeremy Kolb.Josh Triplett1-0/+2
2005-02-08Stop with an error message if an expression contains an invalid element.Josh Triplett1-0/+8
2005-01-25Add missing field-prefix param to function-call template.Josh Triplett1-0/+1
2005-01-25Fix missing field prefix ("R->") in expressions that are arguments ofJosh Triplett1-1/+3
2005-01-25Fix bug in calulation of list length based on reply length.Josh Triplett1-5/+5
2004-11-26In do-request processing, use the existing num-parts variable rather thanJosh Triplett2-2/+7
2004-11-26Add a list of known core types, and don't search all the protocolJosh Triplett2-11/+66
2004-11-11Don't create a separate local variable for exprfields, and change anJosh Triplett2-10/+29
2004-11-11Prefix variables in request function with "xcb_" to avoid collisions withJosh Triplett2-7/+13
2004-11-10More API changes: Put constant request-specific data into a static constJosh Triplett4-34/+63
2004-11-09debian/copyright is a generated file, so add it to debian/.cvsignoreJosh Triplett2-0/+5
2004-11-09Add <indent> tag for indenting <l>s.Josh Triplett2-6/+28
2004-11-08Make the __thread-based assertion a compile-time option, defaulting to off.Jamey Sharp2-0/+13
2004-11-08Update XSLT to deal with change from extension element to extension-nameJosh Triplett2-73/+36
2004-11-07Include full license in every file rather than referencing COPYING; updateJosh Triplett12-24/+283
2004-11-07Remove non-applicable licenses from COPYING file.Josh Triplett1-127/+0
2004-11-07Merged changes for XML-XCB project.Josh Triplett11-609/+100
2004-11-07Replace "See the file COPYING..." in the copyright/license notices with theJosh Triplett1-1/+22
2004-11-04:request.Josh Triplett1-12/+47
2004-10-30Change the local variable "parts" in request functions to "xcb_parts", toJosh Triplett1-6/+7
2004-10-30Move inclusion of the headers of imported extensions from the source fileJosh Triplett1-8/+9
2004-10-30For lists with only an implicit length expression, include an explicitJosh Triplett1-0/+3
2004-10-11When checking if a list is fixed-length, ensure that it has a specifiedJosh Triplett1-1/+1
2004-10-10Instead of creating fields referenced in a length expression but neverJosh Triplett1-10/+4
2004-10-04Add parameter "extension-path", to provide the path to the extensionJosh Triplett1-3/+9
2004-10-04Modify test for undeclared fields in length expressions so that it alsoJosh Triplett1-2/+3
2004-10-03If the length expression of a list references a non-existant field, createJosh Triplett1-0/+9
2004-10-03XCBWaitReply is now called XCBWaitForReply.Josh Triplett1-27/+46
2004-10-02Add import element to schema, and add support for import to XSLT. TheJosh Triplett1-59/+54
2004-10-01Renamed XCBWaitReply to XCBWaitForReply for new API.Jamey Sharp4-3/+10
2004-09-30Fix build failure when compiling tests.Jamey Sharp2-1/+6
2004-09-30Added XCBPollForEvent function from new API.Jamey Sharp3-0/+26
2004-09-30Update the extension cache for its new API. The optimizations that this APIJamey Sharp5-8/+36
2004-09-29Oops, XCBPopcount was supposed to change argument types too.Jamey Sharp3-2/+9
2004-09-29Renamed XCBOnes to XCBPopcount as per new API spec.Jamey Sharp4-4/+11
2004-09-29Moved declarations that are only useful to protocol implementations into aJamey Sharp9-11/+58