summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jamey Sharp [Mon, 25 Sep 2006 11:13:07 +0000 (04:13 -0700)]
libxcb now installs header files in <xcb>, not <X11/XCB>.
Ian Osgood [Sun, 24 Sep 2006 21:24:23 +0000 (14:24 -0700)]
All XCB demos compile and work after the Great Renaming.
Josh Triplett [Sun, 24 Sep 2006 10:15:39 +0000 (03:15 -0700)]
Integrate top-level .gitignore into .gitignore for each subdirectory
In preparation for the repository split, move the relevant contents of the
top-level .gitignore into the .gitignore for each immediate subdirectory.
Ian Osgood [Sun, 30 Jul 2006 21:38:53 +0000 (14:38 -0700)]
neko: use WMHints stuff from Vincent.
Ian Osgood [Tue, 6 Jun 2006 19:49:35 +0000 (12:49 -0700)]
Replace another Sync -> Flush
Ian Osgood [Tue, 6 Jun 2006 19:44:39 +0000 (12:44 -0700)]
Adapt rendertest for rename of TRAP -> TRAPEZOID
Ian Osgood [Tue, 30 May 2006 18:54:25 +0000 (11:54 -0700)]
Deprecate XCBSync, move to XCBAuxSync.
Josh Triplett [Fri, 12 May 2006 16:57:04 +0000 (09:57 -0700)]
Since xcb-demo has various different programs in it, and only xcb-test uses "main.c", rename "main.c" to "xcb-test.c".
TORRI Vincent [Mon, 1 May 2006 21:45:00 +0000 (23:45 +0200)]
better leak fix in non shm mode
TORRI Vincent [Mon, 1 May 2006 21:27:30 +0000 (23:27 +0200)]
Use XCBDisconnect and not free on a connection. Free a reply
TORRI Vincent [Mon, 1 May 2006 21:21:00 +0000 (23:21 +0200)]
Use XCBDisconnect when exiting the program
Ian Osgood [Sun, 30 Apr 2006 21:14:21 +0000 (14:14 -0700)]
neko: -root works
Ian Osgood [Sat, 29 Apr 2006 18:27:15 +0000 (11:27 -0700)]
Remove X.h dependency from flames
Ian Osgood [Sat, 29 Apr 2006 16:41:22 +0000 (09:41 -0700)]
Remove Xlib.h and X.h dependencies from julia and lissajoux demos.
Josh Triplett [Fri, 28 Apr 2006 23:33:20 +0000 (16:33 -0700)]
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
Josh Triplett [Fri, 28 Apr 2006 23:32:59 +0000 (16:32 -0700)]
Add header files to _SOURCES so they get distributed.
Ian Osgood [Fri, 28 Apr 2006 22:23:39 +0000 (15:23 -0700)]
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
Josh Triplett [Fri, 28 Apr 2006 19:40:09 +0000 (12:40 -0700)]
Fix memory leak and warning regarding adaptors_rep. Return 0 from main for successful completion, not 1.
Josh Triplett [Fri, 28 Apr 2006 19:24:35 +0000 (12:24 -0700)]
Add dummy return to run function in hypnomoire, to fix warning.
Josh Triplett [Fri, 28 Apr 2006 19:18:39 +0000 (12:18 -0700)]
Fix more format string integer size warnings.
Ian Osgood [Fri, 28 Apr 2006 18:09:27 +0000 (11:09 -0700)]
Add flames demo to README
TORRI Vincent [Fri, 28 Apr 2006 17:27:33 +0000 (19:27 +0200)]
Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcb
TORRI Vincent [Fri, 28 Apr 2006 17:26:42 +0000 (19:26 +0200)]
fix one part of hte leaks
Josh Triplett [Fri, 28 Apr 2006 08:04:15 +0000 (01:04 -0700)]
Set xcb-demo version number to 0.1, like xcb-util.
Josh Triplett [Fri, 28 Apr 2006 06:05:25 +0000 (23:05 -0700)]
Add app/xte and neko to README.
Josh Triplett [Fri, 28 Apr 2006 06:03:23 +0000 (23:03 -0700)]
Add xcbxvinfo to README, and sort lines.
Josh Triplett [Fri, 28 Apr 2006 06:02:25 +0000 (23:02 -0700)]
Add description for hypnomoire in README.
Josh Triplett [Fri, 28 Apr 2006 06:01:14 +0000 (23:01 -0700)]
Add newline at end of README.
Josh Triplett [Fri, 28 Apr 2006 06:00:38 +0000 (23:00 -0700)]
Rename xdpyinfo to xcbdpyinfo.
Josh Triplett [Thu, 27 Apr 2006 22:58:38 +0000 (15:58 -0700)]
Add xcbxf86dri and xcbxvinfo to .gitignore, and sort .gitignore.
Josh Triplett [Thu, 27 Apr 2006 22:43:51 +0000 (15:43 -0700)]
Fix xcbxvinfo for rename of XCBConnSetupSuccessRep to XCBSetup; eliminates deprecation warnings.
Josh Triplett [Thu, 27 Apr 2006 22:42:24 +0000 (15:42 -0700)]
Actually build xcbxvinfo.
Ian Osgood [Thu, 27 Apr 2006 21:42:27 +0000 (14:42 -0700)]
Remove warnings from xtest demo.#
Josh Triplett [Thu, 27 Apr 2006 21:14:54 +0000 (14:14 -0700)]
Add test program for XFree86-DRI extension to xcb-demo. Mark XFree86-DRI extension as tested and working.
Josh Triplett [Thu, 27 Apr 2006 18:47:09 +0000 (11:47 -0700)]
Use pkg-config to find libXCBxtest in the Makefile for the xtest test application.
Josh Triplett [Thu, 27 Apr 2006 18:25:28 +0000 (11:25 -0700)]
Set all package bugreporting addresses to xcb@lists.freedesktop.org
Jamey Sharp [Thu, 27 Apr 2006 17:55:46 +0000 (10:55 -0700)]
Update xcb-demo for ConnSetup renaming and constness fixes.
Jamey Sharp [Thu, 27 Apr 2006 17:51:47 +0000 (10:51 -0700)]
Update demos to find DPMS, RENDER, and RANDR using pkg-config.
Ian Osgood [Mon, 24 Apr 2006 21:16:38 +0000 (14:16 -0700)]
Implement XTest extension and xte demo
Jamey Sharp [Thu, 20 Apr 2006 04:29:36 +0000 (21:29 -0700)]
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
Jamey Sharp [Thu, 20 Apr 2006 04:29:23 +0000 (21:29 -0700)]
Fix the neko makefile to get cflags and libs for all relevant packages.
Ian Osgood [Thu, 20 Apr 2006 04:27:55 +0000 (21:27 -0700)]
Update README for last patch
Ian Osgood [Thu, 20 Apr 2006 03:45:31 +0000 (20:45 -0700)]
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
Ian Osgood [Thu, 20 Apr 2006 03:42:46 +0000 (20:42 -0700)]
Enumeration and documentation for col parameter
Josh Triplett [Mon, 17 Apr 2006 22:43:29 +0000 (15:43 -0700)]
Put $(XCBAUX_CFLAGS) in prog_CFLAGS for programs that use XCBAux. Probably
masked previously by having XCB and XCBAux in the same prefix.
Josh Triplett [Mon, 17 Apr 2006 22:09:24 +0000 (15:09 -0700)]
Fix typo in lissajoux: s/availaible/available/g.
Ian Osgood [Wed, 22 Mar 2006 02:29:35 +0000 (18:29 -0800)]
Support WM_DELETE_WINDOW, WMHints.
Ian Osgood [Tue, 21 Mar 2006 16:21:18 +0000 (08:21 -0800)]
Detect Alt-Q to quit using xcb_keysyms.h library.
Ian Osgood [Sun, 19 Mar 2006 19:31:26 +0000 (11:31 -0800)]
Use XCBFlush not XCBSync
Ian Osgood [Sat, 18 Mar 2006 18:36:50 +0000 (10:36 -0800)]
Don't ignore Makefile until this gets autotooled.
Ian Osgood [Sat, 18 Mar 2006 17:56:14 +0000 (09:56 -0800)]
Another demo: ported xcbneko
(only tested on Mac X server; see README for to-do list)
Ian Osgood [Wed, 15 Mar 2006 18:09:47 +0000 (10:09 -0800)]
Remove proto/X11 dependencies from xcb-demo.
TORRI Vincent [Mon, 13 Mar 2006 07:59:09 +0000 (08:59 +0100)]
speed up the test, by adding a cosinus and sinus table
Jamey Sharp [Thu, 9 Mar 2006 06:49:59 +0000 (22:49 -0800)]
Unify autofoo .gitignore bits into one top-level file, and remove resulting redundancies.
Jamey Sharp [Fri, 24 Feb 2006 09:53:14 +0000 (01:53 -0800)]
Update .gitignore files for xcb-demo binaries.
Jamey Sharp [Sun, 19 Feb 2006 07:57:14 +0000 (23:57 -0800)]
Update .gitignores for .o files and autofoo stuff.
Eric Anholt [Sun, 19 Feb 2006 06:56:03 +0000 (22:56 -0800)]
Move .cvsignore to .gitignore.
Josh Triplett [Sun, 19 Feb 2006 00:49:41 +0000 (16:49 -0800)]
Remove xcl and CVSROOT.