-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0 with GUI and more #8
base: master
Are you sure you want to change the base?
Commits on Aug 10, 2017
-
Support for multiple monitors.
- Manage the brightness individually for each connected external monitor. - Read the brightness from the target monitor if available; otherwise maintain a @[display_id: brightness] dictionary in the user defaults. - Display the Brightness system OSD on the target monitor. - Upgraded DDC to a more-recent version. - Removed useless CoreGraphicsPriv.h.
Configuration menu - View commit details
-
Copy full SHA for 7c8ac56 - Browse repository at this point
Copy the full SHA 7c8ac56View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a7389 - Browse repository at this point
Copy the full SHA e6a7389View commit details -
Better first-launch experience.
If the app is not trusted in the Accessibility preference panel when started, it now waits that the user trusts it before installing the key event monitor. Previously the app had to be relaunched after being authorized to grab the keys, which was not user-friendly at all, because that the app is invisible and had to be killed via the Activity Monitor!!
Configuration menu - View commit details
-
Copy full SHA for a2c80ac - Browse repository at this point
Copy the full SHA a2c80acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ff613 - Browse repository at this point
Copy the full SHA e8ff613View commit details -
Fix first launch issue on macOS 10.11 El Capitan and before.
- Waiting for accessibility authorization is now done using the selector-based NSTimer API, making it work on macOS versions < 10.12. - Updated version information and copyright.
Configuration menu - View commit details
-
Copy full SHA for 737ae3d - Browse repository at this point
Copy the full SHA 737ae3dView commit details -
Show the brightness pane when at min or max level.
- Show the brightness level pane on the target display if the brightness level is not actually changed because already at the min or max level. - [Internal] Declare C functions and variable as static in AppDelegate.m to better express their expected scope.
Configuration menu - View commit details
-
Copy full SHA for 47c8a43 - Browse repository at this point
Copy the full SHA 47c8a43View commit details
Commits on Sep 3, 2017
-
Allow fine brightness adjustment when the option key is pressed.
- Rewritten management of the brightness level, so that possible brightness levels are evenly distributed in the monitor's possible range. - Added the support of quarter-step adjustments when the Option modifier key is pressed (similar to the system brightness management on the internal display when Shift+Option is pressed).
Configuration menu - View commit details
-
Copy full SHA for cd6191c - Browse repository at this point
Copy the full SHA cd6191cView commit details
Commits on Jan 27, 2018
-
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for a2299ac - Browse repository at this point
Copy the full SHA a2299acView commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 4115790 - Browse repository at this point
Copy the full SHA 4115790View commit details -
Defines BRIGHTNESS_DOWN_KEY and BRIGHTNESS_UP_KEY.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for bc4b848 - Browse repository at this point
Copy the full SHA bc4b848View commit details -
WIP: statusBar menu. Cleanup: removed ".xib" file, removed warning, X…
…code version check. New: app icon, status bar iocn.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 3b98372 - Browse repository at this point
Copy the full SHA 3b98372View commit details
Commits on Jan 28, 2018
-
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for ba53b5f - Browse repository at this point
Copy the full SHA ba53b5fView commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 38e7445 - Browse repository at this point
Copy the full SHA 38e7445View commit details -
WIP: settings and brightness in menu.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for c8db12b - Browse repository at this point
Copy the full SHA c8db12bView commit details -
brightnessSubstepsPerStep is 6, so it's 1% smooth step, more nice.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for b829202 - Browse repository at this point
Copy the full SHA b829202View commit details -
WIP: show % of brightness, change it via slider in menu.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for a6551c7 - Browse repository at this point
Copy the full SHA a6551c7View commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 21a560d - Browse repository at this point
Copy the full SHA 21a560dView commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 1cbf064 - Browse repository at this point
Copy the full SHA 1cbf064View commit details -
KAMIKAZEUA authored
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 414cd61 - Browse repository at this point
Copy the full SHA 414cd61View commit details -
KAMIKAZEUA authored
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 359d4b5 - Browse repository at this point
Copy the full SHA 359d4b5View commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 81701df - Browse repository at this point
Copy the full SHA 81701dfView commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 486899f - Browse repository at this point
Copy the full SHA 486899fView commit details -
KAMIKAZEUA authored
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for ebbf421 - Browse repository at this point
Copy the full SHA ebbf421View commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 97ad980 - Browse repository at this point
Copy the full SHA 97ad980View commit details -
Tweaks for width of bar icon and other.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for d80590f - Browse repository at this point
Copy the full SHA d80590fView commit details
Commits on Jan 29, 2018
-
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 7e9bec9 - Browse repository at this point
Copy the full SHA 7e9bec9View commit details -
WIP: Color Temperature feature.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for dfe743c - Browse repository at this point
Copy the full SHA dfe743cView commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for d766988 - Browse repository at this point
Copy the full SHA d766988View commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 39a0920 - Browse repository at this point
Copy the full SHA 39a0920View commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for b641afb - Browse repository at this point
Copy the full SHA b641afbView commit details -
KAMIKAZEUA authored
Jan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 2573de4 - Browse repository at this point
Copy the full SHA 2573de4View commit details -
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Jan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 0c0fc28 - Browse repository at this point
Copy the full SHA 0c0fc28View commit details
Commits on Jan 30, 2018
-
Fix detect temp. enabled of startup.
Volodymyr Klymenko authored and Volodymyr Klymenko committedJan 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 684a8df - Browse repository at this point
Copy the full SHA 684a8dfView commit details
Commits on Feb 3, 2018
-
Volodymyr Klymenko authored and Volodymyr Klymenko committed
Feb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for e317ded - Browse repository at this point
Copy the full SHA e317dedView commit details
Commits on Feb 14, 2018
-
Volodymyr Klymenko committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 8450136 - Browse repository at this point
Copy the full SHA 8450136View commit details
Commits on Feb 15, 2018
-
KAMIKAZEUA authored
Feb 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 3d4dfb0 - Browse repository at this point
Copy the full SHA 3d4dfb0View commit details
Commits on Feb 18, 2018
-
Volodymyr Klymenko committed
Feb 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 442c381 - Browse repository at this point
Copy the full SHA 442c381View commit details -
Volodymyr Klymenko committed
Feb 18, 2018 Configuration menu - View commit details
-
Copy full SHA for c799526 - Browse repository at this point
Copy the full SHA c799526View commit details -
* improve: Improve done. WIP: keys WIP: added properties Mokup hotkeys and fixes.
Volodymyr Klymenko committedFeb 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 3f93b94 - Browse repository at this point
Copy the full SHA 3f93b94View commit details -
Updated readme & settings. Minimum project target is 10.12.4
Volodymyr Klymenko committedFeb 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 028a3b0 - Browse repository at this point
Copy the full SHA 028a3b0View commit details -
Volodymyr Klymenko committed
Feb 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 33695ef - Browse repository at this point
Copy the full SHA 33695efView commit details
Commits on Jun 7, 2019
-
KAMIKAZEUA authored
Jun 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 8a494b7 - Browse repository at this point
Copy the full SHA 8a494b7View commit details
Commits on Aug 13, 2019
-
Volodymyr Klymenko committed
Aug 13, 2019 Configuration menu - View commit details
-
Copy full SHA for fbd21e7 - Browse repository at this point
Copy the full SHA fbd21e7View commit details
Commits on Feb 3, 2020
-
KAMIKAZEUA authored
Feb 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 38e8318 - Browse repository at this point
Copy the full SHA 38e8318View commit details
Commits on Sep 17, 2020
-
Build successful using Xcode 12.
Volodymyr Klymenko committedSep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for e96aa89 - Browse repository at this point
Copy the full SHA e96aa89View commit details
Commits on Jan 6, 2022
-
KAMIKAZEUA authored
Jan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 74c13e7 - Browse repository at this point
Copy the full SHA 74c13e7View commit details
Commits on Apr 3, 2022
-
- Xcode 13.3 - macOS 12.3.1 - Apple Silicon(please note: app will not work for MacBook's screens) - Apple notary service!
Volodymyr committedApr 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 9306625 - Browse repository at this point
Copy the full SHA 9306625View commit details