aboutsummaryrefslogtreecommitdiffstats
path: root/main.m
AgeCommit message (Expand)Author
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-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