Define our own None atom value
[platform/upstream/libxkbcommon.git] / src / xkbcomp /
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaFix all -Wsign-compare warnings
2012-03-27 Ran BenitaSilence -Wcast-qual warnings
2012-03-27 Ran BenitaUse strcasecmp consistently instead of uStrCaseCmp
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-27 Ran BenitaRemove some more useless stuff
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-27 Ran BenitaMove utils.{c,h} to be used by the entire project
2012-03-27 Ran BenitaFix a scanf type mismatch
2012-03-27 Ran BenitaFix incorrect usage of && instead of &
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-22 Daniel StoneLEDs: Fix string comparison bug
2012-03-21 Daniel StoneFix (correct, but harmless) const warning
2012-03-21 Daniel StoneDon't clear real mods in action modmask
2012-03-21 Daniel StoneRemove unnecessary allocation in expr.c
2012-03-20 Daniel StoneSmall constification
2012-03-16 Daniel StoneAlso print group name in keysym error
2012-03-16 Daniel StoneMore useful errors for invalid keysyms
2012-03-16 Daniel StoneFix non-useModMapMods action masks
2012-03-15 Daniel StonePlug leaks in geometry parsing
2012-03-15 Daniel StoneRemove more float support
2012-03-15 Daniel StoneAlso update vmod -> indicator maps
2012-03-14 Daniel StoneUpdate modifiers after building keymap
2012-03-14 Daniel StoneConvert interp action from xkb_any_action to xkb_action
2012-03-14 Daniel StoneFix leak in xkbcomp.c
2012-03-14 Daniel StoneRemove component listing code
2012-03-13 Daniel StoneRevert "Use XKB_COMMON_* modifier defines in ExprResolv...
2012-03-10 Daniel StoneUse XKB_COMMON_* modifier defines in ExprResolveModMask
2012-03-10 Daniel StoneRemove overlay support as well
2012-03-10 Daniel StoneRemove half-implemented radio groups
2012-03-10 Daniel StoneHandle XkbFiles without a name
2012-03-10 Daniel StoneMove allocation of xkb_desc into CompileKeymap
2012-03-09 Daniel StoneRemove geometry even harder
2012-03-09 Daniel StoneIntroduce xkb_atom_t type
2012-03-09 Daniel StoneIntroduce xkb_keysym_t type
2012-03-09 Daniel StoneStringify public name types
2012-03-09 Daniel StoneEnsure we always have a complete keymap
2012-03-09 Daniel StoneConvert CompileKeymap to early-return style
2012-03-09 Daniel StoneUse compile_keymap in xkb_compile_keymap_from_components
2012-03-09 Daniel StoneAdd explicit braces
2012-03-09 Daniel Stonexkbcomp: Turn an array into an anonymous struct
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-09 Daniel StoneRemove KcCGST names from the map
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes-cont'
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-03-03 Ran BenitaFix "Could not resolve keysym" errors
2012-03-03 Ran BenitaRefactor XkbFindFileInPath
2012-03-03 Ran BenitaFree all atoms along with keymap
2012-03-03 Ran BenitaFree IncludePath when no longer needed
2012-03-03 Ran BenitaFree scanFile when no longer needed
2012-03-03 Ran BenitaFix other misc leaks
2012-03-03 Ran BenitaDon't leak the scanner's buffer
2012-03-03 Ran BenitaDon't leak DoodadInfo's from GeometryInfo
2012-03-03 Ran BenitaDon't leak ActionInfo's
2012-03-03 Ran BenitaDon't leak KeyNamesInfo
2012-03-03 Ran BenitaDon't leak the "minimum"/"maximum" string
2012-03-03 Ran BenitaDon't leak the various *Info's names when overriding...
2012-03-03 Ran BenitaFree XkbFile's when no longer needed
2012-03-03 Ran BenitaAdd function to free XkbFile's
2012-03-03 Ran BenitaDon't cache loaded rules files
2012-03-03 Ran BenitaDon't cache parsed files
2012-03-02 Ran BenitaRemove unneeded freeing mechanisms
2012-03-02 Ran BenitaMake the sections array local to the keymap compiling...
2012-03-02 Ran BenitaRemove unused global type tokens
2012-03-02 Ran BenitaUse global tables for action string handling
2012-03-02 Ran BenitaConstify some more text functions
2012-03-02 Ran BenitaConstify global tables
2012-03-02 Ran BenitaRemove useless casts
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 BenitaDon't check for NULL before free()
2012-02-26 Ran BenitaUse yacc-generated header instead of tokens.h
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 StonePerform bounds checking in ExprResolveLevel
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
next