summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos in various header commentsAlan Coopersmith2010-11-141-3/+3
* Add AM_MAINTAINER_MODE for vendorsArnaud Fontaine2010-11-141-0/+1
* Deprecate namespaceless pre-defined atomsPeter Harris2010-11-141-1/+11
* Update autogen.sh to one that does builddir != srcdirJon TURNEY2010-11-141-1/+10
* Bump version to 0.3.7Arnaud Fontaine2010-11-141-1/+1
* Bump version to 0.3.6Arnaud Fontaine2010-11-141-1/+1
* event: fix compiler warning due to missing include for memsetArnaud Fontaine2010-11-141-0/+1
* event: update to libxcb 1.4Arnaud Fontaine2010-11-142-3/+1
* Check for ssize_t in configure for xcb-util-common.hArnaud Fontaine2010-11-141-1/+5
* Typo in configure.acMikhail Gusarov2010-11-141-1/+1
* Release xcb-util 0.3.5Julien Danjou2010-11-141-1/+1
* Add a check on xproto version libxcb was compiled withBob Ham2010-11-141-1/+20
* wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>Bart Massey2010-11-141-0/+8
* Zero out handlers list in xcb_event_handlers_initMikhail Gusarov2010-11-141-0/+1
* Make sure m4 supports -I flag, if not, try finding gnu m4Alan Coopersmith2010-11-141-2/+18
* Add xcb_aux_change_window_attributes_checkedMikhail Gusarov2010-11-142-0/+17
* bump version to 0.3.4Julien Danjou2010-11-141-1/+1
* event: add define to get request and error typesJulien Danjou2010-11-142-2/+4
* event: add error valuesJulien Danjou2010-11-141-0/+45
* event: simplify protoJulien Danjou2010-11-142-23/+13
* event: add functions to convert event/errors to labelsJulien Danjou2010-11-142-0/+251
* Release xcb-util 0.3.3Julien Danjou2010-11-141-1/+1
* Release xcb-util 0.3.2Julien Danjou2010-11-141-1/+1
* Don't call exit() in xcb_aux_get_depth; return 0 instead.Peter Harris2010-11-141-7/+4
* build: add check for xproto >= 7.0.8Julien Danjou2010-11-141-0/+2
* Fix copyright statementJonathan Landis2010-11-142-1/+32
* Release xcb-util 0.3.1Julien Danjou2010-11-141-1/+1
* configure: stop if m4 is not foundJulien Danjou2010-11-141-1/+4
* "Clean up" magic structure stuff for C++.Ulrich Eckhardt2010-11-141-9/+17
* introduce function xcb_atom_get (essentially a synchronous xcb_intern_atom, u...Henning Sten2010-11-142-0/+23
* add doxygen documentation markup for XCB_EVENT_RESPONSE_TYPE_MASK macroHenning Sten2010-11-141-0/+9
* doc: enable doxygen doc in various submoduleJulien Danjou2010-11-142-1/+17
* doc: add various authors, remove old todo itemJulien Danjou2010-11-141-5/+8
* event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou2010-11-142-1/+5
* event: rework, rename and add some documentationJulien Danjou2010-11-144-152/+253
* atom: include xcb headersJulien Danjou2010-11-141-3/+5
* atom: bump version infoJulien Danjou2010-11-141-0/+1
* atom: prefix functions and typesJulien Danjou2010-11-142-16/+16
* [icccm] Bump library version number to 0.3.0.Arnaud Fontaine2010-11-141-1/+1
* [atom] Move '*discriminated_atom*' functions from icccm to atomArnaud Fontaine2010-11-143-0/+79
* xcb_mask must not be zero when n == 32.Keith Packard2010-11-141-1/+1
* prepare 0.2.1 releaseJulien Danjou2010-11-141-1/+1
* fixed missed reference in previous patchBart Massey2010-11-141-1/+1
* Add xcb_poll_for_event_loop and rename xcb_event_loop to match.Arnaud Fontaine2010-11-142-3/+13
* made xcb_handle_event() externally visibleBart Massey2010-11-142-2/+3
* re-fixed my stupid visual_class typo; thanks to Thomas Hunger for the reportBart Massey2010-11-141-1/+1
* fixed existing roundups, added rounddownsBart Massey2010-11-141-5/+43
* added aux_clear_window() for xlib compatibility, in spite of misgivingsBart Massey2010-11-142-0/+13
* fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable namingBart Massey2010-11-141-2/+2
* used doxygen -u to create a much more elaborate doxyfileBart Massey2010-11-141-42/+1204