index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-09-29
cocoa_bridge: Get rid of unused test
Teddy Wing
2018-09-29
parser: Correct tests to use new `Action` enum type
Teddy Wing
2018-09-29
Change `parser::Action` to an enum
Teddy Wing
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-28
Revert "parser::map(): Try to parse Action with a dependency on MapKind"
Teddy Wing
2018-09-28
parser::map(): Try to parse Action with a dependency on MapKind
Teddy Wing
2018-09-27
parser: Make a new `Action` type
Teddy Wing
2018-09-25
logger_init(): Configure `stderrlog`
Teddy Wing
2018-09-25
Add `logger_init()` to init 'stderrlog'
Teddy Wing
2018-09-25
state_load_map_group(): Log errors instead of panicking
Teddy Wing
2018-09-25
state_load_map_group(): Fix double slash in error message
Teddy Wing
2018-09-25
run_key_action_for_mode(): Fix bugs from recent state & autopilot change
Teddy Wing
2018-09-25
run_key_action_for_mode(): Get `MapGroup` from state
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(): Simulate key press on `map` type action
Teddy Wing
2018-09-24
run_key_action_for_mode(): Deactivate current mode using trigger
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-06
c_run_key_action(): Fix segfault on `in_mode`
Teddy Wing
2018-09-06
Trying to fix pointer lifetime of mode `CKeyActionResult` (WIP)
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-09-01
parser: Make `Trigger` private again
Teddy Wing
2018-09-01
run_key_action_for_mode(): Get rid of old `action` string conversion
Teddy Wing
2018-09-01
KeyActionResult: Fix reference/borrow errors
Teddy Wing
2018-09-01
KeyActionResult: Make a pseudo-builder for the struct (WIP)
Teddy Wing
2018-09-01
run_key_action_for_mode(): Start adding mode handling
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-29
run_key_action(): Add `mode` argument
Teddy Wing
2018-08-28
c_run_key_action(): Change signature to take a `Trigger`
Teddy Wing
2018-08-28
cocoa_bridge: Add a `Trigger` struct to use in `run_key_action()`
Teddy Wing
2018-08-26
c_run_key_action(): Correctly send action string to C
Teddy Wing
2018-08-26
c_run_key_action(): Get the C code to actually print something out
Teddy Wing
2018-08-26
cocoa_bridge(run_key_action): Add newline to end of test map group
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
2018-08-25
Configure for importing from C/FFI
Teddy Wing
2018-08-25
run_key_action(): Include action string for `MapKind::Map`
Teddy Wing
2018-08-25
cocoa_bridge: Comment `run_command()` for now
Teddy Wing
2018-08-24
run_key_action(): Approach for handling actions for different MapKinds
Teddy Wing
2018-08-24
cocoa_bridge: Idea for black box map run function
Teddy Wing
2018-08-24
cocoa_bridge(parse_mappings): Ideas for filling the ObjC collections
Teddy Wing
2018-08-23
cocoa_bridge: Add some ideas for how to make the bridge work
Teddy Wing
2018-08-23
cocoa_bridge: Continue outline of Objective C callable
Teddy Wing
2018-08-23
Rename my `cocoa` module to `cocoa_bridge`
Teddy Wing
[prev]
[next]