aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-07README: Fix Accessibility Controls steps to invert coloursHEADmasterTeddy Wing
2021-03-07README: Add instructions for starting the Launchd serviceTeddy Wing
2021-03-07Update TODOTeddy Wing
2021-03-07Makefile: Add rules to build a distribution tarballv0.0.1Teddy Wing
2021-03-07Add launchd plistTeddy Wing
2021-03-07main: Add a version string and command line argument to get the versionTeddy Wing
2021-03-07Make `E_REGISTER_HOTKEY` a static constantTeddy Wing
2021-03-07Add READMETeddy Wing
2021-03-07Add license (GNU GPLv3+)Teddy Wing
2021-03-07Makefile: Add a `clean` targetTeddy Wing
2021-03-07Makefile: Annotate `all` target as phonyTeddy Wing
2021-03-07Makefile: Finalise the executable nameTeddy Wing
2021-03-07Makefile: Create build directoriesTeddy Wing
2021-03-07Switch 'DDHotKey' to 'teddywing/DDHotKey' forkTeddy Wing
2021-03-07Makefile: Fix link error for `UCKeyTranslate`Teddy Wing
2021-03-07Makefile: Set minimum Mac OS X version to 10.7Teddy Wing
2021-03-07Makefile: Don't copy DDHotKey headers multiple timesTeddy Wing
2021-03-07Makefile: Stop suppressing warnings when compiling `DDHotKey`Teddy Wing
2021-03-07Makefile: Remove `-framework` arguments when building DDHotKey obj filesTeddy Wing
2021-03-07Makefile: Compile DDHotKey object files individuallyTeddy Wing
2021-03-07Makefile: Remove unused codeTeddy Wing
2021-03-07invertColors: Log errorsTeddy Wing
2021-03-07toggleInvertColors:: Remove debug `NSLog` messageTeddy Wing
2021-03-07register_hotkeys: Add error handlingTeddy Wing
2021-03-07Add TODOTeddy Wing
2021-03-07Invert: Move `inverted_gamma` to static constTeddy Wing
2021-03-07main: Move hotkey registration to a new functionTeddy Wing
2021-03-07main: Register F8 hotkey to toggle colour inversionTeddy Wing
2021-03-07main: Autorelease `Invert` instanceTeddy Wing
2021-03-07main: Remove infinite loop and sleep codeTeddy Wing
2021-03-07Toggle colour inversion on global hotkeyTeddy Wing
2021-03-07Register a global hotkeyTeddy Wing
2021-03-05Makefile: Fix `CoreGraphics` framework capitalisationTeddy Wing
2021-03-05Add 'DDHotKey' libraryTeddy Wing
2021-03-04Reset colours to their original stateTeddy Wing
2021-03-04Invert all displaysTeddy Wing
2021-03-04Rename `gamma` table to `inverted_gamma`Teddy Wing
2021-03-04Skeleton for error handlingTeddy Wing
2021-03-04Remove unused `CGGammaValue` tablesTeddy Wing
2021-03-04Run foreverTeddy Wing
2021-03-03Try inverting display coloursTeddy Wing