about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/view_multipane.py
Commit message (Expand)AuthorAgeFilesLines
* Use identity rather than equality comparison for Nonetoonn2020-11-181-1/+1
* Explicit truthy logic for draw_borders_multipaneEthan Kiang2020-11-181-1/+7
* Use "draw_borders_multipane" instead and "draw_borders" as fallbackEthan Kiang2020-11-181-6/+9
* Fixed borders not redrawing upon setting change, renamed floating -> active-paneEthan Kiang2020-11-181-2/+11
* pylint fixesEthan Kiang2020-11-181-2/+2
* created floating style borders for multipaneEthan Kiang2020-11-181-30/+41
* Fixed borders drawing over the 1st and last directoryEthan Kiang2020-11-181-1/+19
* Added draw_borders setting support for view_multipaneEthan Kiang2020-11-181-0/+53
* Python 3 division: Remove explicit float conversionsnfnty2017-01-211-1/+1
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-3/+3
* linting: autopep8nfnty2017-01-171-0/+1
* Change how column widths are calculatedMichael Hoang2016-08-211-3/+3
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* gui.widgets.view_multipane: display infostringhut2016-04-061-0/+1
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-0/+50