index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-22
Add a description to `get_trial_start()`
Teddy Wing
2018-10-22
Fill in `get_trial_start()` function
Teddy Wing
2018-10-22
Move trial timestamp file to a hidden file
Teddy Wing
2018-10-22
initialize_trial_start(): Don't rewrite the file if it already exists
Teddy Wing
2018-10-22
trial: Add a function to initialise a trial timestamp in a file
Teddy Wing
2018-10-22
decode_datetime(): Return a `Result`
Teddy Wing
2018-10-22
trial: Encrypt and decrypt timestamp
Teddy Wing
2018-10-21
Add `trial` module, calculate days remaining
Teddy Wing
2018-10-21
Cargo.toml: Add 'chrono' crate
Teddy Wing
2018-10-21
Rename `config_read_from_file` to `config_get`
Teddy Wing
2018-10-20
Add an FFI function to get a `Config` or read if from `config.toml`
Teddy Wing
2018-10-20
get_config(): Don't fail if the XDG config directory isn't present
Teddy Wing
2018-10-20
read_config_file(): Return a default config if no file found
Teddy Wing
2018-10-20
read_config_file(): Update to get the config from `config.toml`
Teddy Wing
2018-10-20
Cargo.toml: Add 'error-chain'
Teddy Wing
2018-10-19
config: Add a function to read a config file (WIP)
Teddy Wing
2018-10-19
Config: Add `timeout` field
Teddy Wing
2018-10-18
Add a `<Nop>` pseudo-key
Teddy Wing
2018-10-18
parser: Add a basic test for `NXKey` parsing
Teddy Wing
2018-10-18
Parse `NXKey`s
Teddy Wing
2018-10-18
Rename and ignore `dktest` test
Teddy Wing
2018-10-18
Update `dktest` to use new method signature
Teddy Wing
2018-10-18
Add `NXKey` to `KeyboardKeyWithModifiers`
Teddy Wing
2018-10-18
Add functions to get a `CGEventFlags` from a slice of `autopilot::Flag`
Teddy Wing
2018-10-17
key_code: Remove inconsistent spaces in attribute
Teddy Wing
2018-10-17
Add NX special keys
Teddy Wing
2018-10-15
Test media key simulator using the Play media key
Teddy Wing
2018-10-15
lib/dome_key_event_source_simulator: Update to latest
Teddy Wing
2018-10-14
Compile and link 'libdome_key_event_source_simulator'
Teddy Wing
2018-10-14
Add 'dome_key_event_source_simulator' project dependency
Teddy Wing
2018-10-14
Test media key simulator static library
Teddy Wing
2018-10-14
key_code: Ideas for a new `KeyCode` type
Teddy Wing
2018-10-13
Get rid of media key simulation code
Teddy Wing
2018-10-13
Try to send media key events using `NSEvent` and `CGevent`
Teddy Wing
2018-10-12
Cargo.toml: Turn on link-time optimisation
Teddy Wing
2018-10-11
Add a function to send media key events
Teddy Wing
2018-10-06
c_parse_args(): Change return value to mut pointer
Teddy Wing
2018-10-06
c_parse_args(): Box the returned `Config` pointer
Teddy Wing
2018-10-05
Fix command line argument FFI issues
Teddy Wing
2018-10-05
Turn `Config` into a C struct instead of an opaque struct
Teddy Wing
2018-10-05
Add an FFI bridge to the `parse_args()` function
Teddy Wing
2018-10-05
Add a command line option parser
Teddy Wing
2018-10-05
Cargo.toml: Add 'getopts'
Teddy Wing
2018-10-04
run_key_action_for_mode(): Fix in_mode deactivation
Teddy Wing
2018-10-03
run_key_action_for_mode(): Extract action code to a new method
Teddy Wing
2018-10-03
Remove return values from `c_run_key_action()` etc.
Teddy Wing
2018-10-03
Remove `action_parses_command_to_vec_of_words()` test
Teddy Wing
2018-10-03
run_key_action_for_mode(): Run mode-level commands
Teddy Wing
2018-10-03
parse_actions(): Parse `Action::Map` for mode maps
Teddy Wing
2018-10-03
run_key_action_for_mode(): Remove `type_string()` calls
Teddy Wing
[prev]
[next]