summaryrefslogtreecommitdiffstats
path: root/ranger/core/tab.py
AgeCommit message (Expand)Author
2021-05-04Select or enter dir depending separator presenceselect-dirtoonn
2021-01-05Refactor error checking for _pointed_objtoonn
2020-12-05Fix IndexError(list index out of range);chu4ng
2020-08-12If files is None we can't set the _pointed_objtoonn
2020-08-01Add initialization and fix indentationtoonn
2020-07-27Selection in multipane viewmode was misleadingtoonn
2020-07-05Merge branch 'py-version-checks'toonn
2020-06-29Factor out python 3 version checkingtoonn
2020-05-19Revert "Revert "ranger <path> can select files""toonn
2018-05-16Revert "ranger <path> can select files"hut
2018-03-31ranger <path> can select filestoonn
2017-12-17Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski
2017-01-21linting: pylint: Enable `broad-except`, Improve loggingnfnty
2017-01-21Python 3 division: Import `division` from `__future__`nfnty
2017-01-17linting: Python 2 compat: Import from `__future__`nfnty
2017-01-17linting: pylint and flake8nfnty
2017-01-17linting: autopep8nfnty
2016-07-04container.settings: use constants for `setopt` signal prioritieshut
2016-06-22Use 'except Exception:' instead of 'except:'stepshal
2016-06-21Put colon-separated compound statement on separate lines.stepshal
2016-06-19Remove unexpected spaces around keyword / parameter equalsstepshal
2016-06-16Add two blank lines where is expectedstepshal
2016-03-06adding ability to clear folder filter upon navigating from it. optional and f...Vitaly Belman
2015-03-19Neater copyright headerhut
2015-02-10fix python version checking with python2.6hut
2015-02-08proper checking for the python versionhut
2014-12-11update email addresshut
2013-08-08Changed email address in source codehut
2013-03-01core.tab: consistent return value in get_selection()hut
2013-02-22Fix docstrings to comply with the PEP8hut
2013-02-22updated copyright noticeshut
2013-02-22update email address (romanz@lavabit.com -> hut@lavabit.com)hut
2013-02-10replaced tabs with 4 spaces in all python fileshut
2013-02-05core.tab: Fix files being treated as dirs after renamehut
2013-01-28core.tab: fix incorrect pointer on tab changehut
2012-12-15core.tab: fix %s macro in empty directorieshut
2012-12-14core.tab: make tab.get_selection() cursor-agnostichut
2012-08-07core.tab: fixed restoring pointer on tab changehut
2012-08-07core.tab: fix weakref bug with python2 that breaks fm.thisfilehut
2012-08-05core.actions: fix tab-history bugs, inherit history from prev. tabhut
2012-08-05core.actions: Added {old,new} arguments to 'tba.change' signalhut
2012-08-05core.tab: save and restore pointer when changing tabhut
2012-08-05core.tab: pass the tab as argument in the move-signalhut
2012-08-05core.actions: updated tab_open to work with new Tab classhut
2012-08-05Replaced core.environment with core.tabhut