]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/history - autorandr.py
Consider screen rotation in `get_fb_dimensions`
[deb_pkgs/autorandr.git] / autorandr.py
2015-03-27 Phillip BerndtScreens can be connected but unused, but also disconnec...
2015-03-26 Phillip BerndtUse a dummy EDID if an EDID is unavailable for an output
2015-03-24 Phillip BerndtMerge pull request #22 from victorhaggqvist/patch-1
2015-03-23 Victor Häggqvistfix: make block script name correspond to docs
2015-03-08 Phillip Berndttypo
2015-03-08 Phillip BerndtPrevent, in apply_configuration, a xrandr call that...
2015-03-07 Phillip BerndtLeave one monitor active when applying configurations
2015-03-07 Phillip BerndtAccept empty lines in setup files
2015-03-06 Phillip BerndtExplain why we enable outputs in pairs of two
2015-02-23 Phillip BerndtDetect if xrandr fails completely
2015-02-23 Phillip BerndtEnforce stable output order
2015-02-23 Phillip BerndtRemember the last choice for competing configurations...
2015-02-18 Phillip BerndtIf disabling outputs failed, try to disable them togeth...
2015-02-17 Phillip BerndtFix "transform" parsing
2015-02-17 Phillip BerndtFix parsing of EDID
2015-02-11 Phillip BerndtTransformation matrices can contain negative indices
2015-02-09 Phillip BerndtFollow XDG completely: Also load configurations from...
2015-02-09 Phillip BerndtUpdated help texts with XDG directory
2015-02-06 Benjamin CremerUse XDG Base Directory Specification for config files
2015-01-27 Phillip BerndtPython 3 issue in XRANDR_DEFAULTS
2015-01-27 Phillip BerndtRemoved legacy autorandr (see the legacy branch)
2015-01-26 Phillip BerndtLog to stderr (Required to allow users to redirect...
2015-01-26 Phillip BerndtRun xrandr disabling connected, but inactive outputs...
2015-01-26 Phillip BerndtPython version: Fix detection of already loaded old...
2015-01-26 Phillip BerndtPython version: Remove default values from existing...
2015-01-23 Phillip BerndtPython version: xrandr < 1.3.1 does not report it's...
2015-01-23 Phillip BerndtPython version: xrandr 1.2.0 didn't output a *current...
2015-01-23 Phillip BerndtDo not fail if no profile directory exists yet
2015-01-22 Rasmus Wriedt Larsenallow legacy autorandr to be off while connected
2015-01-22 Rasmus Wriedt LarsenKeep outputs with edid when loading profiles
2015-01-22 Phillip BerndtCorrectly handle connected, but unused screens.
2015-01-22 Phillip BerndtMerge pull request #14 from RasmusWL/fix-debug_regexp
2015-01-22 Rasmus Wriedt Larsenfix infinite loop in debug_regexp
2015-01-22 Phillip BerndtPython version: Correctly determine the mode of transfo...
2015-01-16 Phillip BerndtMerge branch 'rate' into license
2015-01-14 Phillip BerndtPython: Python 3 compatibility restored
2015-01-12 Phillip BerndtPython version: Better error message for missing profiles
2015-01-12 Phillip BerndtPython version: Add unused outputs' --off parameter...
2015-01-12 Phillip BerndtPython version: Add unused options on the fly when...
2015-01-08 Phillip BerndtPython version: Bugfix, --dry-run shouldn't always...
2015-01-08 Phillip BerndtPython version: Option handling for unrecognized options
2015-01-08 Phillip BerndtPython version: Python3 compatible error handling
2015-01-08 Phillip BerndtPython version: Added error messages
2015-01-07 Phillip BerndtMerge pull request #10 from tachylatus/license
2015-01-07 tachylatusFix for python3 TypeError for 'dict_keys'
2015-01-07 Phillip BerndtPython version: Virtual profile support (common, horizo...
2015-01-07 Phillip BerndtPython version: Support reflections, parse output modes...
2015-01-07 Phillip BerndtSort fingerprint file in python version (for legacy...
2015-01-07 Phillip Berndtxrandr parsing regex updated
2015-01-07 Phillip BerndtExperimental Python implementation of autorandr