parser: drop %name-prefix, use -p yacc argument instead
[platform/upstream/libxkbcommon.git] / src / xkbcomp /
2013-09-28 Ran Benitaparser: drop %name-prefix, use -p yacc argument instead
2013-09-28 Ran Benitaparser: use %pure-parser instead of %define api.pure
2013-09-28 Ran Benitaparser: don't use enum yytokentype
2013-08-13 Ran Benitascanner: don't fail over unknown escape sequence
2013-08-13 Ran Benitaxkbcomp: improve a few log messages
2013-08-02 Ran Benitascanner: fix compiler warning
2013-08-02 Ran Benitascanner: allow empty key name literals
2013-08-02 Ran Benitaxkbcomp: handle empty keymaps
2013-08-01 Ran Benitakeymap-dump: use correct format specifiers
2013-07-31 Ran Benitakeymap: update builtin fields directly in src/keymap.c
2013-07-24 Pino ToscanoGet rid of the usage of PATH_MAX
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-07-18 Ran Benitaxkbcomp: escape the section names before storing them...
2013-05-09 Daniel StoneWiden keycode range to 8/255 if possible (bug #63390)
2013-04-01 Ran BenitaReplace flex scanner with a hand-written one
2013-04-01 Ran Benitautils: add {un,}map_file to read an entire file
2013-04-01 Ran BenitaAdd scanner-utils.h for common scanner functions
2013-04-01 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2013-04-01 Ran Benitaxkbcomp/keymap: silence a gcc warning
2013-03-18 Ran Benitarules: be more paranoid in scanner
2013-03-18 Ran Benitarules: quiet a gcc warning
2013-03-18 Ran Benitakeymap: rename xkb_kt_map_entry to xkb_key_type_entry
2013-03-18 Ran BenitaFix pointer style nit
2013-03-18 Ran BenitaRemove file_id entirely
2013-03-18 Ran Benitasymbols: remove file_id
2013-03-18 Ran Benitacompat: remove file_id
2013-03-18 Ran Benitatypes: remove file_id
2013-03-18 Ran Benitatypes: put all copy-to-keymap code in one function
2013-03-18 Ran Benitakeycodes: remove KeyNamesInfo::merge
2013-03-18 Ran Benitakeycodes: unwrap KeyNameInfo
2013-03-18 Ran Benitakeycodes: remove file_id
2013-03-18 Ran Benitakeymap: don't use darray for key aliases
2013-03-18 Ran Benitakeycodes: don't do unnecessary copies while merging
2013-03-18 Ran BenitaMove a couple of general keymap functions from keycodes.c
2013-03-18 Ran Benitakeycodes: remove unneeded alias conflict check
2013-03-18 Ran Benitaxkbcomp: handle XKB file include's better
2013-03-18 Ran BenitaBuild cleanly with clang
2013-03-18 Ran Benitakeymap: abstract a bit over the keymap format
2013-03-18 Ran BenitaMore spelling errors
2013-03-18 Ran Benitaparser: also skip 'section' ELEMENT
2013-03-18 Ran Benitaast-build: remove malloc_or_die
2013-03-18 Ran Benitakeycodes: fix spelling in error message
2013-03-18 Ran Benitaast: add error handling to XkbFileFromComponents
2013-03-18 Ran BenitaFix dead assignments
2013-03-18 Ran BenitaChange some log functions to take ctx instead of keymap
2013-03-18 Ran Benitakeycodes: some minor style
2013-03-18 Ran Benitaaction: s/hndlrType/handler_type
2013-03-18 Ran Benitacompat: make it clear which 'dflt' is meant
2013-03-18 Ran Benitasymbols: make it clear which 'dflt' is meant
2013-03-18 Ran Benitaast: constify argument
2013-03-18 Ran Benitasymbols: fix bad 'merge' assignment
2013-03-18 Ran BenitaChange 'indicator' to 'led' everywhere possible
2012-12-06 Daniel StoneParser: Initialise geometry elements for VarDecl
2012-10-30 Ran Benitaaction: don't allow private actions with a known type
2012-10-23 Ran Benitakeymap: use plain array for keymap->group_names
2012-10-22 Ran BenitaSplit the mods, layout, leds parts of xkb_state_components
2012-10-21 Ran BenitaSilence a couple of warnings
2012-10-18 Ran BenitaRemove a couple more uses of static char buffers
2012-10-18 Ran BenitaContextualize GetBuffer()
2012-10-18 Ran BenitaClean up xkb_sym_interpret a bit
2012-10-16 David HerrmannAdd xkb_keysym_from_name() flags argument for case...
2012-10-11 Ran Benitaast: simplify AppendStmt
2012-10-11 Ran Benitakeymap: rename keymap->sym_interpret -> sym_interprets
2012-10-11 Ran Benitacompat: add documentation for interpret's
2012-10-11 Ran Benitacompat: don't forget to copy XKB_MATCH_NONE interpret's
2012-10-10 Ran BenitaRemove the XKB_NUM_INDICATORS limit
2012-10-10 Ran Benitakeymap: don't use darray for keymap->keys
2012-10-10 Ran BenitaRename XKB_NUM_GROUPS to XKB_MAX_GROUPS
2012-10-10 Ran Benitakeycodes: refactor AddIndicatorName
2012-10-08 Ran Benitacompat: fix bad interpret predicate mods "all" calculation
2012-10-06 Ran Benitasymbols: refactor AddModMapEntry
2012-10-06 Ran BenitaReplace 0xff with MOD_REAL_MASK_ALL
2012-10-06 Ran Benitaexpr: unify the real and virtual modifier functions
2012-10-06 Ran BenitaRemove now-unneeded mod type annotations
2012-10-06 Ran Benitaexpr: share code for modifier functions
2012-10-06 Ran Benitatext: explicitly take mod_type in mod functions
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 Benitaexpr: don't expose LookupModIndex
2012-10-06 Ran BenitaRemove VModInfo for now
2012-10-06 Ran Benitavmod: don't allow to add a vmod with the name of a...
2012-10-06 Ran Benitavmod: remove merge argument from HandleVModDef
2012-10-06 Ran BenitaOmit struct '_Name' from non-recursive struct typedefs
2012-10-06 Ran Benitaexpr: don't allow "none" in LookupModIndex
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-30 Ran BenitaDon't scan and parse useless maps
2012-09-30 Ran Benitascanner: don't strdup the file name
2012-09-30 Ran Benitascanner: share code in XkbParse{File,String}
2012-09-30 Ran Benitascanner: remove uselss 'last symbol' error message
2012-09-30 Ran Benitaparser: remove XkbCompMapList rule
2012-09-30 Ran Benitaparser: remove XkbConfig rule
2012-09-30 Ran BenitaDon't use %z printf format
2012-09-30 Ran Benitarules: always initialize idx variable
2012-09-27 Ran BenitaFix type of keycode in parser and ast
2012-09-27 Ran BenitaDon't limit key names to 4 characters
2012-09-27 Ran Benitaxkbcomp/keymap: use default interpret in ApplyInterpsToKey
2012-09-26 Daniel StoneFix size_t vs. %d warning
2012-09-25 Ran Benitasymbols: get rid of autoType
next