about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/view_base.py
Commit message (Expand)AuthorAgeFilesLines
* MISSION CRITICAL update to adhere to pep8toonn2018-04-211-2/+2
* Cleanup lists and generatorsWojciech Siewierski2018-03-041-3/+3
* Fix the coding styleWojciech Siewierski2018-03-041-4/+6
* Add the 'hint_collapse_threshold' that controls when the submaps are collapsedWojciech Siewierski2018-03-041-5/+16
* Show the full keybindings in the key hintsWojciech Siewierski2018-03-041-10/+43
* reset hint colortesu2017-06-221-0/+1
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-6/+6
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-6/+10
* linting: `ranger.gui.widgets.view_base.ViewBase`: Init all attributesnfnty2017-01-171-19/+5
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-12/+11
* linting: autopep8nfnty2017-01-171-4/+4
* Put imports on separate lines.stepshal2016-06-251-1/+2
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-4/+4
* Remove reduntant backslash between brackets.stepshal2016-06-191-2/+2
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-0/+159