index
:
DomeKey
bluetooth-headset-compatibility
master
Control your computer with a pair of headphones
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-06
Update TODO
Teddy Wing
2018-10-06
Update TODO
Teddy Wing
2018-10-06
HeadphoneKey: Free `_state` when deallocating
Teddy Wing
2018-10-06
main: Free the config object
Teddy Wing
2018-10-06
Update TODO
Teddy Wing
2018-10-06
Makefile(run): Add the `--daemon` flag to the executable
Teddy Wing
2018-10-06
Mappings(dispatchReload): Return result of `notify_post()`
Teddy Wing
2018-10-06
main: Run main NSApp code when the `--daemon` flag is passed
Teddy Wing
2018-10-06
Parse command line arguments with the `dome-key-map` library
Teddy Wing
2018-10-05
Set up IPC to enable reloading the mappings file
Teddy Wing
2018-10-04
Add a new `Mappings` class
Teddy Wing
2018-10-04
Update TODO
Teddy Wing
2018-10-04
HeadphoneKey: Update for latest dome-key-map API
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
2018-10-02
Update TODO
Teddy Wing
2018-09-26
HeadphoneKey: Load MapGroup into `_state`; Initialize Rust logger
Teddy Wing
2018-09-26
HeadphoneKey(runAction): Get rid of keyboard simulation
Teddy Wing
2018-09-26
lib/dome-key-map: Update for file MapGroup and logging
Teddy Wing
2018-09-25
TODO: Add notes for escaping
Teddy Wing
2018-09-25
Update TODO
Teddy Wing
2018-09-25
Update TODO
Teddy Wing
2018-09-25
Makefile: Fix dependency on Rust lib
Teddy Wing
2018-09-25
Add TODO
Teddy Wing
2018-09-24
Makefile: Only run `xcodebuild` when there are changes
Teddy Wing
2018-09-24
Makefile: Add a target to run the program
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
2018-09-21
HeadphoneKey: Start of mode handling (WIP)
Teddy Wing
2018-09-18
HeadphoneKey: Add a method to switch modes
Teddy Wing
2018-09-18
HeadphoneKey(runAction): Fix EXC_BAD_ACCESS on undefined map
Teddy Wing
2018-09-18
HeadphoneKey(runAction): Update for new `dome-key-map` interface
Teddy Wing
2018-09-18
Update `lib/dome-key-map` to latest
Teddy Wing
2018-08-28
HeadphoneKey(runAction): Use `while` loop over `result->action`
Teddy Wing
2018-08-28
HeadphoneKey(runAction): Take `strlen` out of loop
Teddy Wing
2018-08-28
HeadphoneKey: Press keys from `_key_buffer` map
Teddy Wing
2018-08-28
HeadphoneKey.h: Use `HeadphoneButton` from `dome_key_map.h`
Teddy Wing
2018-08-28
Update 'dome-key-map' to latest
Teddy Wing
2018-08-28
Add dome_key_map.h to the project
Teddy Wing
2018-08-28
Makefile(build): Add dependency on Rust library target
Teddy Wing
2018-08-28
Link with libdome_key_map.a
Teddy Wing
2018-08-27
Makefile: Add target for Rust library
Teddy Wing
2018-08-27
Makefile: Make `build` target phony
Teddy Wing
2018-08-27
Add 'dome-key-map' as a submodule
Teddy Wing
2018-08-27
Add Makefile
Teddy Wing
2018-08-27
KeyboardSimulator: Use `char_to_key_code`
Teddy Wing
2018-08-27
Add char_to_key_code.h header file
Teddy Wing
2018-08-27
char_to_key_code.m: Change loop index type to `int`
Teddy Wing
2018-08-27
char_to_key_code.m: Import Carbon
Teddy Wing
[next]