about summary refs log tree commit diff stats
path: root/ranger/core/tab.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor error checking for _pointed_objtoonn2021-01-051-11/+9
* Fix IndexError(list index out of range);chu4ng2020-12-051-0/+2
* If files is None we can't set the _pointed_objtoonn2020-08-121-1/+4
* Add initialization and fix indentationtoonn2020-08-011-3/+6
* Selection in multipane viewmode was misleadingtoonn2020-07-271-1/+18
* Merge branch 'py-version-checks'toonn2020-07-051-3/+3
|\
| * Factor out python 3 version checkingtoonn2020-06-291-3/+3
* | Revert "Revert "ranger <path> can select files""toonn2020-05-191-2/+6
|/
* Revert "ranger <path> can select files"hut2018-05-161-6/+2
* ranger <path> can select filestoonn2018-03-311-2/+6
* Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski2017-12-171-1/+1
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-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-7/+6
* linting: autopep8nfnty2017-01-171-3/+4
* container.settings: use constants for `setopt` signal prioritieshut2016-07-041-1/+3
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-1/+1
* Put colon-separated compound statement on separate lines.stepshal2016-06-211-1/+2
* Remove unexpected spaces around keyword / parameter equalsstepshal2016-06-191-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* adding ability to clear folder filter upon navigating from it. optional and f...Vitaly Belman2016-03-061-0/+5
* Neater copyright headerhut2015-03-191-2/+2
* fix python version checking with python2.6hut2015-02-101-2/+2
* proper checking for the python versionhut2015-02-081-2/+2
* update email addresshut2014-12-111-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* core.tab: consistent return value in get_selection()hut2013-03-011-3/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-2/+2
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-153/+153
* core.tab: Fix files being treated as dirs after renamehut2013-02-051-8/+3
* core.tab: fix incorrect pointer on tab changehut2013-01-281-1/+7
* core.tab: fix %s macro in empty directorieshut2012-12-151-1/+3
* core.tab: make tab.get_selection() cursor-agnostichut2012-12-141-1/+4
* core.tab: fixed restoring pointer on tab changehut2012-08-071-1/+1
* core.tab: fix weakref bug with python2 that breaks fm.thisfilehut2012-08-071-2/+7
* core.actions: fix tab-history bugs, inherit history from prev. tabhut2012-08-051-0/+3
* core.actions: Added {old,new} arguments to 'tba.change' signalhut2012-08-051-1/+1
* core.tab: save and restore pointer when changing tabhut2012-08-051-0/+10
* core.tab: pass the tab as argument in the move-signalhut2012-08-051-2/+2
* core.actions: updated tab_open to work with new Tab classhut2012-08-051-0/+1
* Replaced core.environment with core.tabhut2012-08-051-0/+140