Messages: add new messages to registry
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keymap.c
2023-09-24 Pierre Le MarreMessages: add new messages to registry
2019-12-27 Ran Benitabuild: include config.h manually
2018-07-30 Ran Benitaxkbcomp: fix crash when parsing an xkb_geometry section
2014-10-18 Ran Benitaxkbcomp: remove file->topName
2014-10-18 Ran Benitaxkbcomp/keymap: remove useless free()
2014-09-25 Ran Benitakeymap: rename XkbKeyGroupWidth to XkbKeyNumLevels
2014-08-18 Ran BenitaMake the effective mod mask calculation available to...
2014-06-01 Ran BenitaRemove unnecessary !!(expressions)
2014-04-22 Ran Benitakeymap, keycodes, compat: don't use darray for LEDs
2014-04-22 Ran Benitakeymap: add and use xkb_mods_{foreach,enumerate}()
2014-04-22 Ran Benitakeymap: rename xkb_foreach_key to xkb_keys_foreach
2014-04-19 Ran BenitaAdd struct xkb_mod_set
2014-02-08 Ran BenitaUse (1u << idx) instead of (1 << idx) where appropriate
2014-02-07 Ran BenitaFix sign-compare warnings
2013-07-31 Ran Benitakeymap: update builtin fields directly in src/keymap.c
2013-07-21 Ran Benitactx: adapt to the len-aware atom functions
2013-07-21 Ran Benitakeymap: don't use darray for sym_interprets
2013-04-01 Ran Benitaxkbcomp/keymap: silence a gcc warning
2013-03-18 Ran Benitakeymap: rename xkb_kt_map_entry to xkb_key_type_entry
2013-03-18 Ran BenitaBuild cleanly with clang
2013-03-18 Ran BenitaChange 'indicator' to 'led' everywhere possible
2012-10-18 Ran BenitaClean up xkb_sym_interpret a bit
2012-10-11 Ran Benitakeymap: rename keymap->sym_interpret -> sym_interprets
2012-10-10 Ran BenitaRemove the XKB_NUM_INDICATORS limit
2012-10-06 Ran BenitaReplace 0xff with MOD_REAL_MASK_ALL
2012-10-06 Ran BenitaRemove now-unneeded mod type annotations
2012-10-06 Ran BenitaKeep real and virtual mods in the same table in the...
2012-10-06 Ran BenitaDon't use shifted virtual modifier masks
2012-10-06 Ran BenitaRemove the XKB_NUM_VIRTUAL_MODIFIERS limit
2012-10-06 Ran BenitaUse our types instead of int/uint32_t in a few places
2012-09-27 Ran Benitaxkbcomp/keymap: use default interpret in ApplyInterpsToKey
2012-09-24 Ran Benitakeymap: store a pointer to the type in xkb_group instea...
2012-09-24 Ran Benitakeymap, symbols: improve xkb_key memory layout
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-23 Daniel StonePromote keymap enumeration API to public
2012-09-19 Ran Benitaxkbcomp/keymap: correct ACTION_MODS_LOOKUP_MODS handling
2012-09-14 Ran Benitastate, map: constify references to xkb_key
2012-09-12 Daniel StoneCopyright updates
2012-09-11 Daniel Stonekbproto unentanglement: XkbExplicit*Mask
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI_AutoRepeat
2012-09-11 Daniel Stonekbproto unentanglement: XkbSI match flags
2012-09-10 Daniel Stonekbproto unentanglement: action flags
2012-09-10 Daniel Stonekbproto unentanglement: action types
2012-09-10 Daniel StoneRemove deprecated actions
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumVirtualMods
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumIndicators
2012-09-03 Ran BenitaUse XKB_MOD_INVALID instead of XkbNoModifier
2012-09-03 Ran Benitakeymap: optimize FindInterpsForKey a bit
2012-09-03 Ran Benitakeymap: refactor ApplyInterpsToKey
2012-09-02 Ran BenitaAdd xkbcomp/keymap.c and move some code there
2012-07-13 Ran BenitaMove CompileKeymap into xkbcomp.c
2012-07-01 Ran Benitakeymap: remove redundant check
2012-06-30 Ran Benitacompat: move some unclear code where it belongs
2012-06-30 Ran BenitaUse enum for merge mode
2012-06-30 Ran BenitaUse enum for file types
2012-06-30 Ran Benitakeymap: simplify legal/required logic a bit
2012-05-18 Ran BenitaVarious static analyzer fixes
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaRemove support for xkb_layout and xkb_semantics file...
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it
2012-05-01 Ran BenitaRemove unused stuff from XKBcommonint.h
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-02 Ran BenitaAvoid leak in CompileKeymap error path
2012-03-29 Daniel StoneFail gracefully on failure to find component include
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-20 Daniel StoneSmall constification
2012-03-14 Daniel StoneUpdate modifiers after building keymap
2012-03-10 Daniel StoneHandle XkbFiles without a name
2012-03-10 Daniel StoneMove allocation of xkb_desc into CompileKeymap
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 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-05 Daniel StoneMerge remote-tracking branch 'ran/fixes-cont'
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-03-03 Ran BenitaFree XkbFile's when no longer needed
2012-03-02 Ran BenitaMake the sections array local to the keymap compiling...
2012-03-02 Ran BenitaUse memset instead of bzero
2012-03-02 Ran BenitaRemove all uses of the register keyword
2012-02-25 Ran BenitaRemove unneeded assignments and variables
2012-02-25 Ran BenitaRemove unused includes of "tokens.h"
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-04 Dan NicholsonRemove trailing spaces in source files
2009-03-31 Dan Nicholsonxkbcomp: Remove duplicated macros
2009-03-28 Dan NicholsonAdd more *Text functions from xkbfile
2009-03-28 Dan Nicholsonlibxkbcomp: Drop unused format field for *Text functions
2009-03-28 Dan Nicholsonlibxkbcomp: Eradicate XkbFileInfo usage
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap