aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-22Add a description to `get_trial_start()`Teddy Wing
2018-10-22Fill in `get_trial_start()` functionTeddy Wing
2018-10-22Move trial timestamp file to a hidden fileTeddy Wing
2018-10-22initialize_trial_start(): Don't rewrite the file if it already existsTeddy Wing
2018-10-22trial: Add a function to initialise a trial timestamp in a fileTeddy Wing
2018-10-22decode_datetime(): Return a `Result`Teddy Wing
2018-10-22trial: Encrypt and decrypt timestampTeddy Wing
2018-10-21Add `trial` module, calculate days remainingTeddy Wing
2018-10-21Cargo.toml: Add 'chrono' crateTeddy Wing
2018-10-21Rename `config_read_from_file` to `config_get`Teddy Wing
2018-10-20Add an FFI function to get a `Config` or read if from `config.toml`Teddy Wing
2018-10-20get_config(): Don't fail if the XDG config directory isn't presentTeddy Wing
2018-10-20read_config_file(): Return a default config if no file foundTeddy Wing
2018-10-20read_config_file(): Update to get the config from `config.toml`Teddy Wing
2018-10-20Cargo.toml: Add 'error-chain'Teddy Wing
2018-10-19config: Add a function to read a config file (WIP)Teddy Wing
2018-10-19Config: Add `timeout` fieldTeddy Wing
2018-10-18Add a `<Nop>` pseudo-keyTeddy Wing
2018-10-18parser: Add a basic test for `NXKey` parsingTeddy Wing
2018-10-18Parse `NXKey`sTeddy Wing
2018-10-18Rename and ignore `dktest` testTeddy Wing
2018-10-18Update `dktest` to use new method signatureTeddy Wing
2018-10-18Add `NXKey` to `KeyboardKeyWithModifiers`Teddy Wing
2018-10-18Add functions to get a `CGEventFlags` from a slice of `autopilot::Flag`Teddy Wing
2018-10-17key_code: Remove inconsistent spaces in attributeTeddy Wing
2018-10-17Add NX special keysTeddy Wing
2018-10-15Test media key simulator using the Play media keyTeddy Wing
2018-10-15lib/dome_key_event_source_simulator: Update to latestTeddy Wing
2018-10-14Compile and link 'libdome_key_event_source_simulator'Teddy Wing
2018-10-14Add 'dome_key_event_source_simulator' project dependencyTeddy Wing
2018-10-14Test media key simulator static libraryTeddy Wing
2018-10-14key_code: Ideas for a new `KeyCode` typeTeddy Wing
2018-10-13Get rid of media key simulation codeTeddy Wing
2018-10-13Try to send media key events using `NSEvent` and `CGevent`Teddy Wing
2018-10-12Cargo.toml: Turn on link-time optimisationTeddy Wing
2018-10-11Add a function to send media key eventsTeddy Wing
2018-10-06c_parse_args(): Change return value to mut pointerTeddy Wing
2018-10-06c_parse_args(): Box the returned `Config` pointerTeddy Wing
2018-10-05Fix command line argument FFI issuesTeddy Wing
2018-10-05Turn `Config` into a C struct instead of an opaque structTeddy Wing
2018-10-05Add an FFI bridge to the `parse_args()` functionTeddy Wing
2018-10-05Add a command line option parserTeddy Wing
2018-10-05Cargo.toml: Add 'getopts'Teddy Wing
2018-10-04run_key_action_for_mode(): Fix in_mode deactivationTeddy Wing
2018-10-03run_key_action_for_mode(): Extract action code to a new methodTeddy Wing
2018-10-03Remove return values from `c_run_key_action()` etc.Teddy Wing
2018-10-03Remove `action_parses_command_to_vec_of_words()` testTeddy Wing
2018-10-03run_key_action_for_mode(): Run mode-level commandsTeddy Wing
2018-10-03parse_actions(): Parse `Action::Map` for mode mapsTeddy Wing
2018-10-03run_key_action_for_mode(): Remove `type_string()` callsTeddy Wing