summaryrefslogtreecommitdiff
path: root/xcb
AgeCommit message (Expand)AuthorFilesLines
2006-02-16small fixHEADmasterVincent Torri1-1/+1
2006-01-15res.h/cJeremy Kolb1-0/+2
2006-01-12Added XPrint, Xv, XvMC extensions.Jeremy Kolb1-2/+8
2005-12-28Replace obsolete AC_OUTPUT(...) call with AC_CONFIG_FILES(...) and theJamey Sharp2-1/+10
2005-12-24New header and two functions specifically for Xlib's use, so we can quitJamey Sharp6-16/+104
2005-12-24Use AF_UNIX instead of PF_UNIX, because they're interchangeable on LinuxJamey Sharp2-1/+8
2005-12-18fix memcpy usageVincent Torri1-1/+1
2005-12-17fix some spellingVincent Torri1-8/+9
2005-12-17Xlib macros translation, description of the requests/repliesVincent Torri1-107/+985
2005-12-12Rewrite XCBParseDisplay to handle all error cases correctly. Thanks toJamey Sharp2-17/+39
2005-12-12Fix segfault in fail_unless calls and provide more useful error messages.Jamey Sharp2-24/+26
2005-12-08Looks like the deprecated existed back in GCC 3.1.Jamey Sharp1-1/+1
2005-12-08Use GCC attribute extension, if available, to mark some functionsJamey Sharp3-6/+26
2005-12-08Rename XCBConnect to XCBConnectToFD, and implement XCBConnect andJamey Sharp4-21/+48
2005-09-30reviewer: Jamey Sharp <jamey@minilop.net>Jamey Sharp10-10/+168
2005-09-29reviewer: Jamey Sharp <jamey@minilop.net>Jamey Sharp2-2/+10
2005-08-03reviewer: Jamey Sharp <jamey@minilop.net>Jamey Sharp2-1/+15
2005-08-03Fix one uninitialized memory warning from Valgrind. More will have to wait.Jamey Sharp2-0/+9
2005-07-22Fix memory leak reported by Carl Worth (thanks Carl!).Jamey Sharp2-1/+14
2005-07-17add more events handling descriptionVincent Torri1-12/+92
2005-05-22Permit unions to have fixed-length list fields.Josh Triplett2-1/+6
2005-05-22Fix date in previous changelog entry.Josh Triplett1-1/+1
2005-05-21In function parameters and structure fields, line up field names in theJosh Triplett2-16/+170
2005-05-17Make header files self-sufficient.Josh Triplett4-3/+17
2005-05-17Line up function parameters with opening parenthesis.Josh Triplett2-3/+32
2005-05-17Improve whitespace output on function declarations.Jamey Sharp2-1/+7
2005-05-12Most of a hack to make 'check' a suggested dependency and not aJamey Sharp2-1/+5
2005-05-07Split out changelog entries by version.Josh Triplett1-15/+21
2005-04-24*** empty log message ***Jeremy Kolb1-0/+2
2005-04-24*** empty log message ***Jeremy Kolb1-0/+5
2005-04-24Added support for list functionality of typedefs.Jeremy Kolb1-0/+2
2005-04-23Allow protocol descriptions to explicitly qualify types with a namespace,Josh Triplett2-6/+40
2005-04-23Bump version.Josh Triplett1-1/+1
2005-04-10New public function XCBGetRequestRead: returns the last sequence numberJamey Sharp3-0/+20
2005-04-10Implement XCBPrefetchExtensionData. An extension can now be in one of threeJamey Sharp2-9/+43
2005-04-09Assign a display-independent unique integer to each XCBExtension structure.Jamey Sharp3-34/+23
2005-04-09Add dbg package.Josh Triplett3-3/+21
2005-04-06ModifiedJeremy Kolb1-0/+6
2005-04-06Added support for float/double.Jeremy Kolb1-0/+2
2005-04-02Workaround for XSLT processors that can't understand attribute values ofJamey Sharp2-2/+10
2005-04-02Make the _destroy operations no-op on null pointers.Jamey Sharp2-0/+9
2005-04-01Fix Build-Depends. libxcb0-dev Depends: x-dev. Set version to 1pre2v1.Josh Triplett2-3/+3
2005-04-01Lazily check for BIG-REQUESTS support. The first call toJamey Sharp5-29/+47
2005-03-31Fix X error handling to, uh, not hang.Jamey Sharp2-9/+31
2005-03-31spelling and grammar fixes from Brian VincentVincent Torri1-34/+34
2005-03-30Accept zero or more replies to any request. Eliminates, for the moment,Jamey Sharp3-66/+47
2005-03-30Add a map ADT implemented using the list ADT.Jamey Sharp3-0/+71
2005-03-28add tutorialVincent Torri1-0/+5
2005-03-28tutorialVincent Torri2-0/+2895
2005-03-27*** empty log message ***Jeremy Kolb1-0/+6