summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Release 0.3.80.3.8Arnaud Fontaine1-0/+12
2011-04-26Fix package nameArnaud Fontaine1-1/+1
2011-04-14Use an absolute URL for the m4 submoduleDirk Wallenstein1-1/+1
2011-03-26Link with -no-undefinedJon TURNEY1-1/+1
2011-03-11pkg-config files: remove LIBS which is unrequired and undesirableGaetan Nadon4-4/+4
2011-03-11Remove the Doxyfile which is unused, out dated and wrong.Gaetan Nadon1-1305/+0
2011-03-11Fix distcheck due to xcb_atom.hGaetan Nadon19-55/+48
2011-03-07config: generate ChangeLog and INSTALLGaetan Nadon2-231/+12
2011-03-07config: use the default xorg .gitignore fileGaetan Nadon2-17/+65
2010-12-23Bump version to 0.3.8Arnaud Fontaine1-1/+1
2010-12-23Remove useless xcb_atom_get_fast*() and xcb_atom_get_name().Arnaud Fontaine2-81/+0
2010-12-23Remove synchronous xcb_atom_get()Arnaud Fontaine2-23/+0
2010-12-23Remove deprecated atoms.Arnaud Fontaine2-16/+0
2010-12-23Create a single shared library and header file and reset SONAMEArnaud Fontaine10-33/+39
2010-12-23Split up atom, aux event into their own repositoryArnaud Fontaine7-83/+291
2010-11-14Delete callback-based APIs for events, properties, and replies.Jamey Sharp4-209/+1
2010-11-14Delete redundant core-protocol error codes.Jamey Sharp1-45/+0
2010-11-14Rename XCB_EVENT_ERROR_SUCESS to XCB_EVENT_ERROR_SUCCESSAlan Coopersmith1-1/+1
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