about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/view_miller.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'squigglezworth-master'toonn2018-09-081-38/+54
|\
| * Fix commit 520e76esquigz2018-01-051-2/+1
| * Another pylint fix (2 spaces before in-line comment)squigz2018-01-051-1/+1
| * Disable pylint too-many-branches for _draw_borderssquigz2018-01-051-0/+1
| * Further draw_borders refactoring, "both" isn't now a distinct stateWojciech Siewierski2018-01-051-9/+17
| * Clean up the draw_borders codeWojciech Siewierski2018-01-051-12/+11
| * draw_borders: treat true as both for backwards compatibilitysquigz2018-01-041-1/+1
| * remove unnecessary checkssquigz2018-01-041-2/+2
| * Reduce calls to string.lower()squigz2018-01-041-5/+4
| * Use True/False instead of 1/0squigz2018-01-041-4/+5
| * Changes draw_borders setting to a stringsquigz2018-01-041-32/+33
| * Remove _draw_separators and integrate with _draw_borders with the `separators...squigz2018-01-041-64/+26
| * Add option to draw separators between columns instead of drawing boxessquigz2018-01-031-0/+46
* | widgets.view_miller: fix broken pager after changing view modehut2018-01-231-4/+4
|/
* gui: Replace `_curses` with `curses`nfnty2017-01-251-3/+2
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-2/+2
* Python 3 division: Remove explicit float conversionsnfnty2017-01-211-2/+2
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-10/+5
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-7/+15
* linting: autopep8nfnty2017-01-171-9/+9
* Remove incorrect part of conditionalMichael Hoang2016-08-201-3/+2
* container.settings: use constants for `setopt` signal prioritieshut2016-07-041-1/+2
* widgets.view_miller: fix `set column_ratios ...`hut2016-07-041-1/+2
* Put imports on separate lines.stepshal2016-06-251-1/+2
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-2/+2
* Put colon-separated compound statement on separate lines.stepshal2016-06-211-1/+2
* Remove reduntant backslash between brackets.stepshal2016-06-191-3/+3
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* widgets.view_miller: fix warning when toggling view modehut2016-05-061-1/+1
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-0/+267