index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ffi.rs
Age
Commit message (
Expand
)
Author
2018-11-03
run_key_action(): Use `Result` from `run_action()`
Teddy Wing
2018-11-03
parser: Remove `MapAction::parse()` etc. code from second parser pass
Teddy Wing
2018-11-03
parser: Parse `Action::Map`s at the same time as everything else
Teddy Wing
2018-11-01
dome_key_state_load_map_group(): Print filename where parse error occurs
Teddy Wing
2018-11-01
dome_key_state_load_map_group(): Get rid of unnecessary variable
Teddy Wing
2018-11-01
dome_key_state_load_map_group(): Get rid of error chain on parse
Teddy Wing
2018-10-30
dome_key_state_load_map_group(): Remove `expect`s
Teddy Wing
2018-10-30
dome_key_state_load_map_group(): Fix incorrect line wrapping
Teddy Wing
2018-10-30
If no 'mappings.dkmap' file is found, use default mappings
Teddy Wing
2018-10-29
run_key_action(): Call a function pointer when mode changes
Teddy Wing
2018-10-29
ffi::run_key_action(): Add `PlayAudio` argument
Teddy Wing
2018-10-29
map::run_key_action(): Add conditional argument for playing audio
Teddy Wing
2018-10-29
Rename `run_key_action_for_mode` to `run_key_action`
Teddy Wing
2018-10-28
ffi: Remove `ActionKind` enum
Teddy Wing
2018-10-27
dome_key_logger_init(): Log `Err` instead of `unwrap()`
Teddy Wing
2018-10-27
Move non-FFI functions from `ffi.rs` to `map.rs`
Teddy Wing
2018-10-27
Rename `cocoa_bridge.rs` to `ffi.rs`
Teddy Wing