index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dome_key_map.h
Age
Commit message (
Expand
)
Author
2018-09-29
Revert "Try to propagate KeyCodeConvertible from Action to everywhere"
Teddy Wing
2018-09-29
Try to propagate KeyCodeConvertible from Action to everywhere
Teddy Wing
2018-09-25
Add `logger_init()` to init 'stderrlog'
Teddy Wing
2018-09-25
Add `state_load_map_group()` to get `MapGroup` from config file
Teddy Wing
2018-09-24
run_key_action_for_mode(): Keep track of `in_mode` in `state`
Teddy Wing
2018-09-22
Add a `State` struct
Teddy Wing
2018-09-02
Test mode finder
Teddy Wing
2018-09-02
Add `in_mode` to `CKeyActionResult`
Teddy Wing
2018-09-01
run_key_action_for_mode(): Return `KeyActionResult` for mode
Teddy Wing
2018-08-29
c_run_key_action(): Add `mode` argument
Teddy Wing
2018-08-29
c_run_key_action(): Make `trigger` argument nullable
Teddy Wing
2018-08-28
c_run_key_action(): Change signature to take a `Trigger`
Teddy Wing
2018-08-28
cbindgen.toml: Prefix enum variants with enum name
Teddy Wing
2018-08-26
Link library with a test C program
Teddy Wing
2018-08-26
Make data types more C-like
Teddy Wing
2018-08-26
Get `run_key_action` to export correctly to C
Teddy Wing
2018-08-25
Generate a partial C header for our FFI API
Teddy Wing