-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALL: Added saveSetup() and restoreSetup(). Fixed / Improved watchdog …
…(especially in Linux). Fixed / improved setPosition() method LINUX: Added ewmhlib as separate module. Fixed watchdog (freezing randomly invoking screen_resources and get_output_info), fixed workarea crash (some apps/environments do not set it), improved to work almost fine in Manjaro/KDE, avoid crashing in Wayland for "fake" :1 display (though module won't likely work) WIN32: Fixed dev.StateFlags returning weird values for multi-monitor. Fixed GetAwarenessFromDpiAwarenessContext not supported on Windows Server MACOS: Replaced display-manager-lib by other alternatives which seem to work in several macOS versions (brightness only) Added setScale() method (using a workaround). Added wakeup feature to turnOn() method
- Loading branch information
Showing
23 changed files
with
1,892 additions
and
4,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
/.idea/ | ||
/build/ | ||
dist/ | ||
/src/PyMonCtl.egg-info/ | ||
/tests/multi_monitor_coords.py | ||
/make_wheel.bat | ||
/pip_make.bat | ||
/pip_upload.bat | ||
/pip_upload.bat | ||
*.cpython-310.pyc | ||
/tests/source-shake.lua | ||
/tests/test.py | ||
/tests/test2.py | ||
/tests/test3.py | ||
/tests/test_cec.py | ||
/tests/_display_manager_lib.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
PyMonCtl authors, contributors and maintainers: | ||
PyMonCtl authors, contributors and bugs/issues raisers: | ||
|
||
Kalmat https://github.com/Kalmat | ||
University of Utah - Marriott Library - Apple Infrastructure https://github.com/univ-of-utah-marriott-library-apple | ||
University of Utah - Marriott Library - Apple Infrastructure https://github.com/univ-of-utah-marriott-library-apple | ||
Danie10 - https://github.com/Danie10 | ||
SamuMazzi - https://github.com/SamuMazzi | ||
lappely - https://github.com/poipoiPIO | ||
odknt - https://github.com/odknt | ||
|
||
In general, all those who so generously share their work and knowledge on Internet (stackoverflow, github, ...) | ||
so I could find a solution or a string to pull! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.