- 20 Nov, 2006 2 commits
-
-
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 5 commits
-
-
Jamey Sharp authored
-
Jamey Sharp authored
-
Jamey Sharp authored
Specifically, fixes these two warnings which were emitted for every generated source file: * Warning: end of file while inside a group * Warning: group XCB_BigRequests_API already documented. Skipping documentation.
-
Jamey Sharp authored
Don't override the default htmldir with an unquoted copy. Don't suppress `make` echoing on Doxygen commands. Ensure the tutorial is always installed even if Doxygen isn't available. Take better advantage of the automake installation infrastructure.
-
Jamey Sharp authored
But warn about absent parameter documentation for functions that are otherwise documented.
-
- 17 Nov, 2006 1 commit
-
-
Jamey Sharp authored
check 0.9.4 is now required to build XCB's unit tests. The version that we were requiring was not actually new enough to let our unit tests compile, and the AM_PATH_CHECK macro is now considered deprecated. We know that versions of check using pkg-config are new enough to work, and the check dependency was optional anyway, so we've dropped support for older versions.
-
- 05 Nov, 2006 4 commits
-
-
TORRI Vincent authored
-
TORRI Vincent authored
-
-
TORRI Vincent authored
-
- 03 Nov, 2006 1 commit
-
-
Jamey Sharp authored
-
- 30 Oct, 2006 1 commit
-
-
Jeremy Kolb jkolb@brandeis.edu authored
Added support for major/minor-version attributes in the xcb tag. This is just to give some reference and help people when using *query_version.
-
- 20 Oct, 2006 1 commit
-
-
TORRI Vincent authored
-
- 19 Oct, 2006 3 commits
-
-
Jamey Sharp authored
Thanks to Jeremy Kolb <jkolb@brandeis.edu> for the initial version.
-
Jamey Sharp authored
-
Jamey Sharp authored
-
- 16 Oct, 2006 1 commit
-
-
Josh Triplett authored
-
- 15 Oct, 2006 2 commits
-
-
Jamey Sharp authored
Thanks to Vincent Torri for pointing out that I screwed up. :-)
-
Hard coding the opcode numbers in the function just makes it harder to figure out what's going on, but much more to the point, not defining the opcodes in the header makes it impossible to use the generated headers instead of the x11proto headers in the server. The name I settled on is very simple, for an extension by the name of xconf, and a request by the name of list_devices, we get XCB_XCONF_LIST_DEVICES. If this somehow causes problems, we can probably add a _OP somewhere in there, but. Acked-by:
Jamey Sharp <jamey@minilop.net> Closes: #8641
-
- 13 Oct, 2006 1 commit
-
-
Jeremy Kolb authored
This is version 1.1 of the Xinerama (PanoramiX) extension.
-
- 09 Oct, 2006 1 commit
-
-
Josh Triplett authored
-
- 08 Oct, 2006 2 commits
-
-
Jamey Sharp authored
-
Jamey Sharp authored
The initial implementation of Plan 7 dumped all X errors into the event queue, because the record of a pending reply was pruned too early if an error occurred in place of the expected reply.
-
- 07 Oct, 2006 8 commits
-
-
Ian Osgood authored
-
Josh Triplett authored
Since extensions no longer provide type-specific XID-generation functions, xcb_generate_id now forms part of the xcb client API, rather than the extension API; move it from xcbext.h to xcb.h accordingly.
-
Josh Triplett authored
-
Jamey Sharp authored
-
Josh Triplett authored
-
Jamey Sharp authored
api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now that we have no type-safety XID wrappers.
-
Josh Triplett authored
-
Josh Triplett authored
After positive feedback from several people, we have decided to remove the XID wrapper structures that attempted to provide C type safety, and replace them with uint32_t typedefs. Feedback has indicated that these type-safety hacks generated more trouble than help. We will bump the libxcb soname at the next release.
-
- 06 Oct, 2006 2 commits
-
-
Jamey Sharp authored
-
Jamey Sharp authored
-
- 04 Oct, 2006 2 commits
-
-
Jamey Sharp authored
-
Jamey Sharp authored
-
- 30 Sep, 2006 2 commits
-
-
TORRI Vincent authored
fix some indentation, remove args of the main function (not needed), xcb_sync -> xcb_aux_sync. Jamey, it seems that your script transforms XCBGetSetup into a type, instead of a function. Same for XCBSetupVendor. Maybe there are other fuctions that have the same problem.
-
TORRI Vincent authored
update tutorial to the new api. Add some doc about cursors. Add some colors to section 6 (Opening and closing the connection to an X server). Tell me if you want to keep colors or not (colors can be modified in xcb.css)
-
- 25 Sep, 2006 1 commit
-
-
Jamey Sharp authored
-