- 22 Jan, 2007 1 commit
-
-
TORRI Vincent authored
-
- 28 Nov, 2006 1 commit
-
-
TORRI Vincent 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
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.
-
- 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.
-
- 15 Oct, 2006 1 commit
-
-
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
-
- 07 Oct, 2006 4 commits
-
-
Josh Triplett authored
-
Jamey Sharp authored
-
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.
-
- 23 Sep, 2006 2 commits
-
-
Josh Triplett authored
-
Josh Triplett authored
Rename API to follow a new naming convention: * XCB_CONSTANTS_UPPERCASE_WITH_UNDERSCORES * xcb_functions_lowercase_with_underscores * xcb_types_lowercase_with_underscores_and_suffix_t * expand all abbreviations like "req", "rep", and "iter" Word boundaries for the names in the protocol descriptions fall: * Wherever the protocol descriptions already have an underscore * Between a lowercase letter and a subsequent uppercase letter * Before the last uppercase letter in a string of uppercase letters followed by a lowercase letter (such as in LSBFirst between LSB and First) * Before and after a string of digits (with exceptions for sized types like xcb_char2b_t and xcb_glx_float32_t to match the stdint.h convention) Also fix up some particular naming issues: * Rename shape_op and shape_kind to drop the "shape_" prefix, since otherwise these types end up as xcb_shape_shape_{op,kind}_t. * Remove leading underscores from enums in the GLX protocol description, previously needed to ensure a word separator, but now redundant. This renaming breaks code written for the previous API naming convention. The scripts in XCB's tools directory will convert code written for the old API to use the new API; they work well enough that we used them to convert the non-program-generated code in XCB, and when run on the old program-generated code, they almost exactly reproduce the new program-generated code (modulo whitespace and bugs in the old code generator). Authors: Vincent Torri, Thomas Hunger, Josh Triplett
-
- 31 Jul, 2006 2 commits
-
-
Josh Triplett authored
Needs improvement: should not duplicate the code of every request function.
-
Josh Triplett authored
-
- 15 Jun, 2006 1 commit
-
-
Josh Triplett authored
xcb_types.xml into xproto.xml.
-
- 27 Apr, 2006 1 commit
-
-
Jamey Sharp authored
Declare arguments const in the various structure accessors, so XCBGetSetup is not so painful to use.
-
- 16 Mar, 2006 1 commit
-
-
Ian Osgood authored
and add more button, key, and graphics enumerations.
-
- 14 Mar, 2006 1 commit
-
-
Ian Osgood authored
for mask enumerations such as CW flags. Replaces the C-specific use of 1<<n in xproto.xml
-
- 12 Mar, 2006 1 commit
-
-
Jamey Sharp authored
Portability fixes. Should help DragonFly and Solaris, and should not hurt anything else. Tested only on linux so far though.
-
- 03 Mar, 2006 4 commits
-
-
Jamey Sharp authored
API/ABI change: XCBSendRequest returns the sequence number instead of using an out-parameter. Now 0 is a special sequence number indicating failure.
-
Jamey Sharp authored
Tweak to previous API change: Require that spare iovecs fall before vector[0]. Leave vector in well-defined state.
-
Jamey Sharp authored
-
Jamey Sharp authored
Use XPath position() function instead of xsl:number, to evaluate array indices while generating code for easier readability.
-
- 02 Mar, 2006 1 commit
-
-
Jamey Sharp authored
API/ABI change: XCBSendRequest callers must pad to 4-byte boundaries now. When not in RAW mode, a null pointer for iov_base is replaced by up to 3 padding bytes.
-
- 26 Feb, 2006 1 commit
-
-
Jamey Sharp authored
There's no more race condition between event and reply handling. The *RequestBlind and *RequestChecked functions are not yet implemented.
-
- 19 Feb, 2006 1 commit
-
-
Josh Triplett authored
-