summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added fast inline bitops xcb_bitops.hBart Massey2010-11-142-1/+175
* added aux_set_line_attributes_checkedBart Massey2010-11-142-0/+30
* added PARAM macrosBart Massey2010-11-141-0/+7
* xcb_aux_parse_color()Bart Massey2010-11-142-0/+50
* added checked version of aux_change_gc functionBart Massey2010-11-142-0/+16
* added checked versions of aux_create_window and aux_create_gc functionsBart Massey2010-11-142-0/+55
* added xcb_aux_find_visual functionsBart Massey2010-11-142-0/+43
* added xcb_aux_get_depth_by_visual_id()Bart Massey2010-11-145-3/+351
* All util libraries require the XCB 1.0 API; check for it in configure.Jamey Sharp2010-11-141-1/+1
* atom: Replace 'char *atom_names[]' with one big string and array of offsets.Tilman Sauerbeck2010-11-141-4/+10
* Bug #10877: Fixed the atom values that are written to the hash table.Tilman Sauerbeck2010-11-141-0/+1