compat: reject interpret modifier predicate with more than one value
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keymap-dump.c
2019-10-16 Ran Benitakeymap-dump: use consistent capitalization for "Group<N>"
2019-10-16 Ran Benitakeymap-dump: fix invalid names used for levels above 8
2017-12-12 Ran Benitakeymap: fix NULL dereference when dumping the default...
2016-06-09 Ran Benitakeymap-dump: use consistent order set/latch/lock (style)
2014-09-25 Ran Benitakeymap: rename XkbKeyGroupWidth to XkbKeyNumLevels
2014-09-21 Ran Benitakeymap-dump: combine modifier_map's with the same modifier
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 Benitatext: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran BenitaAdd struct xkb_mod_set
2014-02-16 Ran Benitakeymap: change action flag NO_ACCEL -> ACCEL
2014-02-16 Ran Benitaaction: fix SwitchScreen "same" field handling
2014-02-15 Ran Benitakeymap-dump: add missing support for NoLock and NoUnloc...
2014-02-15 Ran Benitakeymap-dump: don't print "affect=lock" in PtrLock
2014-02-15 Ran Benitakeymap-dump: unbreak some complex lines
2014-02-08 Ran BenitaUse (1u << idx) instead of (1 << idx) where appropriate
2014-02-07 Ran BenitaFix sign-compare warnings
2013-08-01 Ran Benitakeymap-dump: use correct format specifiers
2013-07-21 Ran Benitakeymap: don't use darray for sym_interprets
2013-05-09 Daniel StoneWiden keycode range to 8/255 if possible (bug #63390)
2013-03-18 Ran Benitakeymap: rename xkb_kt_map_entry to xkb_key_type_entry
2013-03-18 Ran Benitakeymap: don't use darray for key aliases
2013-03-18 Ran Benitakeymap: abstract a bit over the keymap format