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