aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-27LicenseHandler: Run trial initialiser when license validation failsTeddy Wing
2018-10-27lib/dome-key-map: Update for trial FFI functionTeddy Wing
2018-10-26LicenseHandler: Move trashing code to a new methodTeddy Wing
2018-10-26LicenseHandler: Use current date string in file moved to trashTeddy Wing
2018-10-26LicenseHandler(addLicense:): Move license file to trash manuallyTeddy Wing
2018-10-26LicenseHandler(addLicense:): Delete license file instead of trashing itTeddy Wing
2018-10-26main: Use `sysexits.h` constants as return valuesTeddy Wing
2018-10-26Add license file using `--license` argumentTeddy Wing
2018-10-26lib/dome-key-map: Update to exit after help outputTeddy Wing
2018-10-26main: Print version string when the `version` command line arg is passedTeddy Wing
2018-10-26lib/dome-key-map: Update to include trial and command line updatesTeddy Wing
2018-10-25LicenseHandler: Move invalid license error message to a new methodTeddy Wing
2018-10-25LicenseHandler(addLicense:): Use `NSWorkspace` to move to trashTeddy Wing
2018-10-25LicenseHandler: Implement `addLicense:` methodTeddy Wing
2018-10-25LicenseHandler: Handle `APSetKey` returning falseTeddy Wing
2018-10-25LicenseHandler: Validate license filesTeddy Wing
2018-10-25XDG: Add methods to get the XDG_DATA_HOME pathTeddy Wing
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