]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/shortlog
deb_pkgs/autorandr.git
2015-11-11 Phillip BerndtReorganized import statements
2015-11-11 Phillip BerndtMoved contributed scripts/files to the contrib/ folder...
2015-11-11 Phillip BerndtPrint configuration differences for failed actions...
2015-08-01 Phillip BerndtMerge pull request #36 from kepi/feature-nitrogen
2015-07-31 KepiContrib: script for changing wallpapers on change
2015-05-30 Phillip BerndtOnly use connected displays in virtual profiles
2015-05-20 Phillip BerndtAdd --debug for verbose output
2015-05-19 Phillip BerndtShow (current) after the current profile in the default...
2015-05-17 Phillip BerndtAdded --skip-options to ignore certain xrandr options
2015-05-17 Phillip BerndtMerge pull request #31 from blueyed/improve-usage-error
2015-05-17 Phillip BerndtMerge pull request #32 from blueyed/py3
2015-05-17 Daniel Hahlerpy3: import reduce from functools
2015-05-17 Daniel HahlerImprove usage information with GetoptError
2015-05-17 Phillip BerndtFixed --gamma value handling
2015-05-17 Phillip BerndtAdded @blueyed to the contributors list
2015-05-17 Phillip BerndtReformated main exception handler (Breaks PEP 8; I...
2015-05-16 Daniel HahlerImprove main exception handling: display traceback...
2015-04-14 Phillip BerndtFixed exception handler
2015-04-14 Phillip BerndtMode names need not be of the form <width>x<height...
2015-04-10 Phillip BerndtMore useful error messages
2015-04-08 Phillip BerndtFixed output parsing error messages
2015-04-08 Phillip BerndtDetect modes that have *current at the end of the mode...
2015-04-08 Phillip BerndtDetect tracking/border information for --panning
2015-04-08 Phillip BerndtDetect negative positions
2015-04-06 Phillip BerndtSupport for RandR 1.3 --panning
2015-04-05 Phillip BerndtA screen can be disabled yet primary
2015-03-30 Phillip BerndtTemporarily undo transformations when applying configur...
2015-03-27 Phillip BerndtScreens can be connected but unused, but also disconnec...
2015-03-26 Phillip BerndtUpdated README with missing contributors
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-09 Phillip BerndtFixed bash-completion (Lacked an `else')
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... allow legacy autorandr to be off while connected
2015-01-22 Rasmus Wriedt... Keep outputs with edid when loading profiles
2015-01-22 Phillip BerndtAdd @RasmusWL as a contributor
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... fix infinite loop in debug_regexp
2015-01-22 Phillip BerndtPython version: Correctly determine the mode of transfo...
2015-01-16 Phillip BerndtExplained why there are two versions of autorandr here
2015-01-16 Phillip BerndtMerge branch 'rate' into license
2015-01-16 Phillip BerndtPrefer xrandr edid probing over sysfs
2015-01-16 Phillip BerndtAdjusted license information
2015-01-16 Phillip Berndtxxd replacement for systems without xxd
2015-01-16 Phillip BerndtRevert "Removed non-trivial code by Stefan Tomanek"
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
2015-01-07 Phillip BerndtLicense information (2/2)
2015-01-07 Phillip BerndtRemoved non-trivial code by Stefan Tomanek
2015-01-07 Phillip BerndtLicense information (1/2)
2015-01-07 Phillip BerndtDetect and process legacy fingerprint (setup) files
2015-01-07 Phillip BerndtReimplemented the setup_fp methods
2014-12-31 Phillip BerndtStore refresh rate
2014-12-13 Phillip BerndtEnable outputs in pairs of two (Follow-up to commit...
2014-12-12 tachylatusEnable xrandr outputs one-by-one, --pos 0x0 first
2014-12-09 Christian Autermannremoved trailing slash
2014-08-18 Christian Autermannreplaced w with who as w cuts off long user names
2014-07-20 Phillip BerndtFixed integer test expressions
2014-07-20 Phillip BerndtMerge remote-tracking branch 'bingmann/master'
2014-07-20 Timo BingmannPrint error when profile does not exist and fixing...
2014-07-20 Phillip BerndtUse same virtual profile detection code in all places
2014-07-20 Timo BingmannAdd 'horizontal' and 'vertical' stacked virtual profiles.
next