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