summaryrefslogtreecommitdiff
path: root/keysyms
AgeCommit message (Collapse)AuthorFilesLines
2010-10-12Check for malloc failure in two places.HEADmasterJoshua Phillips1-0/+2
In xcb_key_symbols_alloc. In xcb_render_util_composite_text_stream. Signed-off-by: Julien Danjou <julien@danjou.info>
2009-04-12keysyms: bump versionJulien Danjou1-0/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-04-11keysyms: fix xcb_key_symbols_get_keycode() APIJulien Danjou2-28/+40
xcb_key_symbols_get_keycode() returned a keycode. That's wrong, since actually a keysym can have multiple keycode. And we usually need all this keycodes to correctly grab a keysym. Signed-off-by: Julien Danjou <julien@danjou.info>
2008-12-16xcb_keysyms: remove xcb_lookup_tJulien Danjou1-8/+0
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-12-16Revert "keysyms: use xcb_key_lookup_t type for col paramter"Julien Danjou2-25/+28
This reverts commit 24da2934459c7811f77713a3c7aaa6691ad203f2.
2008-12-08keysyms: use xcb_key_lookup_t type for col paramterJulien Danjou2-28/+25
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-11-21Fix copyright statementJonathan Landis1-0/+31
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-10-06Do not cast the return value of malloc() in modern C.Ulrich Eckhardt1-1/+1
Signed-off-by: Bart Massey <bart@cs.pdx.edu>
2007-02-21rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵TORRI Vincent2-6/+6
instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)
2006-11-12Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵Alan Coopersmith1-1/+1
turn on more warnings for each This is the first of two fixes needed to get xcb-util building on Solaris. Signed-off-by: Jamey Sharp <jamey@minilop.net>
2006-10-07Adapt xcb/util libraries for removal of XID structures.Ian Osgood1-109/+109
2006-09-25libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp2-2/+2
2006-09-24All xcb-util libraries compile after the Great Renaming.Ian Osgood2-94/+94
Many of the exported library functions still need to follow the new convention.
2006-06-08fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent1-0/+11
2006-04-28Make xcb_keysyms.h self-contained by including xcb.hJosh Triplett1-1/+1
2006-04-27Fix xcb-util library dependencies, including both the new dependency ↵Josh Triplett1-2/+2
libXCBImage needs on libXCBShm, as well as many other issues discovered in the process. These include using automake variables appropriately in order to actually link shared libraries against each other and ensure libraries have NEEDED entries for the libraries they depend on, consequently needing to reorder the top-level SUBDIRS to build property before icccm, adding dependencies to .pc.in files, fixing .pc.in files to not all use the name and description for XCBImage, and adding appropriate library dependencies to test programs.
2006-04-19Enumeration and documentation for col parameterIan Osgood2-0/+85
2006-03-14Remove xcb-util dependency on proto/X11Ian Osgood1-1/+1
by moving many defs from X.h to <enum>s in xproto.xml
2006-03-08Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵Jamey Sharp1-2/+0
redundancies.
2006-03-03Portability fix: include stdlib.h, not malloc.h.Ian Osgood1-1/+1
2006-02-18Update .gitignores for .o files and autofoo stuff.Jamey Sharp1-0/+2
2006-02-18Remove xcl and CVSROOT.Josh Triplett4-0/+454