Age | Commit message (Expand) | Author | Files | Lines |
2006-02-16 | small fixHEADmaster | Vincent Torri | 1 | -1/+1 |
2006-02-10 | Add note regarding buggy X server implementations of GLX, and how to work | Jamey Sharp | 1 | -0/+18 |
2006-01-20 | I was young, full of false ideas... | Vincent Torri | 1 | -2/+1 |
2006-01-15 | update | Jeremy Kolb | 1 | -1/+10 |
2006-01-15 | Adding TODO for extensions. | Jeremy Kolb | 1 | -0/+30 |
2006-01-15 | res.h/c | Jeremy Kolb | 1 | -0/+2 |
2006-01-15 | X-Resource extension added. Tested with variant of | Jeremy Kolb | 2 | -0/+81 |
2006-01-14 | XCBConnectBasit and XCBWaitEvent are deprecated | Vincent Torri | 3 | -55/+14 |
2006-01-14 | XCBWaitEvent is deprecated | Vincent Torri | 1 | -1/+1 |
2006-01-14 | XCBConnectBasic is deprecated and xcbint must not be used anymore | Vincent Torri | 2 | -4/+6 |
2006-01-14 | XCBConnectBasic is deprecated | Vincent Torri | 1 | -1/+1 |
2006-01-12 | Added XPrint, Xv, XvMC extensions. | Jeremy Kolb | 1 | -2/+8 |
2006-01-12 | Initial support for XVideo-MotionCompensation extension. | Jeremy Kolb | 1 | -0/+140 |
2006-01-12 | Add support for XPrint, Xv, XvMC | Jeremy Kolb | 1 | -1/+4 |
2006-01-12 | Fixed PutImage and Image struct. Should now work fully with Xv 2.2. | Jeremy Kolb | 1 | -16/+21 |
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 |