summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Bump version to 0.3.8HEADmasterArnaud Fontaine1-1/+1
2010-08-09Create a single shared library and header fileArnaud Fontaine7-30/+36
2010-08-09Split up atom, aux event into their own repositoryArnaud Fontaine4-83/+21
2010-06-24Delete callback-based APIs for events, properties, and replies.Jamey Sharp4-209/+1
2010-06-24Delete redundant core-protocol error codes.Jamey Sharp1-45/+0
2010-06-23Rename XCB_EVENT_ERROR_SUCESS to XCB_EVENT_ERROR_SUCCESSAlan Coopersmith1-1/+1
2010-06-23Fix typos in various header commentsAlan Coopersmith1-3/+3
2010-02-11Add AM_MAINTAINER_MODE for vendorsArnaud Fontaine1-0/+1
2009-12-13icccm: atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine1-1/+1
2009-11-09Deprecate namespaceless pre-defined atomsPeter Harris1-1/+11
2009-10-20Update autogen.sh to one that does builddir != srcdirJon TURNEY1-1/+10
2009-09-25Bump version to 0.3.7Arnaud Fontaine1-1/+1
2009-08-03Bump version to 0.3.6Arnaud Fontaine1-1/+1
2009-08-03event: fix compiler warning due to missing include for memsetArnaud Fontaine1-0/+1
2009-08-03event: update to libxcb 1.4Arnaud Fontaine2-3/+1
2009-06-03Check for ssize_t in configure for xcb-util-common.hArnaud Fontaine1-1/+5
2009-05-30Typo in configure.acMikhail Gusarov1-1/+1
2009-05-29Release xcb-util 0.3.5Julien Danjou1-1/+1
2009-05-25Add a check on xproto version libxcb was compiled withBob Ham1-1/+20
2009-05-21wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>Bart Massey1-0/+8
2009-05-15Zero out handlers list in xcb_event_handlers_initMikhail Gusarov1-0/+1
2009-05-09icccm: fix compatibility with libxcb > 1.2Julien Danjou1-1/+1
2009-04-23Make sure m4 supports -I flag, if not, try finding gnu m4Alan Coopersmith1-2/+18
2009-04-19Add xcb_aux_change_window_attributes_checkedMikhail Gusarov2-0/+17
2009-04-15bump version to 0.3.4Julien Danjou1-1/+1
2009-04-14event: add define to get request and error typesJulien Danjou2-2/+4
2009-04-14event: add error valuesJulien Danjou1-0/+45
2009-04-14event: simplify protoJulien Danjou2-23/+13
2009-04-02wm: removeJulien Danjou1-1/+0
2009-04-02event: add functions to convert event/errors to labelsJulien Danjou2-0/+251
2009-01-31Release xcb-util 0.3.3Julien Danjou1-1/+1
2008-12-16Release xcb-util 0.3.2Julien Danjou1-1/+1
2008-11-29Don't call exit() in xcb_aux_get_depth; return 0 instead.Peter Harris1-7/+4
2008-11-21build: add check for xproto >= 7.0.8Julien Danjou1-0/+1
2008-11-21Fix copyright statementJonathan Landis2-1/+32
2008-11-20Release xcb-util 0.3.1Julien Danjou1-1/+1
2008-11-07configure: stop if m4 is not foundJulien Danjou1-1/+4
2008-09-29"Clean up" magic structure stuff for C++.Ulrich Eckhardt1-9/+17
2008-09-18introduce function xcb_atom_get (essentially a synchronous xcb_intern_atom, u...Henning Sten2-0/+23
2008-09-17add doxygen documentation markup for XCB_EVENT_RESPONSE_TYPE_MASK macroHenning Sten1-0/+9
2008-09-16doc: enable doxygen doc in various submoduleJulien Danjou2-1/+17
2008-09-16doc: add various authors, remove old todo itemJulien Danjou1-5/+8
2008-09-16event: define XCB_EVENT_RESPONSE_TYPE_MASKJulien Danjou2-1/+5
2008-09-16event: rework, rename and add some documentationJulien Danjou4-153/+253
2008-09-16atom: include xcb headersJulien Danjou1-3/+5
2008-09-15atom: bump version infoJulien Danjou1-0/+1
2008-09-15atom: prefix functions and typesJulien Danjou2-16/+16
2008-09-15[icccm] Bump library version number to 0.3.0.Arnaud Fontaine1-1/+1
2008-09-15[atom] Move '*discriminated_atom*' functions from icccm to atomArnaud Fontaine3-0/+79
2008-09-07xcb_mask must not be zero when n == 32.Keith Packard1-1/+1