index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
parser.rs
Age
Commit message (
Expand
)
Author
2018-10-01
Fill in `action_parses_map_with_simple_characters()` test
Teddy Wing
2018-09-30
Fill in `action_parses_map_with_multiple_modifiers()`
Teddy Wing
2018-09-30
action_parses_map_with_less_than_escape(): Add `>` to end of test string
Teddy Wing
2018-09-30
special_key(): Handle modifier + character special keys
Teddy Wing
2018-09-30
Try to parse modifier keys (WIP)
Teddy Wing
2018-09-30
action_map(): Add backslash escaping
Teddy Wing
2018-09-30
Extract action normal character parsing to a function
Teddy Wing
2018-09-30
Get `action_map()` parser working
Teddy Wing
2018-09-30
parser: Add `key_code` and `special_key` parsers
Teddy Wing
2018-09-29
Start filling new action parser tests
Teddy Wing
2018-09-29
parser: Add some stub tests for a new `Action` parser
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-24
run_key_action_for_mode(): Keep track of `in_mode` in `state`
Teddy Wing
2018-09-01
parser: Make `Trigger` private again
Teddy Wing
2018-09-01
KeyActionResult: Make a pseudo-builder for the struct (WIP)
Teddy Wing
2018-08-26
Link library with a test C program
Teddy Wing
2018-08-25
Configure for importing from C/FFI
Teddy Wing
2018-08-23
cocoa_bridge: Continue outline of Objective C callable
Teddy Wing
2018-08-22
Add `MapGroup::parse()`; Start Cocoa function
Teddy Wing
2018-08-22
Move all code in `lib.rs` to `parser.rs`
Teddy Wing
[prev]