]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/history - autorandr.py
Fix Typo: ModuleNotFound → ModuleNotFoundError
[deb_pkgs/autorandr.git] / autorandr.py
2021-12-16 Phillip BerndtFix Typo: ModuleNotFound → ModuleNotFoundError
2021-12-16 Phillip BerndtSwitch default Python interpreter to Python 3
2021-12-16 Johannes Lange--list option: list configuration
2021-11-12 Peter KotvanReplace deprecated distutils with packaging.
2020-11-15 Phillip BerndtRelease 1.11 1.11
2020-10-09 Phillip BerndtMake setgroups() behaviour Python 2 compatible
2020-10-09 Anthony EadiciccoIn batch mode, set groups to group membership of target...
2020-08-24 Thomas de Queiroz... Change os.exit to sys.exit
2020-06-26 Julian Grinblatsys.executable can be None too
2020-06-26 Julian GrinblatHandle empty sys.executable
2020-05-04 Phillip BerndtPoint release 1.10.1 1.10.1
2020-04-25 Phillip BerndtBump version to 1.10 1.10
2020-04-23 Phillip BerndtSearch profile directory first for hook scripts
2020-04-13 Phillip BerndtFix unnassigned variable issue if one profile is detected
2020-04-11 Phillip BerndtHandle negative gamma values
2020-04-11 Phillip BerndtSort approximate matches in detected profiles by qualit...
2020-01-31 Vincent BernatHandle non-ASCII environment variable values
2020-01-16 Vincent BernatFork and exec using the current Python interpreter
2019-12-31 Jordan EphronDon't fail if xrandr reports negative gamma value
2019-12-31 Mathis Raguinedit: rename var to found_top_left_monitor
2019-12-31 Mathis Raguinfix: rework to match phillipberndt algorithm
2019-12-31 Mathis Raguinfix: move all output at once as they are enabled
2019-12-31 Mathis Raguinfix: output position if xrandr offsetted them
2019-12-19 Phillip BerndtVersion bump: 1.9 1.9
2019-11-10 Phillip BerndtMerge pull request #169 from chmduquesne/closed_lid_tre...
2019-11-10 Christophe-Marie... Only count a closed lid as disconnected if there are...
2019-10-31 Christophe-Marie... Treating a closed lid as disconnected
2019-10-24 Patrick KleinRemoved isinstance check and redundant path calculation.
2019-10-24 Patrick KleinDo not overwrite exiting config files unless --force...
2019-08-16 Phillip BerndtDon't fail hard in get_fb_dimensions if a mode isn...
2019-05-22 Maciej SitarzMerge remote-tracking branch 'upstream/master'
2019-05-04 Phillip BerndtMerge pull request #145 from theperfidious/master
2019-03-24 Phillip BerndtMerge pull request #146 from Ma27/fix-bashcomp-with-zsh
2019-03-24 Phillip BerndtRefuse to save profiles that don't make sense (See...
2019-03-24 Phillip BerndtMake mode parsing more robust for broken cases
2019-03-24 Phillip BerndtRevert disconnected/no-mode change #139
2019-03-21 theperfidiousAdd crtc value in the config file
2019-03-18 Phillip BerndtVersion bump: 1.8.1 1.8.1
2019-03-16 Phillip BerndtVersion bump: autorandr-1.8 1.8
2019-03-10 Phillip BerndtImprove error message if a profile configures an output...
2019-02-17 Phillip BerndtFollow up fixes for #139/#128
2019-02-17 Phillip BerndtMerge branch 'master' into manpage
2019-02-17 Phillip BerndtMerge pull request #138 from jschwab/fix-panning-bug
2019-02-17 Phillip BerndtMerge pull request #139 from joseph-jones/master
2019-02-09 Josiah SchwabFix case in which x and y are not specified in panning
2019-02-09 Joseph M JonesFix check for disconnected monitors (fixes #128)
2018-10-19 Phillip BerndtMerge pull request #121 from Waester/dev-pr
2018-10-19 Phillip BerndtMore generic approach for non-standard mode names.
2018-10-12 WaesterPartially support modes with non-standard names
2018-09-28 Maciej SitarzMerge remote-tracking branch 'upstream/master'
2018-09-25 Phillip BerndtVersion bump: autorandr-1.7 1.7
2018-09-25 Phillip BerndtMerge pull request #117 from Janno/patch-1
2018-08-27 Jan-Oliver KaiserConsider screen rotation in `get_fb_dimensions`
2018-07-27 Phillip BerndtMerge pull request #114 from maciex/issue/RPM_spec_syst...
2018-07-20 Phillip BerndtVersion bump: autorandr-1.6 1.6
2018-07-20 Phillip BerndtMerge pull request #113 from Kazy/master
2018-07-19 Jocelyn BoullierFix AttributeError exception in is_equal_configuration
2018-07-19 Phillip BerndtMerge pull request #110 from bricewge/master
2018-07-17 Brice WaegeneireAUTORANDR_MONITORS only contains current monitors
2018-07-11 Phillip BerndtBugfix: Fix is_equal_configuration() "off" comparison
2018-06-29 Phillip BerndtConsider configurations equal only if no additional...
2018-04-30 Phillip BerndtBugfix for #106 and add to changelog
2018-04-29 Brice Waegeneireadd monitor list to hooks by environment variables
2018-04-19 Phillip Berndtfixup: Also allow -c instead of --change
2018-04-19 Phillip BerndtBugfix: Do not load default profile unless --change...
2018-04-15 Phillip BerndtAdd --panning support to --fb auto-value
2018-04-15 Phillip BerndtAdd --fb option to xrandr invocations
2018-04-03 Phillip BerndtVersion bump: autorandr 1.5 1.5
2018-03-25 Phillip BerndtAllow wildcard matching in EDIDs
2018-03-25 Phillip BerndtAdd --detected and --current to filter the profile...
2018-03-07 Phillip BerndtOutput all non-error output to stdout instead of stderr
2018-01-04 Phillip BerndtFix virtual profiles broken by 1094d7d9
2017-12-22 Phillip BerndtMerge pull request #95 from dondelelcaro/fix_two_argume...
2017-12-22 Don Armstrongsorted should only take one argument in key fix_two_argument_key
2017-12-15 Phillip BerndtDo not error out if no configuration file exists
2017-12-13 Phillip BerndtAdd a configuration file for default option values work
2017-12-13 Phillip BerndtAdd new profile which shuts down all screens
2017-11-21 Phillip BerndtMerge pull request #92 from blueyed/dispatch_call_to_se...
2017-11-20 Daniel Hahlerdispatch_call_to_sessions: skip envs without name
2017-11-20 Phillip BerndtMerge pull request #91 from blueyed/fix-exec_scripts
2017-11-20 Daniel HahlerFix exec_scripts: candidate_directories broke for XDG...
2017-11-15 Phillip BerndtTo disable --panning use 0x0, not none
2017-11-15 Phillip BerndtReorder --help output
2017-11-13 Phillip BerndtMerge pull request #89 from christophgysin/long-lines
2017-11-13 Christoph Gysinsimplify code
2017-11-13 Christoph Gysinbreak long lines
2017-11-13 Christoph Gysinremove duplication
2017-11-13 Phillip BerndtMerge pull request #85 from christophgysin/load-shorthand
2017-11-06 Christoph Gysingetopt: load profile from args
2017-11-05 Christoph Gysingetopt: save args
2017-11-05 Christoph Gysinflake8: fix style
2017-10-17 Phillip BerndtBatch mode: Prefer processes with XAUTHORITY set as...
2017-10-13 Phillip BerndtMinor cleanup in virtual profile description output
2017-10-13 Adrian LopezPrevious name was confusing
2017-10-12 Adrian LopezCenter small screen in the middle of the physical screen
2017-10-12 Adrian LopezRespect aspect ratio
2017-10-12 Adrian LopezSelect the biggest area screen
2017-10-12 Adrian LopezNew virtual profile to clone biggest screen
2017-07-16 Phillip BerndtPossible fix for #72
2017-07-16 Phillip BerndtSkip --panning 0x0 unless required (See #72)
next