platform/upstream/libxkbcommon.git
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 BenitaRewrite recalloc to the correct type
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-27 Daniel StoneRemove fallback strcasecmp/strncasecmp
2012-03-27 Daniel StoneAdd include/ to makekeys include path
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 BenitaRemove a few remaining uses of the KeySym type
2012-03-27 Ran BenitaAdd xkb test file to EXTRA_DIST
2012-03-27 Ran BenitaFix incorrect usage of && instead of &
2012-03-27 Ran BenitaUpdate gitignore for 'state' test
2012-03-27 Ran BenitaFix latin8 upper/lower case check
2012-03-27 Ran BenitaProperly free xkb_state's
2012-03-27 Ran BenitaMention xkb_state_new can return NULL
2012-03-27 Guillem JoverMove doxygen comment before enum item
2012-03-27 Daniel StoneRemove internal API from xkbcommon.h
2012-03-27 Daniel StoneRemove hardcoded legacy modifier masks
2012-03-27 Daniel StoneRemove unused changes structs
2012-03-27 Daniel StoneRemove unused members of xkb_state
2012-03-27 Daniel StoneAdd enum xkb_key_direction instead of bool
2012-03-27 Daniel StoneAdd state serialisation API
2012-03-27 Daniel StoneCosmetic coding style fixups
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-22 Daniel StoneAdd LED state API
2012-03-22 Daniel StoneLEDs: Fix string comparison bug
2012-03-22 Daniel StoneCheck for invalid indices in mod/group state API
2012-03-22 Daniel StoneFix documentation bugs with mod/group state API
2012-03-21 Daniel StoneAdd a proper README
2012-03-21 Daniel StoneRound out new state API
2012-03-21 Daniel StoneFix (correct, but harmless) const warning
2012-03-21 Daniel StoneAdd new state API
2012-03-21 Daniel StoneRemove some rogue fprintfs
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 StoneAdd geometry test
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 StoneAdd xkb_get_syms_by_level
2012-03-14 Daniel StoneFix leak in xkbcomp.c
2012-03-14 Daniel StoneRemove component listing code
2012-03-14 Daniel StoneRemove unused control members
2012-03-14 Daniel StoneAdd a tiny bit of documentation to xkbcommon.h
2012-03-13 Daniel StoneAdd xkb_key_get_syms API
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 StoneRemove indirect XkbCM* and XkbSM* macros
2012-03-10 Daniel StoneHandle XkbFiles without a name
2012-03-10 Daniel StoneMove allocation of xkb_desc into CompileKeymap
2012-03-09 Daniel StoneClean up xkb_keysym_to_string message
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 StoneRemove atom functions from public API
2012-03-09 Daniel StoneStringify public name types
2012-03-09 Daniel StoneEnsure we always have a complete keymap
2012-03-09 Daniel Stonefilecomp: Fix xkbcomp warning
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 BenitaUse limits.h to find min/max short value
next