Skip to content
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

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 10, 2017

  1. 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.
    jlj committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    7c8ac56 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in readme

    jlj committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    e6a7389 View commit details
    Browse the repository at this point in the history
  3. 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!!
    jlj committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    a2c80ac View commit details
    Browse the repository at this point in the history
  4. Fixed typo in readme

    jlj committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    e8ff613 View commit details
    Browse the repository at this point in the history
  5. 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.
    jlj committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    737ae3d View commit details
    Browse the repository at this point in the history
  6. 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.
    jlj committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    47c8a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. 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).
    jlj committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    cd6191c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Clean Xcode files.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    a2299ac View commit details
    Browse the repository at this point in the history
  2. gitignore

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    4115790 View commit details
    Browse the repository at this point in the history
  3. Defines BRIGHTNESS_DOWN_KEY and BRIGHTNESS_UP_KEY.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    bc4b848 View commit details
    Browse the repository at this point in the history
  4. 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 committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    3b98372 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Project tweaks.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    ba53b5f View commit details
    Browse the repository at this point in the history
  2. Xcode moved file..

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    38e7445 View commit details
    Browse the repository at this point in the history
  3. WIP: settings and brightness in menu.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    c8db12b View commit details
    Browse the repository at this point in the history
  4. brightnessSubstepsPerStep is 6, so it's 1% smooth step, more nice.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    b829202 View commit details
    Browse the repository at this point in the history
  5. WIP: show % of brightness, change it via slider in menu.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    a6551c7 View commit details
    Browse the repository at this point in the history
  6. UI

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    21a560d View commit details
    Browse the repository at this point in the history
  7. resize

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    1cbf064 View commit details
    Browse the repository at this point in the history
  8. Update Readme.md

    KAMIKAZEUA committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    414cd61 View commit details
    Browse the repository at this point in the history
  9. Update Readme.md

    KAMIKAZEUA committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    359d4b5 View commit details
    Browse the repository at this point in the history
  10. tweak size

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    81701df View commit details
    Browse the repository at this point in the history
  11. combine

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    486899f View commit details
    Browse the repository at this point in the history
  12. Update Readme.md

    KAMIKAZEUA committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    ebbf421 View commit details
    Browse the repository at this point in the history
  13. Load/save settings values.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    97ad980 View commit details
    Browse the repository at this point in the history
  14. Tweaks for width of bar icon and other.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    d80590f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Added config file.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    7e9bec9 View commit details
    Browse the repository at this point in the history
  2. WIP: Color Temperature feature.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    dfe743c View commit details
    Browse the repository at this point in the history
  3. v1.0 done. Stable. Testing.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d766988 View commit details
    Browse the repository at this point in the history
  4. Updated preview images.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    39a0920 View commit details
    Browse the repository at this point in the history
  5. Moved files.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    b641afb View commit details
    Browse the repository at this point in the history
  6. Update Readme.md

    KAMIKAZEUA committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    2573de4 View commit details
    Browse the repository at this point in the history
  7. Update preview.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    0c0fc28 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Fix detect temp. enabled of startup.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    684a8df View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Mokup hotkeys and fixes.

    Volodymyr Klymenko authored and Volodymyr Klymenko committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    e317ded View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. WIP: added properties

    Volodymyr Klymenko committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    8450136 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Update Readme.md

    KAMIKAZEUA committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    3d4dfb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. WIP: keys

    Volodymyr Klymenko committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    442c381 View commit details
    Browse the repository at this point in the history
  2. Improve done.

    Volodymyr Klymenko committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    c799526 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'improve'

    * improve:
      Improve done.
      WIP: keys
      WIP: added properties
      Mokup hotkeys and fixes.
    Volodymyr Klymenko committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    3f93b94 View commit details
    Browse the repository at this point in the history
  4. Updated readme & settings. Minimum project target is 10.12.4

    Volodymyr Klymenko committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    028a3b0 View commit details
    Browse the repository at this point in the history
  5. No warnings.

    Volodymyr Klymenko committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    33695ef View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Update Readme.md

    KAMIKAZEUA committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    8a494b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Small project upgrades

    Volodymyr Klymenko committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    fbd21e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Update Readme.md

    KAMIKAZEUA committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    38e8318 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Build successful using Xcode 12.

    Volodymyr Klymenko committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    e96aa89 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Update Readme.md

    KAMIKAZEUA committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    74c13e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Just re-compile:

     - Xcode 13.3
     - macOS 12.3.1
     - Apple Silicon(please note: app will not work for MacBook's screens)
     - Apple notary service!
    Volodymyr committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    9306625 View commit details
    Browse the repository at this point in the history