summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-12Added ExtractSting(). Used to turn strings in a reply to a c string. ThisJeremy Kolb1-116/+126
2006-01-11Add support for requests with multiple replies, and somewhat generic replyJamey Sharp5-17/+100
2006-01-10Rip "Scrap Your Boilerplate" stuff out again so more information than justJamey Sharp2-19/+11
2006-01-10Use fromBool, from Foreign.Util.Jamey Sharp1-1/+1
2006-01-10Add a type signature for request.Jamey Sharp1-0/+1
2006-01-10Rename readGenericM to readStorable, and readBoolM to readBool.Jamey Sharp1-8/+8
2006-01-10Add tracing so we can see what order lazy evaluation plus monad sequencingJamey Sharp1-4/+7
2006-01-10Use a Reader monad instead of passing the ForeignPtr down through all theJamey Sharp1-17/+21
2006-01-10Rewrite reply handling using "Scrap Your Boilerplate"-style generics so theJamey Sharp3-8/+48
2006-01-10First commit of a simple Haskell binding to XCB, including a demo app thatJamey Sharp8-0/+82
2006-01-02xcb flamesVincent Torri3-1/+488
2005-12-31Fixed a bunch of warnings. Fixed comparison against count/chars ImageFormatBart Massey1-14/+34
2005-12-30Initial xvinfo clone. Not quite done yet but pretty complete.Jeremy Kolb1-0/+317
2005-12-30Fixed some types, finally got QueryEncodings right.Jeremy Kolb1-3/+20
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-19No side-effecting code inside assert expressions, please.Jamey Sharp1-1/+3
2005-12-19Implement the default screen number output.Jamey Sharp1-2/+3
2005-12-19Fixed widgy error handling in rendertest . Made all demos compile cleanlyBart Massey3-28/+44
2005-12-18make valgrind happier. Not perfect, always the same errorsVincent Torri2-32/+44
2005-12-18make valgrind more happy, but it's not perfectVincent Torri1-16/+20
2005-12-18fix memcpy usageVincent Torri1-1/+1
2005-12-18Fixed bad bug in test_shm() ---"data" parameter needed to be passed byBart Massey1-12/+12
2005-12-18make gcc 4.0 happyVincent Torri1-1/+1
2005-12-18Minor cleanups for readability etcBart Massey1-22/+28
2005-12-17Fixed some padding issues and BYTE -> char for names.Jeremy Kolb1-6/+6
2005-12-17fix some spellingVincent Torri1-8/+9
2005-12-17Xlib macros translation, description of the requests/repliesVincent Torri1-107/+985
2005-12-17Mountain of changes. Added some enums, fixed more structs and requests.Jeremy Kolb1-5/+28
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-12Rewrite GetScreen using simplest-possible code, in my opinion. :-)Jamey Sharp1-11/+5
2005-12-12Removed last traces of xcb-convenient files since they got renamed toJamey Sharp3-92/+0
2005-12-12Ignore compile byproducts.Jamey Sharp1-0/+8
2005-12-11Fixed deprecations, by rewriting XCBConnectBasic() and XCBWaitEvent()Bart Massey9-30/+30
2005-12-11Wrong test in XCBAuxGetScreen() led to off-by-one.Bart Massey1-1/+1
2005-12-11Keep xcbrandr from dumping core or otherwise botching trying to print aBart Massey1-0/+6
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-08Update .cvsignore files for new binaries.Jamey Sharp2-0/+6
2005-12-08Make xcbrandr use the new XCBConnect function, instead of doing lots ofJamey Sharp1-23/+1
2005-12-08Rename XCBConnect to XCBConnectToFD, and implement XCBConnect andJamey Sharp4-21/+48
2005-11-19Fixed errors.Jeremy Kolb1-6/+7
2005-11-19Added Xv{Shm}PutImage requests.Jeremy Kolb1-4/+41
2005-11-19Fixed a number of padding issues, QueryImageAttributes now returns theJeremy Kolb1-3/+16
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-09-29Changed DAMAGE to xid from CARD32. This will make Vincent happy.Jeremy Kolb1-1/+1
2005-08-03reviewer: Jamey Sharp <jamey@minilop.net>Jamey Sharp2-1/+15