index
:
Re-Good-Catalina-Invert-Colours
master
Fix "Invert Display Colour" on Mac OS X Catalina
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-07
invertColors: Log errors
Teddy Wing
2021-03-07
toggleInvertColors:: Remove debug `NSLog` message
Teddy Wing
2021-03-07
register_hotkeys: Add error handling
Teddy Wing
2021-03-07
Add TODO
Teddy Wing
2021-03-07
Invert: Move `inverted_gamma` to static const
Teddy Wing
2021-03-07
main: Move hotkey registration to a new function
Teddy Wing
2021-03-07
main: Register F8 hotkey to toggle colour inversion
Teddy Wing
2021-03-07
main: Autorelease `Invert` instance
Teddy Wing
2021-03-07
main: Remove infinite loop and sleep code
Teddy Wing
2021-03-07
Toggle colour inversion on global hotkey
Teddy Wing
2021-03-07
Register a global hotkey
Teddy Wing
2021-03-05
Makefile: Fix `CoreGraphics` framework capitalisation
Teddy Wing
2021-03-05
Add 'DDHotKey' library
Teddy Wing
2021-03-04
Reset colours to their original state
Teddy Wing
2021-03-04
Invert all displays
Teddy Wing
2021-03-04
Rename `gamma` table to `inverted_gamma`
Teddy Wing
2021-03-04
Skeleton for error handling
Teddy Wing
2021-03-04
Remove unused `CGGammaValue` tables
Teddy Wing
2021-03-04
Run forever
Teddy Wing
2021-03-03
Try inverting display colours
Teddy Wing