Commit graph

9 commits

Author SHA1 Message Date
waydabber
c5c8bf1b3c
DDC support for high-end M2 (Pro/Max/Ultra) systems (#1404) 2023-08-14 18:08:27 +02:00
Guillaume B
0d00766691
Try fixing CI + Add dependabot (#1029) 2022-05-07 17:53:20 +02:00
Istvan T
cfc77d53d6
Various fixes and improvements for v4.0.1 (#769)
- Fixed: display properties reset turns off hardware DDC
- Fixed: brief black screen upon changing space when using shade dimming
- Asynchronous thread-safe debouncing DDC write for smoother sliders
- Improved support for [BetterDummy](https://github.com/waydabber/BetterDummy)
- Better support for common physical dummies identifying as 28E850
- Inert dummy menu sliders are now hidden
- Improved support for nongamma->nongamma mirroring scenarios
- Compiled to run 10.14 (needed some minor changes) - compatibility is unofficial!
- Updated README
- Bumped version number to 4.0.1 (service release)
2021-11-04 17:56:23 +01:00
Joni Van Roost
1c611b0012
Fix DDC reliability on latest Xcode versions, migrate to SPM, more fixes (#453) 2021-06-15 21:55:53 +02:00
Joni Van Roost
dd3d026db3
Add Advanced Preferences panel (#97)
- Removed whitelist which caused some issues for some people #105 
- Added `hide OSD` option to `AdvancedPrefsViewController`
- Added `Longer Delay` option to `AdvancedPrefsViewController`
- Added `PollingMode` and `PollingCount` to `AdvancedPrefsViewController` (should help #37)
- Added option to reset all preferences to `AdvancedPrefsViewController`
See the wiki for more info: https://github.com/the0neyouseek/MonitorControl/wiki/Advanced-Preferences
2019-08-28 12:17:35 +02:00
Markus Reiter
6e91c71353 Various Enhancements (#66)
* Update to Swift 5.0 and run `swiftformat`.

* Refactor `MediaKeyTap` start/restart.

* Remove useless comments.

* Reorder files.

* Add German translation.

* Switch to Carthage.

* Use `DDC.swift`.

* Add `NSScreen` extension.

* Simplify menu layout.

* Hide the display’s built-in OSD.

* Fix launch at login helper.

* Fix `quitClicked` connection.

* Refactor build phases.

* Use `os_log` instead of `print`.

* Use more specific check for `minReplyDelay`.

* Add whitelist.
2019-05-07 15:01:26 +02:00
Markus Reiter
2f4107c5fa Update MediaKeyTap dependency. (#29)
- Disable `identifier_name` linter.
- Update `MediaKeyTap` dependency.
2018-04-14 12:52:47 +02:00
Guillaume Broder
e45fb6e705
🔧 Preferences WIP
- All prefs pane GUI are done #2
- Now to build the functions behind...

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-07 19:31:31 +01:00
Guillaume Broder
68afdda765
♻️ Refactoring
- Key handling is now done in the app, close #3
- All code linted with SwiftLint, close #4
- Better handling of built-in screen

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-06 16:26:03 +01:00