Commit graph

50 commits

Author SHA1 Message Date
waydabber
3a3bb60b30 Made submenu mode look better. Changes to submenu mode with 3 or more displays only (we might want to this a setting in preferences in the future). 2021-08-04 19:41:16 +02:00
JoniVR
eed41112ae
fix: Big Sur crash when using contrast slider 2021-08-03 23:02:15 +02:00
waydabber
5940b93e89 Contrast should be below brightness in menulet when enabled 2021-08-03 18:56:54 +02:00
waydabber
fe669b86be Cleanup. 2021-08-02 23:57:15 +02:00
waydabber
62f9dfc17e Minor change for Big Sur compatibility. 2021-08-02 23:43:57 +02:00
waydabber
655cc825a9 Replace slider titles in menu with icons on macOS Big Sur and above. 2021-08-02 21:07:58 +02:00
waydabber
b496a8d027 Added Hungarian localization. 2021-08-02 18:07:16 +02:00
waydabber
d7ecf0112f Better handling of virtual displays (AirPlay, Sidecar) - these cannot be enabled and no DDC for them. 2021-08-01 18:39:37 +02:00
waydabber
00b4e936b3 Big Sur style app icon - initial attempt, may not be final logo especially if not welcome by others. The goal was to somehow have some continuity with the old design, depict an "Apple-ish" display with a brightness OSD but avoid using copyrighted product replicas as requested by the Human Interface Guidelines). 2021-08-01 15:45:37 +02:00
waydabber
f5fcef758e - More consistent display naming (proper name is shown even if display is shadowed in a mirror).
- Display naming now should match System Report.
- Some cleanup (removed unneccesary OSD.framework folder, stuff moved to Bridging-Header.h, removed search location in Build settings, framework proper linked instead).
2021-07-31 20:00:00 +02:00
waydabber
db015509d6 Better handling of mirrors - non primary mirror members (displays which are destination screens of a mirrored screen) are now detected and can be controlled. Not tested on Intel but should work. 2021-07-31 16:43:26 +02:00
waydabber
048ac9610d Fixed error in i2c checksum calculation. Changed communication wait and repeat times. 2021-07-27 13:59:24 +02:00
waydabber
32f85138e8 Cosmetic changes of the menu. 2021-07-26 20:35:38 +02:00
waydabber
94ffeb8c38 Fix slider stuck at 0 for some configs. Fix 'DDC' checkbox on preferences. Shows current CPU architecture after build number. 2021-07-26 18:06:17 +02:00
waydabber
610a394ae9 Initial Apple Silicon support. 2021-07-25 23:59:29 +02: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
JoniVR
f7098c3d86 Release 2.1.0 2020-09-20 22:59:07 +02:00
Victor Chabbert
5cacd25d11
Fix non-standard volume/brightness scales not working properly (#245) 2020-09-20 19:35:26 +02:00
Joni Van Roost
9fd78dc17f
Fix mediakeys not working everywhere, Add "none" keys option (#237) 2020-06-21 16:16:01 +02:00
paphonb
31c313d17b
Add open sound/brightness preferences from media keys (#168) 2020-05-31 18:06:30 +02:00
Joni Van Roost
5ed77ab05f
Fix Issue detecting the output device (#187) 2020-04-02 14:39:03 +02:00
Joni Van Roost
16837f20c5
Implement ctrl + brightness for controlling internal display, Respect enabled option for internal display (#175)
* Refactor display loading logic
* Split `Display` into `InternalDisplay` and `ExternalDisplay`
* Add functions for controlling internal display brightness
* Update MediaKeyTap dependency, Implement ctrl modifier for internal display
* Fix `keyRepeatTimer` issue with multiple displays while holding down a MediaKey
2020-02-23 12:42:57 +01:00
JoniVR
bac71e8dce Bump version 2019-11-13 14:00:13 +01:00
JoniVR
eb6deb1913 Update DDC.swift
See #102 - fixed compatibility with some monitors
(thanks to @KNNSpeed for providing a solution)
2019-09-15 01:51:57 +02:00
JoniVR
796574a0de Fix build number issue (#109)
Temporarily removed `$(CURRENT_PROJECT_VERSION)` from plists for bumping build number
2019-09-15 01:39:36 +02:00
Guillaume Broder
bfc91fd5ec
🎉 Smaller increment
- You can now change brightness and volume in smaller increments just like native holding `alt + shift`
2019-06-05 00:01:23 +02:00
Guillaume Broder
9657e4bd6d
🎨 swiftformat + swiftlint 2019-06-04 23:51:46 +02:00
Joni Van Roost
4dddd27d68 🔧 Improved Accessibility Permissions handling (#77)
- Restart mediakeytap after changing accessibility permissions
2019-05-23 12:34:13 +02:00
scorpiondev
e8a53f2f8a Changed mute command from '0 speaker volume' to 'true' mute (0x8D) (#96)
* Changed mute command from '0 speaker volume' to 'true' mute (0x8D)

* swiftformat changes

Swiftformat does this by itself so I figured might as well commit it
2019-05-18 14:59:24 +02:00
Guillaume Broder
75432c04a9
🎉 v1.5.2 2019-05-16 22:24:39 +02:00
Guillaume Broder
c94f5fd7f4
🌐 i18n
- Update AMCoreAudio deps
- Fix swiftformat error (Display.swift)
- Fix translations
2019-05-16 22:19:40 +02:00
Guillaume B
e955d84123
Add sound feedback (#91)
Close #84
The system sound is played only when "Play feedback when volume is changed" in Sound Preferences is enabled
2019-05-16 21:35:46 +02:00
Markus Reiter
c8ed85f5fd Update DDC.swift. 2019-05-14 17:32:31 +02:00
Markus Reiter
4f162b196c Update DDC.swift. 2019-05-11 03:24:37 +02:00
Markus Reiter
d803f921c3 Update DDC.swift. 2019-05-10 19:16:31 +02:00
Markus Reiter
26c3c08267 Add more logging and update DDC.swift. 2019-05-10 16:14:09 +02:00
Markus Reiter
6b12e3cb6f Fix hideDisplayOsd lag. 2019-05-10 10:35:46 +02:00
Markus Reiter
c8608b130c Update DDC.swift. 2019-05-09 17:02:35 +02:00
Markus Reiter
bd1d43ed61 Update DDC.swift. 2019-05-09 07:41:16 +02:00
Markus Reiter
5d2ee25f0f Fix build number script. 2019-05-09 06:55:04 +02:00
Markus Reiter
7d5c11be45 Stop using agvtool. 2019-05-08 20:24:04 +02:00
Markus Reiter
0c8be1081c Update DDC.swift dependency. 2019-05-08 03:50:50 +02:00
Markus Reiter
f4b855e0f8 Update DDC.swift dependency. 2019-05-08 02:35:35 +02:00
Markus Reiter
0433cb9414 Add more logging information. 2019-05-08 01:39:00 +02:00
Markus Reiter
9dfc86a157 Add vendor and model to display list. 2019-05-08 01:00:46 +02:00
Markus Reiter
ad8386ba8c Allow maximum value to differ from 100. 2019-05-08 00:29:49 +02:00
Guillaume Broder
99bc6711a0
🎉 v1.5.0
Cleanup for v1.5.0
2019-05-07 22:37:15 +02:00
Markus Reiter
b32d2d5785 Update version to 1.5.0. 2019-05-07 20:36:36 +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
Guillaume Broder
087bb132c6
🔧 Refactoring + preparing v1.2
- Refactoring of the way the slider are created
- Read the current value of ddcctl monitor after launching the app, so no more value at 0 for the sliders
- When there's only one monitor, display it directly, not in a submenu, closes #10
- Added a "start at login" helper (still need testing) for v1.2

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-13 22:49:10 +01:00