aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-24Add an `XDG` classTeddy Wing
2018-10-24LicenseHandler: Add method stubsTeddy Wing
2018-10-24Add `LicenseHandler`Teddy Wing
2018-10-24DomeKey.xcodeproj: Change deployment target to 10.7Teddy Wing
2018-10-24Makefile: Add a `clean` targetTeddy Wing
2018-10-24DomeKey.xcodeproj: Change deployment target to 10.6Teddy Wing
2018-10-24DomeKey.xcodeproj: Add AquaticPrime source filesoTeddy Wing
2018-10-24Add 'lib/AquaticPrime' submoduleTeddy Wing
2018-10-21Use new name for `config_read_from_file()`Teddy Wing
2018-10-20Update TODOTeddy Wing
2018-10-20Get timeout from configTeddy Wing
2018-10-20Use new `c_parse_args()` method signatureTeddy Wing
2018-10-20lib/dome-key-map: Update for config file handlingTeddy Wing
2018-10-18Update TODOTeddy Wing
2018-10-18lib/dome-key-map: Update to get special media keysoTeddy Wing
2018-10-18Revert "Test code to press the "play" media key"Teddy Wing
2018-10-13Test code to press the "play" media keyTeddy Wing
2018-10-10Update TODOTeddy Wing
2018-10-09Try moving MPRemoteCommandCenter to AppDelegateTeddy Wing
2018-10-07HeadphoneKey: Try using `MPRemoteCommandCenter` to listen for media keysTeddy Wing
2018-10-07Try listening to Bluetooth headphone buttonsTeddy Wing
2018-10-07main: Switch back to `NSApplication`Teddy Wing
2018-10-07Try listening to media keysTeddy Wing
2018-10-06Add DKApplicationTeddy Wing
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