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
README: Fix Accessibility Controls steps to invert colours
HEAD
master
Teddy Wing
2021-03-07
README: Add instructions for starting the Launchd service
Teddy Wing
2021-03-07
Update TODO
Teddy Wing
2021-03-07
Makefile: Add rules to build a distribution tarball
v0.0.1
Teddy Wing
2021-03-07
Add launchd plist
Teddy Wing
2021-03-07
main: Add a version string and command line argument to get the version
Teddy Wing
2021-03-07
Make `E_REGISTER_HOTKEY` a static constant
Teddy Wing
2021-03-07
Add README
Teddy Wing
2021-03-07
Add license (GNU GPLv3+)
Teddy Wing
2021-03-07
Makefile: Add a `clean` target
Teddy Wing
2021-03-07
Makefile: Annotate `all` target as phony
Teddy Wing
2021-03-07
Makefile: Finalise the executable name
Teddy Wing
2021-03-07
Makefile: Create build directories
Teddy Wing
2021-03-07
Switch 'DDHotKey' to 'teddywing/DDHotKey' fork
Teddy Wing
2021-03-07
Makefile: Fix link error for `UCKeyTranslate`
Teddy Wing
2021-03-07
Makefile: Set minimum Mac OS X version to 10.7
Teddy Wing
2021-03-07
Makefile: Don't copy DDHotKey headers multiple times
Teddy Wing
2021-03-07
Makefile: Stop suppressing warnings when compiling `DDHotKey`
Teddy Wing
2021-03-07
Makefile: Remove `-framework` arguments when building DDHotKey obj files
Teddy Wing
2021-03-07
Makefile: Compile DDHotKey object files individually
Teddy Wing
2021-03-07
Makefile: Remove unused code
Teddy Wing
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