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-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-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 | 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-11 | Fixed deprecations, by rewriting XCBConnectBasic() and XCBWaitEvent() | Bart Massey | 9 | -30/+30 |
2005-12-11 | Keep xcbrandr from dumping core or otherwise botching trying to print a | Bart Massey | 1 | -0/+6 |
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-04-09 | This is an XCB app. Why not... I don't know... hide latency? | Jamey Sharp | 1 | -26/+20 |
2005-04-02 | API change | Vincent Torri | 4 | -8/+8 |
2005-04-02 | use of convenient functions | Vincent Torri | 5 | -49/+14 |
2005-04-01 | add an animation to lissajoux. Add shm support (but doesn't work yet...) | Vincent Torri | 2 | -32/+166 |
2005-03-28 | Add README in the distribution | Vincent Torri | 1 | -1/+1 |
2005-03-28 | README file | Vincent Torri | 1 | -0/+13 |
2005-03-28 | julia and lissajoux examples | Vincent Torri | 7 | -1/+417 |
2005-03-28 | Removed include of xcbint.h, and code that depended on XCB internals. | Jamey Sharp | 1 | -7/+1 |
2005-03-25 | Replace XCBEventQueueLength call with XCBPollForEvent. | Jamey Sharp | 1 | -1/+1 |
2005-03-24 | Make some demos free some memory before exit, so we can spot memory leaks | Jamey Sharp | 2 | -0/+5 |
2005-02-11 | Add xcbrandr, port of xrandr to XCB; thanks to Jeremy Kolb. | Josh Triplett | 2 | -1/+467 |
2004-07-25 | Update for XCB API change surrounding iterators. | Jamey Sharp | 4 | -14/+14 |
2004-06-15 | I do not like maintainer mode. | Jamey Sharp | 2 | -2/+1 |
2004-06-15 | Get a sensible depth before creating windows. | Jamey Sharp | 1 | -4/+19 |
2004-06-15 | Fix BadMatch error from CreateWindow due to bad depth on some servers. | Jamey Sharp | 1 | -1/+1 |
2004-03-17 | Big API changes so XCB headers don't conflict with Xlib ones. | Jamey Sharp | 6 | -112/+112 |
2004-02-03 | make_fixed is no longer in XCB; added it here. | Jamey Sharp | 1 | -0/+5 |
2003-12-10 | Updated for recent API changes. | Jamey Sharp | 4 | -15/+15 |
2003-11-18 | Removed XCBEventQueueIsEmpty and XCBListIsEmpty, because they were | Jamey Sharp | 2 | -7/+12 |
2003-11-18 | Autotoolized. | Jamey Sharp | 4 | -0/+62 |
2003-11-11 | ICCCM test needs string.h | Bart Massey | 1 | -0/+4 |
2003-11-11 | Patch from Laurent Boulard <l.boulard@wanadoo.fr> to clean up remainder of | Bart Massey | 5 | -28/+29 |
2003-11-05 | Fixed a number of compilation warnings/errors due to stale bits. In | Bart Massey | 1 | -8/+10 |
2003-10-11 | Fixed a bug in code that isn't usually compiled. | Jamey Sharp | 1 | -1/+1 |
2003-03-26 | Committing Andy's Imakefiles following re-org; also, new .cvsignore files. | Jamey Sharp | 1 | -0/+127 |
2002-07-07 | Completed XCBPollEvent implementation. | Jamey Sharp | 1 | -0/+1 |
2002-07-07 | Fixes and simple test for XCBPollEvent. XCBReadPacket doesn't work the way | Jamey Sharp | 1 | -5/+11 |
2002-06-17 | Added trapezoids and triangles support to xcb_render.m4. Updated | Andy Howe | 1 | -29/+108 |
2002-06-14 | Removed a bunch of XCBSync calls, other minor changes. | Jamey Sharp | 1 | -31/+16 |
2002-06-14 | Added rendertest.c | Andy Howe | 1 | -0/+484 |
2002-06-05 | Removed "convenience" pointers to connection setup data. Use the iterators. | Jamey Sharp | 2 | -28/+32 |
2002-06-05 | Changed include path to X11/XCB/<file>.h. | Jamey Sharp | 5 | -7/+7 |
2002-06-03 | Added incomplete clone of xdpyinfo. Fixed stuff it needed. xcb_types.m4 | Jamey Sharp | 1 | -0/+145 |
2002-04-07 | New event queue management interface. Bugfix: killed buffer overrun in | Jamey Sharp | 1 | -0/+1 |