summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Deprecate namespaceless pre-defined atomsHEADmasterPeter Harris1-1/+11
2009-10-21Make xcb_icccm.h use the same type as icccm.c for gravity parameterAlan Coopersmith1-1/+1
2009-10-20Update autogen.sh to one that does builddir != srcdirJon TURNEY1-1/+10
2009-10-20icccm: fix reply->format checkJulien Danjou1-4/+2
2009-09-25Bump version to 0.3.7Arnaud Fontaine1-1/+1
2009-09-25Add missing return valuesArnaud Fontaine2-93/+116
2009-08-24icccm: add xcb_get_wm_protocols_from_replyJulien Danjou2-9/+25
2009-08-22icccm: typo fixJulien Danjou1-1/+1
2009-08-22xcb-property: fix bad commentJulien Danjou1-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-25icccm: fix atoms_len with new libxcbJulien Danjou1-1/+1
2009-06-03Check for ssize_t in configure for xcb-util-common.hArnaud Fontaine2-1/+9
2009-06-03icccm: use xcb_gravity_t when possible and cosmetic changesArnaud Fontaine1-7/+11
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 Ham2-1/+193
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 Danjou2-9/+9
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-15include xcb-util-common.h in dist tarballJulien Danjou1-0/+2
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-12keysyms: bump versionJulien Danjou1-0/+1
2009-04-11keysyms: fix xcb_key_symbols_get_keycode() APIJulien Danjou2-28/+40
2009-04-04icccm: add xcb_get_wm_class_from_reply()Julien Danjou2-7/+25
2009-04-02wm: removeJulien Danjou12-997/+1
2009-04-02event: add functions to convert event/errors to labelsJulien Danjou2-0/+251
2009-04-02add a useful common header with common function/defineJulien Danjou1-0/+33
2009-01-31Release xcb-util 0.3.3Julien Danjou1-1/+1
2008-12-29icccm: change class hint struct fields nameJulien Danjou2-5/+5
2008-12-16xcb_keysyms: remove xcb_lookup_tJulien Danjou1-8/+0
2008-12-16Revert "keysyms: use xcb_key_lookup_t type for col paramter"Julien Danjou2-25/+28
2008-12-16Release xcb-util 0.3.2Julien Danjou1-1/+1
2008-12-09icccm: fix gravity protoJulien Danjou2-2/+2
2008-12-08keysyms: use xcb_key_lookup_t type for col paramterJulien Danjou2-28/+25
2008-12-05Fix the type of 'input' in icccm/xcb_icccm.h/xcb_wm_hints_tPeter Harris1-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 Landis17-10/+355
2008-11-20Release xcb-util 0.3.1Julien Danjou1-1/+1
2008-11-07configure: stop if m4 is not foundJulien Danjou1-1/+4
2008-10-19wm: link test against atom libJulien Danjou1-0/+1
2008-10-06Do not cast the return value of malloc() in modern C.Ulrich Eckhardt2-2/+2
2008-10-01more endianness patchesPeter Harris1-2/+26