Age | Commit message (Collapse) | Author |
|
|
|
(Some non-gnu makes, such as Solaris make, only recognize $< in implicit
suffix rules, not explicit ones like this.)
|
|
|
|
|
|
|
|
|
|
|
|
This simplifies the patch for bug #8208 later.
|
|
|
|
|
|
Use an XSLT stylesheet to get a list of all the constant names.
|
|
Now handles all API changes except constant names, which are treated like type names.
|
|
|
|
|
|
|
|
|
|
Xlib-specific deprecation remains.
|
|
Got "make distcheck" to work (whatever that does).
|
|
Made extensions directory persist.
|
|
|
|
|
|
Needs improvement: should not duplicate the code of every request function.
|
|
|
|
Issue 0, 1, or 2 syncs as needed and do not handle 16-bit wrap until
absolutely necessary.
|
|
|
|
|
|
|
|
The installed headers can't be relying on the presence of the internal
config.h defines, and it was breaking the xcb build for me as well due to
config.h not being included early enough.
|
|
|
|
|
|
|
|
Create a macro, XCB_SEQUENCE_COMPARE, that accepts two sequence numbers and
a comparison operator and correctly handles 32-bit wrap around.
Rewrite all ordered sequence number comparisons to use this macro.
Also, caught one error where a sequence was stored in a signed int variable.
Push out a GetInputFocus request when the sequence number does wrap at 32
bits so that applications cannot see sequence 0 (as that is an error
indicator).
|
|
xcb_types.xml into xproto.xml.
|
|
|
|
|
|
|
|
|
|
|
|
fixes parallel builds.
|
|
make via DEB_MAKE_INVOKE in debian/rules.
|
|
|
|
does the right thing on its own, and correctly handles DEB_BUILD_OPTS.
|
|
|
|
|
|
|
|
|
|
|
|
Fix xcb_auth to use one of the new enumerations.
|
|
|
|
new extension library.
|