aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-06Update TODOTeddy Wing
2018-10-06Update TODOTeddy Wing
2018-10-06HeadphoneKey: Free `_state` when deallocatingTeddy Wing
2018-10-06main: Free the config objectTeddy Wing
2018-10-06Update TODOTeddy Wing
2018-10-06Makefile(run): Add the `--daemon` flag to the executableTeddy Wing
2018-10-06Mappings(dispatchReload): Return result of `notify_post()`Teddy Wing
2018-10-06main: Run main NSApp code when the `--daemon` flag is passedTeddy Wing
2018-10-06Parse command line arguments with the `dome-key-map` libraryTeddy Wing
2018-10-05Set up IPC to enable reloading the mappings fileTeddy Wing
2018-10-04Add a new `Mappings` classTeddy Wing
2018-10-04Update TODOTeddy Wing
2018-10-04HeadphoneKey: Update for latest dome-key-map APITeddy Wing
2018-10-04lib/dome-key-map: Update to get command handlingTeddy Wing
2018-10-03lib/dome-key-map: Update to include latest `Action::Map` parsingTeddy Wing
2018-10-02Update TODOTeddy Wing
2018-09-26HeadphoneKey: Load MapGroup into `_state`; Initialize Rust loggerTeddy Wing
2018-09-26HeadphoneKey(runAction): Get rid of keyboard simulationTeddy Wing
2018-09-26lib/dome-key-map: Update for file MapGroup and loggingTeddy Wing
2018-09-25TODO: Add notes for escapingTeddy Wing
2018-09-25Update TODOTeddy Wing
2018-09-25Update TODOTeddy Wing
2018-09-25Makefile: Fix dependency on Rust libTeddy Wing
2018-09-25Add TODOTeddy Wing
2018-09-24Makefile: Only run `xcodebuild` when there are changesTeddy Wing
2018-09-24Makefile: Add a target to run the programTeddy Wing
2018-09-24lib/dome-key-map: Simulate key pressesTeddy Wing
2018-09-24lib/dome-key-map: Add current mode deactivation functionalityTeddy Wing
2018-09-24HeadphoneKey: Get switching to mode workingTeddy Wing
2018-09-21HeadphoneKey: Start of mode handling (WIP)Teddy Wing
2018-09-18HeadphoneKey: Add a method to switch modesTeddy Wing
2018-09-18HeadphoneKey(runAction): Fix EXC_BAD_ACCESS on undefined mapTeddy Wing
2018-09-18HeadphoneKey(runAction): Update for new `dome-key-map` interfaceTeddy Wing
2018-09-18Update `lib/dome-key-map` to latestTeddy Wing
2018-08-28HeadphoneKey(runAction): Use `while` loop over `result->action`Teddy Wing
2018-08-28HeadphoneKey(runAction): Take `strlen` out of loopTeddy Wing
2018-08-28HeadphoneKey: Press keys from `_key_buffer` mapTeddy Wing
2018-08-28HeadphoneKey.h: Use `HeadphoneButton` from `dome_key_map.h`Teddy Wing
2018-08-28Update 'dome-key-map' to latestTeddy Wing
2018-08-28Add dome_key_map.h to the projectTeddy Wing
2018-08-28Makefile(build): Add dependency on Rust library targetTeddy Wing
2018-08-28Link with libdome_key_map.aTeddy Wing
2018-08-27Makefile: Add target for Rust libraryTeddy Wing
2018-08-27Makefile: Make `build` target phonyTeddy Wing
2018-08-27Add 'dome-key-map' as a submoduleTeddy Wing
2018-08-27Add MakefileTeddy Wing
2018-08-27KeyboardSimulator: Use `char_to_key_code`Teddy Wing
2018-08-27Add char_to_key_code.h header fileTeddy Wing
2018-08-27char_to_key_code.m: Change loop index type to `int`Teddy Wing
2018-08-27char_to_key_code.m: Import CarbonTeddy Wing