• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

keysyms/H03-May-2022-1,3401,034

m4/H01-Oct-2014-8,8507,972

ChangeLogH A D01-Oct-201418.3 KiB558373

INSTALLH A D01-Oct-201415.4 KiB371288

Makefile.amH A D21-May-2012225 1810

Makefile.inH A D03-May-202225.3 KiB828732

NEWSH A D01-Oct-2014479 1913

READMEH A D14-Apr-20111.4 KiB3825

aclocal.m4H A D01-Oct-2014119.1 KiB3,3043,031

autogen.shH A D12-Aug-2013735 2816

compileH A D01-Oct-20147.2 KiB348258

config.guessH A D01-Oct-201441.9 KiB1,4211,229

config.subH A D01-Oct-201435 KiB1,8001,662

configureH A D03-May-2022585 KiB20,55416,870

configure.acH A D01-Oct-2014336 1511

depcompH A D01-Oct-201423 KiB792502

install-shH A D01-Oct-201413.7 KiB528351

ltmain.shH A D01-Oct-2014277 KiB9,6627,310

missingH A D01-Oct-20146.7 KiB216143

README

1About XCB util modules
2======================
3
4The XCB util modules provides a number of libraries which sit on top
5of libxcb, the core X protocol library, and some of the extension
6libraries. These experimental libraries provide convenience functions
7and interfaces which make the raw X protocol more usable. Some of the
8libraries also provide client-side code which is not strictly part of
9the X protocol but which have traditionally been provided by Xlib.
10
11If you find any of these libraries useful, please let us know what
12you're using and why you aren't in a mental hospital yet. We'd welcome
13patches/suggestions for enhancement and new libraries; Please report any
14issues you find to the freedesktop.org bug tracker, at:
15
16  <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
17
18Discussion about XCB occurs on the XCB mailing list:
19
20  <mailto:xcb at lists.freedesktop.org>
21  <http://lists.freedesktop.org/mailman/listinfo/xcb>
22
23About XCB util-keysyms module
24=============================
25
26XCB util-keysyms module provides the following library:
27
28  - keysyms: Standard X key constants and conversion to/from keycodes.
29
30You can obtain the latest development versions of XCB util-keysyms
31using GIT. For anonymous checkouts, use:
32
33  git clone --recursive git://anongit.freedesktop.org/git/xcb/util-keysyms
34
35For developers, use:
36
37  git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-keysyms
38