- 27 Feb, 2007 1 commit
-
-
TORRI Vincent authored
add the first step toward the documentation of the request/reply functions. The arguments of the requests are not found yet. Josh, can you look at it ?
-
- 07 Feb, 2007 3 commits
-
-
TORRI Vincent authored
-
TORRI Vincent authored
-
TORRI Vincent authored
-
- 06 Feb, 2007 1 commit
-
-
TORRI Vincent authored
-
- 22 Jan, 2007 1 commit
-
-
TORRI Vincent authored
-
- 13 Jan, 2007 1 commit
-
-
TORRI Vincent authored
-
- 11 Dec, 2006 2 commits
-
-
Josh Triplett authored
-
Josh Triplett authored
-
- 28 Nov, 2006 5 commits
-
-
TORRI Vincent authored
-
-
TORRI Vincent authored
-
Also set BUILD_DOCS in that branch. Now the disable-build-docs works as expected.
-
Now at least enable_build_docs is set correctly.
-
- 26 Nov, 2006 2 commits
-
-
Ian Osgood authored
putenv() string must contain '=' environment failure test is invalid if argument is NULL
-
Josh Triplett authored
xcb-xinerama.pc.in looked more like a generated .pc file; replace specific instances of values provided by an invocation of configure with the general substitution variables configure replaces.
-
- 25 Nov, 2006 2 commits
-
-
Ian Osgood authored
-
Jamey Sharp authored
-
- 24 Nov, 2006 2 commits
-
-
Jamey Sharp authored
-
TORRI Vincent authored
replace all the _new functions with xcb_generate_id. repalce X11/XCB with xcb. Fix a description of the default background of a window
-
- 23 Nov, 2006 8 commits
-
-
Josh Triplett authored
-
Avoid race condition when symlinking XML files. When declaring a rule with many files as target, the rule is called when any of them is requested, resulting in multiple for loops happening during a make process using more than one job. Also, use '$(LN_S) -f' rather than removing and recreating a file, that one should be as supported as 'rm -f' and requires one less command.
-
Josh Triplett authored
Specifically, they didn't handle installing data from both srcdir and builddir. We have the tutorial in the srcdir, and build the manual in the builddir. Also, stop rebuilding the manual for each make target in the doc directory, and every time any of those targets get called. This change now makes the manual never rebuild once built; we plan to fix that later, by rewriting the makefiles to avoid recursive make, and then making the manual depend on the source files. Commit by Jamey Sharp and Josh Triplett.
-
Josh Triplett authored
The documentation generation with doxygen now works when built out of tree, with srcdir != builddir. xcb.doxygen now gets generated from xcb.doxygen.in, so that it can use top_builddir and top_srcdir to find source and to output documentation. Also fill in PROJECT_NUMBER from @VERSION@, now that we have it readily available via autoconf.
-
Josh Triplett authored
configure supports using custom CFLAGS, so remove the --with-opt and --with-debug options from configure.ac, and the corresponding usage of COPTFLAGS and CDEBUGFLAGS in src/Makefile.am.
-
Josh Triplett authored
Since the addition of IPv6 support, we now use getaddrinfo rather than gethostbyname; update configure.ac accordingly.
-
Jamey Sharp authored
-
Jamey Sharp authored
-
- 22 Nov, 2006 1 commit
-
-
Josh Triplett authored
-
- 21 Nov, 2006 7 commits
-
-
Ian Osgood authored
-
Josh Triplett authored
Commit by Jamey Sharp and Josh Triplett.
-
Josh Triplett authored
Change xcb_connect to pass the display number to _xcb_get_auth_info, which passes it to get_authptr. This allows get_authptr to stop hacking the display number out of the sockaddrs of various address families, such as port - X_TCP_PORT, or the number after the last X in the UNIX socket path. This also removes a portability bug introduced during the IPv6 changes: relying on '\0'-termination of the UNIX socket path in a sockaddr_un. Commit by Jamey Sharp and Josh Triplett.
-
Josh Triplett authored
-
Josh Triplett authored
Support AF_INET6 in get_authptr, and refactor to use common code for IPv4 and v4-mapped IPv6 addresses. Commit by Jamey Sharp and Josh Triplett.
-
Josh Triplett authored
xcb_parse_display already correctly handled IPv6 displays. Now, _xcb_open_tcp uses getaddrinfo, and correctly connects to IPv6 displays. Displays can use bare IPv6 addresses, square-bracketed IPv6 addresses, or hostnames which resolve to IPv6 addresses. Since IPv6 addresses may include colons, including at the end, revise the DECnet display parsing code to avoid triggering on IPv6 addresses. Authorization may not work with IPv6 connections yet. This commit brought to you by the (display) number ::1:1.1, the letter X, the Gobby collaborative editor, Josh Triplett, and Jamey Sharp.
-
Josh Triplett authored
-
- 20 Nov, 2006 3 commits
-
-
Jamey Sharp authored
-
Jamey Sharp authored
Only one use of <localfield> remained, for a list length expression in xv.xml. List length parameters that don't actually appear in the protocol should be left implicit: if no length expression is given, then a localfield will be automatically created by c-client.xsl.
-
Jamey Sharp authored
-
- 19 Nov, 2006 1 commit
-
-
Jamey Sharp authored
-