platform/upstream/libxkbcommon.git
2012-04-09 Ran BenitaConstify the syms_out argument to xkb_key_get_syms()
2012-04-09 Ran BenitaImplement missing xkb_state_ref and add return value
2012-04-09 Ran BenitaDo not enable yacc trace facility unconditionally
2012-04-09 Ran BenitaConstify a global table and function arguments
2012-04-09 Ran BenitaRemove unused struct definition
2012-04-09 Ran BenitaReplace remaining use of Atom instead of xkb_atom_t
2012-04-09 Ran BenitaFix possible overflow in scanner
2012-04-09 Ran BenitaFix KeyInfo's syms array size calculation
2012-04-09 Ran BenitaSet xorg-macros CFLAGS correctly
2012-04-09 Ran BenitaFix compiler warnings
2012-04-09 Daniel StoneUnconstify xkb_rules_names
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-09 Daniel StoneUse xorg CFLAGS and fix AC_USE_SYSTEM_EXTENSIONS
2012-04-09 Daniel StoneEliminate remaining gcc warnings
2012-04-03 Daniel StoneDon't parse nonsense Unicode/hex keycodes
2012-04-03 Daniel StoneRemove unused device_spec
2012-04-03 Daniel Stoneinclude resets group compatibility modifiers #43091
2012-04-03 Daniel StoneAdd cscope output to .gitignore
2012-04-03 Daniel StoneProperly document xkb_key_get_syms
2012-04-02 Ran BenitaConstify a global table
2012-04-02 Ran BenitaMake temporary fix for stale xkb_atoms
2012-04-02 Ran BenitaFix bugs to allow multiple keymaps in one process
2012-04-02 Ran BenitaRemove useless check from xkb_intern_atom
2012-04-02 Ran BenitaAvoid leak in CompileKeymap error path
2012-04-02 Ran Benitamakekeys: use correct format strings
2012-04-02 Ran BenitaAdd a NULL check before before strcmp'ing
2012-04-02 Ran Benitamakekeys: free strings before exiting
2012-04-02 Ran BenitaUse straight strtok_r instead of wrapper
2012-04-02 Ran BenitaAvoid use of partly initialized VModInfo in error path
2012-03-29 Daniel StoneFail gracefully on failure to find component include
2012-03-29 Daniel StoneTests: Release context on failure to build keymap
2012-03-29 Daniel StoneFull support for multiple keysyms per level
2012-03-29 Daniel StoneParsing support for multiple keysyms per entry
2012-03-29 Daniel StoneDon't leak strings in merge declarations
2012-03-29 Daniel StoneDon't leak include_paths in context
2012-03-28 Daniel StoneRemove unused rtrnValue declaration
2012-03-27 Ran BenitaMake parser and scanner reentrant
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Daniel StoneAdd new context API
2012-03-27 Daniel StoneUpdate xkb_filter_group_lock_func for xkb_key_direction
2012-03-27 Daniel StoneFix distcheck with non-recursive Makefiles
2012-03-27 Daniel StoneFix build for X11 modifier masks
2012-03-27 Ran BenitaHandle group lock actions
2012-03-27 Ran BenitaMake build non-recursive
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
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 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
next