summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-10hypnomoire: Handle failed connections.HEADmasterJamey Sharp1-15/+5
2008-11-20build: add check for xcb-atom > 0.3.0Julien Danjou1-0/+1
2008-09-18remove local helper functions in favor of the new xcb_atom_get in xcb-utilsHenning Sten3-38/+8
2008-09-18make flames/julia/neko demos use XCB_EVENT_RESPONSE_TYPE to determine event typeHenning Sten3-3/+3
2008-09-16tests: update for xcb-util >= 0.3.0Julien Danjou3-5/+7
2008-09-15julia: add a check for xcb image get replyJulien Danjou1-0/+3
2008-09-15avoid exit on startup for demo "julia" and handle EWMH delete window. See bug...Henning Sten2-27/+66
2008-09-08made flames respond properly to EWMH delete windowHenning Sten1-12/+64
2008-03-16Update demo/tests for Bart's modified xcb-image util library.Ian Osgood3-8/+9
2007-04-13Adapt for recent util/icccm renaming.Ian Osgood1-13/+13
2007-04-13Fix misspelled struct members.Ian Osgood1-1/+1
2007-02-08neko: update for icccm renamingIan Osgood1-14/+13
2006-11-30Update for RandR 1.2 name changes.Ian Osgood1-2/+2
2006-11-20Update connection-failed handling to check for error objects instead of null.Jamey Sharp4-4/+5
2006-10-07Update demos for removal of XID structs and xcb_poll_for_reply error param.Ian Osgood13-146/+131
2006-09-25libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp14-40/+40
2006-09-24All XCB demos compile and work after the Great Renaming.Ian Osgood17-882/+885
2006-09-24Integrate top-level .gitignore into .gitignore for each subdirectoryJosh Triplett1-0/+30
2006-07-30neko: use WMHints stuff from Vincent.Ian Osgood1-20/+9
2006-06-06Replace another Sync -> FlushIan Osgood1-1/+1
2006-06-06Adapt rendertest for rename of TRAP -> TRAPEZOIDIan Osgood1-1/+1
2006-05-30Deprecate XCBSync, move to XCBAuxSync.Ian Osgood5-8/+8
2006-05-12Since xcb-demo has various different programs in it, and only xcb-test uses "...Josh Triplett2-1/+1
2006-05-01better leak fix in non shm modeTORRI Vincent1-4/+2
2006-05-01Use XCBDisconnect and not free on a connection. Free a replyTORRI Vincent1-1/+2
2006-05-01Use XCBDisconnect when exiting the programTORRI Vincent1-1/+1
2006-04-30neko: -root worksIan Osgood2-26/+49
2006-04-29Remove X.h dependency from flamesIan Osgood1-8/+8
2006-04-29Remove Xlib.h and X.h dependencies from julia and lissajoux demos.Ian Osgood2-18/+16
2006-04-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb0.1Josh Triplett2-4/+4
2006-04-28Add header files to _SOURCES so they get distributed.Josh Triplett2-4/+4
2006-04-28Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood5-24/+25
2006-04-28Fix memory leak and warning regarding adaptors_rep. Return 0 from main for s...Josh Triplett1-4/+3
2006-04-28Add dummy return to run function in hypnomoire, to fix warning.Josh Triplett1-0/+2
2006-04-28Fix more format string integer size warnings.Josh Triplett5-20/+20
2006-04-28Add flames demo to READMEIan Osgood1-1/+2
2006-04-28Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcbTORRI Vincent2-4/+8
2006-04-28fix one part of hte leaksTORRI Vincent1-1/+6
2006-04-28Set xcb-demo version number to 0.1, like xcb-util.Josh Triplett1-1/+1
2006-04-28Add app/xte and neko to README.Josh Triplett1-0/+3
2006-04-28Add xcbxvinfo to README, and sort lines.Josh Triplett1-1/+2
2006-04-28Add description for hypnomoire in README.Josh Triplett1-1/+1
2006-04-28Add newline at end of README.Josh Triplett1-1/+1
2006-04-28Rename xdpyinfo to xcbdpyinfo.Josh Triplett4-4/+4
2006-04-27Add xcbxf86dri and xcbxvinfo to .gitignore, and sort .gitignore.Josh Triplett1-3/+5
2006-04-27Fix xcbxvinfo for rename of XCBConnSetupSuccessRep to XCBSetup; eliminates de...Josh Triplett1-2/+2
2006-04-27Actually build xcbxvinfo.Josh Triplett2-1/+7
2006-04-27Remove warnings from xtest demo.#Ian Osgood1-1/+1
2006-04-27Add test program for XFree86-DRI extension to xcb-demo. Mark XFree86-DRI ext...Josh Triplett3-1/+56
2006-04-27Use pkg-config to find libXCBxtest in the Makefile for the xtest test applica...Josh Triplett1-2/+2