Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-22 | lib/dome-key-map: Update to latest, v0.1.0 | Teddy Wing | |
2018-11-05 | lib/dome-key-map: Update to latest | Teddy Wing | |
Fixes parse error when the mappings file starts with blank lines or comment lines. | |||
2018-11-05 | lib/dome-key-map: Update to latest | Teddy Wing | |
2018-11-03 | lib/dome-key-map: Update to latest | Teddy Wing | |
New trial encryption key. | |||
2018-11-03 | lib/dome-key-map: Update to latest, good error messages | Teddy Wing | |
2018-10-30 | lib/dome-key-map: Update to include default mappings | Teddy Wing | |
2018-10-29 | lib/dome-key-map: Update to get `--audio` flag handling | Teddy Wing | |
2018-10-29 | lib/dome-key-map: Update to latest | Teddy Wing | |
Includes a small Makefile change, removes audio playing functionality, and introduces a callback function argument that gets called when the current mode changes. | |||
2018-10-29 | lib/dome-key-map: Update to latest | Teddy Wing | |
Code cleanups, C function API cleaned up, audio, lots of under the hood code improvements. | |||
2018-10-27 | lib/dome-key-map: Update for trial FFI function | Teddy Wing | |
2018-10-26 | lib/dome-key-map: Update to exit after help output | Teddy Wing | |
2018-10-26 | lib/dome-key-map: Update to include trial and command line updates | Teddy Wing | |
2018-10-21 | Use new name for `config_read_from_file()` | Teddy Wing | |
This function was renamed. | |||
2018-10-20 | lib/dome-key-map: Update for config file handling | Teddy Wing | |
Need to update `c_parse_args()` call to pass new third argument. | |||
2018-10-18 | lib/dome-key-map: Update to get special media keyso | Teddy Wing | |
Key actions like `<VolumeDown>`, `<Play>`, etc. | |||
2018-10-06 | main: Free the config object | Teddy Wing | |
2018-10-06 | Parse command line arguments with the `dome-key-map` library | Teddy Wing | |
2018-10-04 | lib/dome-key-map: Update to get command handling | Teddy Wing | |
2018-10-03 | lib/dome-key-map: Update to include latest `Action::Map` parsing | Teddy Wing | |
Enables us to use special keys and modifier keys in action definitions. | |||
2018-09-26 | lib/dome-key-map: Update for file MapGroup and logging | Teddy Wing | |
2018-09-24 | lib/dome-key-map: Simulate key presses | Teddy Wing | |
2018-09-24 | lib/dome-key-map: Add current mode deactivation functionality | Teddy Wing | |
2018-09-24 | HeadphoneKey: Get switching to mode working | Teddy Wing | |
* Update to latest dome-key-map, which handles in-mode internally using a `State` struct * Make a `State *` ivar to store the current dome-key-map state, and let it do the work of mode handling Currently doesn't handle exiting a mode, only entering one. But that last part actually does finally work now, yay! Still requires cleanup to get rid of the old `in_mode` handling. | |||
2018-09-18 | Update `lib/dome-key-map` to latest | Teddy Wing | |
Includes mode handling code. | |||
2018-08-28 | Update 'dome-key-map' to latest | Teddy Wing | |
2018-08-27 | Add 'dome-key-map' as a submodule | Teddy Wing | |
This is the Rust library part of the application, which will get linked into DomeKey as a static library. |