Constify global tables
[platform/upstream/libxkbcommon.git] / src /
2012-03-02 Ran BenitaConstify global tables
2012-03-02 Ran BenitaUse limits.h to find min/max short value
2012-03-02 Ran BenitaRemove useless casts
2012-03-02 Ran BenitaUse strchr instead of index
2012-03-02 Ran BenitaUse memset instead of bzero
2012-03-02 Ran BenitaRemove return's at the end of void functions
2012-03-02 Ran BenitaRemove all uses of the register keyword
2012-03-02 Ran BenitaUse strdup instead of strlen + malloc + strcpy
2012-03-02 Ran BenitaDon't check for NULL before free()
2012-02-26 Ran BenitaUse yacc-generated header instead of tokens.h
2012-02-26 Ran Benitamakekeys: update to match the rest of libX11 makekeys
2012-02-26 Ran Benitamakekeys: Receive the keysym files as arguments
2012-02-26 Ran Benitamakekeys: Fix build/target word size mismatch when...
2012-02-25 Ran BenitaFix remaining warnings
2012-02-25 Ran BenitaFix warnings in scanner and parser
2012-02-25 Ran BenitaFix an incorrect sizeof
2012-02-25 Ran BenitaFix all constness warnings
2012-02-25 Ran BenitaFix possible null dereferences
2012-02-25 Ran BenitaRemove unneeded assignments and variables
2012-02-25 Ran BenitaRemove unused includes of "tokens.h"
2012-02-25 Ran BenitaRemove unused debug #defines
2012-02-20 Daniel StoneFix typo in ExprResolveKeyCode
2012-02-20 Daniel StonePerform bounds checking in ExprResolveGroup
2012-02-20 Daniel StoneSwitch expression resolution priv from char to void
2012-02-20 Daniel StoneRemove chaining support from LookupModMask
2012-02-20 Daniel StoneInvert LookupModMask/LookupVModMask order
2012-02-20 Daniel StoneRemove unused LookupPriv::priv
2012-02-20 Daniel StoneMove some definitions from expr.h to expr.c
2012-02-20 Daniel StoneRemove field reference lookup support
2012-02-20 Daniel StoneMove groupNames mask definition to its user
2012-02-20 Daniel StoneTurn ExprResolveInteger into a simple wrapper
2012-02-20 Daniel StoneOpen-code a radio group SimpleLookup
2012-02-20 Daniel StoneAdd ExprResolveGroup helper
2012-02-20 Daniel StoneAdd ExprResolveButton helper
2012-02-20 Daniel StoneIntroduce ExprResolveLevel helper
2012-02-20 Daniel StoneIntroduce ExprResolveRadioGroup helper
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveString
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveKeySym
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveKeyName
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveBoolean
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveFloat
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveModMask
2012-02-20 Daniel StoneIntroduce ExprResolveVModMask
2012-02-16 Daniel StoneRespect explicit minimum/maximum keycodes
2012-02-16 Daniel StoneStill more memory leak fixes
2012-02-15 Daniel StoneFix xkbparse.y compilation
2012-02-15 Daniel StoneDon't leak SymbolsInfo
2012-02-15 Daniel StoneEnable stderr debugging by default
2012-02-15 Daniel Stonevmod: Pass xkb_desc explicitly to vmod functions
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2012-02-15 Daniel Stonexkbscan: Copy, rather than assign, file name
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2012-01-05 Rob Bradfordxkbcomp: Silence warning of return of uninitialised...
2011-12-16 Pekka PaalanenAdd xkbc_free_keymap helper
2011-10-27 Rob Bradfordxkbcomp: Copy the string into the buffer rather than...
2011-06-03 Cyril BruleboisAdd prototype for CheckDefaultMap().
2011-01-29 Cyril BruleboisGet rid of unneeded <X11/Xlib.h> include.
2011-01-29 Kristian HøgsbergRename XkbcInternAtom() to xkb_intern_atom() and export
2010-12-18 Gaetan Nadonconfig: add keysymdef and xf86keysym as dependencies...
2010-12-18 Gaetan Nadonconfig: makekeys prog should stand alone in the makekey...
2010-12-18 Gaetan Nadonconfig: use existing variables KEYSYMDEF_H and XF86KEYSYM_H
2010-12-08 Gaetan Nadonconfig: let Automake handle Lex and Yacc dist and cleaning
2010-12-08 Gaetan Nadonconfig: replace deprecated INCLUDES with AM_CPPFLAGS
2010-12-07 Gaetan Nadonconfig: update subdirs .gitignore
2010-11-11 Jan Engelhardtxkbscan: resolve build warning/rpmlint error
2010-10-26 Jon TURNEYLink with -no-undefined
2010-10-22 Kristian HøgsbergDon't check for xlib, we don't need it
2010-10-21 Kristian HøgsbergUpdate xkb->ctrls->num_groups when copying the keysyms
2010-10-20 Kristian HøgsbergRestore compatible action structs
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...
2010-10-08 Kristian HøgsbergDon't return a static buffer in public API
2010-09-27 Adam JacksonDead code removal and static markup
2010-09-04 Kristian HøgsbergRemove libxkbfile dependency for real this time
2010-08-30 Kristian HøgsbergUse const char * in struct xkb_rule_names
2010-08-25 Kristian HøgsbergPull in a few #defines from libxkbfile and lower kbprot...
2010-07-02 Kristian HøgsbergGet rid of a few unused #defines in public header
2010-07-02 Kristian HøgsbergRename XkbRMLVOSet to struct xkb_rule_names
2010-07-02 Kristian HøgsbergMove private structs and defines to private headers
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergFix warning from CARD32 -> uint32_t conversion
2010-06-30 Kristian HøgsbergConstify XkbcAtomText()
2010-06-30 Kristian HøgsbergMake XkbcInitAtoms() call optional
2010-06-30 Kristian HøgsbergDrop more malloc/free wrappers
2010-06-30 Kristian HøgsbergUse the right action structs
2010-06-30 Kristian HøgsbergCopy over missing action structs from kbproto
2010-06-30 Kristian HøgsbergRename Xkbc*Action to struct xkb_*_action
2010-06-28 Kristian HøgsbergDrop malloc wrappers
2010-06-28 Kristian HøgsbergDrop CARD32 and Opaque types
2010-06-23 Daniel StoneCopy and duplicate XkbModsRec and XkbKTMapEntryRec
2010-06-22 Daniel StoneAdd really rudimentary rules caching support
2010-06-22 Daniel StoneUse CARD32 instead of Atom, move geom headers in
2010-06-22 Daniel StoneInterp: More lazy keysym resolution
2010-06-22 Daniel StoneAllow external atom databases
2010-06-22 Daniel StoneCopy in XkbCompatMapRec and XkbSymInterpretRec
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel StoneRegroup actions into current vs. deprecated, resize...
2010-06-22 Daniel Stonexkbcomp: Don't malloc() and free() most scanned tokens
2010-06-22 Daniel StoneFix compilation with DEBUG
2010-06-22 Daniel Stonexkbcomp: Use fread() instead of getc()
next