Age | Commit message (Expand) | Author | Files | Lines |
2006-01-12 | Added ExtractSting(). Used to turn strings in a reply to a c string. This | Jeremy Kolb | 1 | -116/+126 |
2006-01-11 | Add support for requests with multiple replies, and somewhat generic reply | Jamey Sharp | 5 | -17/+100 |
2006-01-10 | Rip "Scrap Your Boilerplate" stuff out again so more information than just | Jamey Sharp | 2 | -19/+11 |
2006-01-10 | Use fromBool, from Foreign.Util. | Jamey Sharp | 1 | -1/+1 |
2006-01-10 | Add a type signature for request. | Jamey Sharp | 1 | -0/+1 |
2006-01-10 | Rename readGenericM to readStorable, and readBoolM to readBool. | Jamey Sharp | 1 | -8/+8 |
2006-01-10 | Add tracing so we can see what order lazy evaluation plus monad sequencing | Jamey Sharp | 1 | -4/+7 |
2006-01-10 | Use a Reader monad instead of passing the ForeignPtr down through all the | Jamey Sharp | 1 | -17/+21 |
2006-01-10 | Rewrite reply handling using "Scrap Your Boilerplate"-style generics so the | Jamey Sharp | 3 | -8/+48 |
2006-01-10 | First commit of a simple Haskell binding to XCB, including a demo app that | Jamey Sharp | 8 | -0/+82 |
2006-01-02 | xcb flames | Vincent Torri | 3 | -1/+488 |
2005-12-31 | Fixed a bunch of warnings. Fixed comparison against count/chars ImageFormat | Bart Massey | 1 | -14/+34 |
2005-12-30 | Initial xvinfo clone. Not quite done yet but pretty complete. | Jeremy Kolb | 1 | -0/+317 |
2005-12-30 | Fixed some types, finally got QueryEncodings right. | Jeremy Kolb | 1 | -3/+20 |
2005-12-28 | Replace obsolete AC_OUTPUT(...) call with AC_CONFIG_FILES(...) and the | Jamey Sharp | 2 | -1/+10 |
2005-12-24 | New header and two functions specifically for Xlib's use, so we can quit | Jamey Sharp | 6 | -16/+104 |
2005-12-24 | Use AF_UNIX instead of PF_UNIX, because they're interchangeable on Linux | Jamey Sharp | 2 | -1/+8 |
2005-12-19 | No side-effecting code inside assert expressions, please. | Jamey Sharp | 1 | -1/+3 |
2005-12-19 | Implement the default screen number output. | Jamey Sharp | 1 | -2/+3 |
2005-12-19 | Fixed widgy error handling in rendertest . Made all demos compile cleanly | Bart Massey | 3 | -28/+44 |
2005-12-18 | make valgrind happier. Not perfect, always the same errors | Vincent Torri | 2 | -32/+44 |
2005-12-18 | make valgrind more happy, but it's not perfect | Vincent Torri | 1 | -16/+20 |
2005-12-18 | fix memcpy usage | Vincent Torri | 1 | -1/+1 |
2005-12-18 | Fixed bad bug in test_shm() ---"data" parameter needed to be passed by | Bart Massey | 1 | -12/+12 |
2005-12-18 | make gcc 4.0 happy | Vincent Torri | 1 | -1/+1 |
2005-12-18 | Minor cleanups for readability etc | Bart Massey | 1 | -22/+28 |
2005-12-17 | Fixed some padding issues and BYTE -> char for names. | Jeremy Kolb | 1 | -6/+6 |
2005-12-17 | fix some spelling | Vincent Torri | 1 | -8/+9 |
2005-12-17 | Xlib macros translation, description of the requests/replies | Vincent Torri | 1 | -107/+985 |
2005-12-17 | Mountain of changes. Added some enums, fixed more structs and requests. | Jeremy Kolb | 1 | -5/+28 |
2005-12-12 | Rewrite XCBParseDisplay to handle all error cases correctly. Thanks to | Jamey Sharp | 2 | -17/+39 |
2005-12-12 | Fix segfault in fail_unless calls and provide more useful error messages. | Jamey Sharp | 2 | -24/+26 |
2005-12-12 | Rewrite GetScreen using simplest-possible code, in my opinion. :-) | Jamey Sharp | 1 | -11/+5 |
2005-12-12 | Removed last traces of xcb-convenient files since they got renamed to | Jamey Sharp | 3 | -92/+0 |
2005-12-12 | Ignore compile byproducts. | Jamey Sharp | 1 | -0/+8 |
2005-12-11 | Fixed deprecations, by rewriting XCBConnectBasic() and XCBWaitEvent() | Bart Massey | 9 | -30/+30 |
2005-12-11 | Wrong test in XCBAuxGetScreen() led to off-by-one. | Bart Massey | 1 | -1/+1 |
2005-12-11 | Keep xcbrandr from dumping core or otherwise botching trying to print a | Bart Massey | 1 | -0/+6 |
2005-12-08 | Looks like the deprecated existed back in GCC 3.1. | Jamey Sharp | 1 | -1/+1 |
2005-12-08 | Use GCC attribute extension, if available, to mark some functions | Jamey Sharp | 3 | -6/+26 |
2005-12-08 | Update .cvsignore files for new binaries. | Jamey Sharp | 2 | -0/+6 |
2005-12-08 | Make xcbrandr use the new XCBConnect function, instead of doing lots of | Jamey Sharp | 1 | -23/+1 |
2005-12-08 | Rename XCBConnect to XCBConnectToFD, and implement XCBConnect and | Jamey Sharp | 4 | -21/+48 |
2005-11-19 | Fixed errors. | Jeremy Kolb | 1 | -6/+7 |
2005-11-19 | Added Xv{Shm}PutImage requests. | Jeremy Kolb | 1 | -4/+41 |
2005-11-19 | Fixed a number of padding issues, QueryImageAttributes now returns the | Jeremy Kolb | 1 | -3/+16 |
2005-09-30 | reviewer: Jamey Sharp <jamey@minilop.net> | Jamey Sharp | 10 | -10/+168 |
2005-09-29 | reviewer: Jamey Sharp <jamey@minilop.net> | Jamey Sharp | 2 | -2/+10 |
2005-09-29 | Changed DAMAGE to xid from CARD32. This will make Vincent happy. | Jeremy Kolb | 1 | -1/+1 |
2005-08-03 | reviewer: Jamey Sharp <jamey@minilop.net> | Jamey Sharp | 2 | -1/+15 |