Replace keycode numeric offset with EVDEV_OFFSET
[platform/upstream/libxkbcommon.git] / test / state.c
2023-07-04 Pierre Le MarreReplace keycode numeric offset with EVDEV_OFFSET
2020-09-07 Ran Benitatest/data: sync from xkeyboard-config 2.30
2019-12-27 Ran Benitabuild: include config.h manually
2016-10-31 Ran BenitaMerge pull request #31 from bluetech/consumed-modes
2016-10-31 Ran Benitastate: add GTK consumed modifiers mode
2016-10-22 Ran Benitatest/state: move wrongly-placed assert
2014-09-06 Ran Benitatest: make most tests portable by copying linux/input...
2014-08-18 Ran Benitatest/state: add test_update_mask() test
2014-03-27 Ran Benitastate: fix consumed modifier calculation
2014-03-22 Ran Benitastate: apply control transformation on utf8/utf32 keysy...
2014-03-22 Ran Benitastate: add xkb_state_key_get_{utf8,utf32}() API functions
2014-02-22 Jasper St. Pierrestate: Add xkb_state_key_get_consumed_mods
2014-02-07 Ran Benitatest/state: fix tautological test
2014-02-07 Ran BenitaFix sign-compare warnings
2014-01-11 Ran Benitatest/state: fix some *_{is,are}_active() tests
2013-09-25 Ran Benitatest/state: fix missing xkb_state_unref
2013-08-15 Ran Benitastate: apply capitalization transformation on keysyms
2013-05-09 Matthias ClasenAdd keycode min/max and iteration API
2013-03-19 Daniel Stonetest: Add flags argument to test_get_context()
2012-10-28 Ran Benitastate, context: allow passing NULL to *_unref()
2012-10-22 Ran BenitaSplit the mods, layout, leds parts of xkb_state_components
2012-10-11 Ran BenitaMake xkb_keymap_num_leds return the index range instead...
2012-10-10 Ran Benitakeymap, state: don't assume led index < xkb_keymap_num_leds
2012-10-06 Ran Benitastate: fix bad EFFECTIVE check in *_is_active()
2012-09-27 Daniel StoneAdd xkb_state_key_get_one_sym
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-02 Ran Benitastate: fix mod_names_are_active
2012-08-08 Daniel StoneAdd xkb_map_mod_mask_remove_consumed
2012-08-08 Daniel Stonetest: Minimise includes
2012-07-12 Daniel StoneAdd a library of common test functions
2012-06-22 Daniel Stonestate: Add more comprehensive repeating test
2012-06-22 Daniel StoneAdd xkb_key_repeats
2012-06-09 Ran Benitastate: use darray for filters
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneRename serialise to serialize
2012-05-09 Daniel StoneAdd common LED names to xkbcommon-names.h
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own keysyms
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-09 Daniel StoneAdd multiple modifier state matching API
2012-05-08 Daniel StoneAdd pre-defined names database
2012-05-08 Daniel StoneAdd flags to context creation
2012-05-08 Daniel StoneAdd flags to keymap compilation entrypoints
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-04-09 Ran BenitaOverhaul test suite
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaMove utils.{c,h} to be used by the entire project
2012-03-27 Daniel StoneAdd enum xkb_key_direction instead of bool
2012-03-27 Daniel StoneAdd state serialisation API
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-22 Daniel StoneAdd LED state API
2012-03-21 Daniel StoneRound out new state API
2012-03-21 Daniel StoneAdd new state API