spiegel-keyman/common/engine/keyboardprocessor
Tim Eves 0fdb64011f Fix bugs in options_set api
* Initialise cached option value with options_set's scope so correct 
scope is returned.
* Use unordered_map::operator[] as emplace never overwrites.
* Ensure that km_kbp_options_set_to_json() returns the document size 
including the null.
* correct scope_name_lut so scope names are in the right order.
2018-10-30 17:07:00 +07:00
..
doc Move keyboardprocessor into it's new toplevel under common/engine 2018-10-25 13:43:28 +07:00
include Minor tidyup stop compiler complaining about unsused variables. 2018-10-30 13:12:30 +07:00
python/keyman/keyboardprocessor Move keyboardprocessor into it's new toplevel under common/engine 2018-10-25 13:43:28 +07:00
src Fix bugs in options_set api 2018-10-30 17:07:00 +07:00
tests Minor tidyup stop compiler complaining about unsused variables. 2018-10-30 13:12:30 +07:00
meson.build Fix windows compiler treating source as latin1 instead of utf-8. 2018-10-29 16:00:27 +07:00