summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-25Fix a thread hang with xcb_wait_for_special_event()Uli Schlachter
2015-06-12Call _xcb_wake_up_next_reader from xcb_wait_for_special_eventMichel Dänzer
2015-06-12send_fds(): Handle too many outstanding FDs to sendUli Schlachter
2015-06-12Code generator: Use xcb_send_request_with_fds()Uli Schlachter
2015-06-12Add xcb_send_request_with_fds() and *_with_fds64()Uli Schlachter
2015-06-12send_fds(): Make sure no other thread interrupts usUli Schlachter
2015-06-12xcb_send_fd(): Always close fdsUli Schlachter
2015-05-30c_client.py: don't generate useless empty /** < */ commentsRan Benita
2015-05-30c_client.py: use pattern matching with enumerate()Ran Benita
2015-04-08expose 64-bit sequence numbers for XLibChristian Linhart
2015-03-15c_client.py: make condition easier to follow in _c_complex()Ran Benita
2015-03-15c_client.py: don't add /* <name> */ before references to 'S'Ran Benita
2015-03-15c_client.py: remove duplicated `cookie_type` argument for requestsRan Benita
2015-03-15c_client.py: spell out keyword arguments in c_request() for clarityRan Benita
2015-03-15c_client.py: simplify _c_reply_has_fds()Ran Benita
2015-03-15c_client.py: remove commented debug statementsRan Benita
2015-03-15c_client.py: use C99 initializers instead of commentsRan Benita
2015-03-15c_client.py: remove end-of-function commentsRan Benita
2015-03-15c_client.py: no need to compare bools to True/FalseRan Benita
2015-03-15c_client.py: use "foo".join() instead of reduceRan Benita
2015-03-15c_client.py: fix indentationRan Benita
2015-03-15c_client.py: use comprehensions instead of map/filterRan Benita
2015-03-15c_client.py: use print as a function for python3 compatibilityRan Benita
2015-03-15c_client.py: fix pyflakes errorsRan Benita
2015-03-15c_client.py: simplify maximum expressionRan Benita
2015-03-15c_client.py: remove unneeded call to get_serialize_params()Ran Benita
2015-02-22Adding accessors for requestsJaya Tiwari
2014-11-03generator: support parametrized structsChristian Linhart
2014-11-03generator: support listelement-refChristian Linhart
2014-11-03generator: _c_accessor_get_length: remove buggy special caseChristian Linhart
2014-11-03generator: generate accessors for events, tooChristian Linhart
2014-11-03generator: no type-setup for eventcopies anymoreChristian Linhart
2014-11-03_c_helper_fieldaccess_expr: remove handling for empty sepChristian Linhart
2014-11-03function _c_helper_fieldaccess_expr: improve descriptionChristian Linhart
2014-11-03rename _c_helper_absolute_name to _c_helper_fieldaccess_exprChristian Linhart
2014-11-03generator: sumof with nested expressionChristian Linhart
2014-11-03generator: sumof: support any type, generate explicit codeChristian Linhart
2014-11-03generator: expressions can generate pre-codeChristian Linhart
2014-11-03generator: fix absname for fields with only accessor functionChristian Linhart
2014-10-20no typename for nested structsChristian Linhart
2014-10-20generator: fix align-pads for switches which start at unaligned posChristian Linhart
2014-10-20generator: support lists of structs which contain a switchChristian Linhart
2014-09-09generator: support fixed size lists in var-sized structsChristian Linhart
2014-08-25xcb_get_setup(): Never return NULLUli Schlachter
2014-08-25Make some functions also work on error connectionsUli Schlachter
2014-08-20support switch case in the generatorChristian Linhart
2014-07-28xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_tAlexander Mezin
2014-07-28c_client.py: remove more trailing space from generated filesRan Benita
2014-07-28c_client.py: remove trailing whitespace from generated filesRan Benita
2014-07-28c_client.py: remove useless generated commentsRan Benita