index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ranger
/
core
/
tab.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor error checking for _pointed_obj
toonn
2021-01-05
1
-11
/
+9
*
Fix IndexError(list index out of range);
chu4ng
2020-12-05
1
-0
/
+2
*
If files is None we can't set the _pointed_obj
toonn
2020-08-12
1
-1
/
+4
*
Add initialization and fix indentation
toonn
2020-08-01
1
-3
/
+6
*
Selection in multipane viewmode was misleading
toonn
2020-07-27
1
-1
/
+18
*
Merge branch 'py-version-checks'
toonn
2020-07-05
1
-3
/
+3
|
\
|
*
Factor out python 3 version checking
toonn
2020-06-29
1
-3
/
+3
*
|
Revert "Revert "ranger <path> can select files""
toonn
2020-05-19
1
-2
/
+6
|
/
*
Revert "ranger <path> can select files"
hut
2018-05-16
1
-6
/
+2
*
ranger <path> can select files
toonn
2018-03-31
1
-2
/
+6
*
Fix the "inconsistent-return-statements" Pylint warning
Wojciech Siewierski
2017-12-17
1
-1
/
+1
*
linting: pylint: Enable `broad-except`, Improve logging
nfnty
2017-01-21
1
-1
/
+1
*
Python 3 division: Import `division` from `__future__`
nfnty
2017-01-21
1
-1
/
+1
*
linting: Python 2 compat: Import from `__future__`
nfnty
2017-01-17
1
-0
/
+2
*
linting: pylint and flake8
nfnty
2017-01-17
1
-7
/
+6
*
linting: autopep8
nfnty
2017-01-17
1
-3
/
+4
*
container.settings: use constants for `setopt` signal priorities
hut
2016-07-04
1
-1
/
+3
*
Use 'except Exception:' instead of 'except:'
stepshal
2016-06-22
1
-1
/
+1
*
Put colon-separated compound statement on separate lines.
stepshal
2016-06-21
1
-1
/
+2
*
Remove unexpected spaces around keyword / parameter equals
stepshal
2016-06-19
1
-1
/
+1
*
Add two blank lines where is expected
stepshal
2016-06-16
1
-0
/
+1
*
adding ability to clear folder filter upon navigating from it. optional and f...
Vitaly Belman
2016-03-06
1
-0
/
+5
*
Neater copyright header
hut
2015-03-19
1
-2
/
+2
*
fix python version checking with python2.6
hut
2015-02-10
1
-2
/
+2
*
proper checking for the python version
hut
2015-02-08
1
-2
/
+2
*
update email address
hut
2014-12-11
1
-1
/
+1
*
Changed email address in source code
hut
2013-08-08
1
-1
/
+1
*
core.tab: consistent return value in get_selection()
hut
2013-03-01
1
-3
/
+1
*
Fix docstrings to comply with the PEP8
hut
2013-02-22
1
-2
/
+2
*
updated copyright notices
hut
2013-02-22
1
-1
/
+1
*
update email address (romanz@lavabit.com -> hut@lavabit.com)
hut
2013-02-22
1
-1
/
+1
*
replaced tabs with 4 spaces in all python files
hut
2013-02-10
1
-153
/
+153
*
core.tab: Fix files being treated as dirs after rename
hut
2013-02-05
1
-8
/
+3
*
core.tab: fix incorrect pointer on tab change
hut
2013-01-28
1
-1
/
+7
*
core.tab: fix %s macro in empty directories
hut
2012-12-15
1
-1
/
+3
*
core.tab: make tab.get_selection() cursor-agnostic
hut
2012-12-14
1
-1
/
+4
*
core.tab: fixed restoring pointer on tab change
hut
2012-08-07
1
-1
/
+1
*
core.tab: fix weakref bug with python2 that breaks fm.thisfile
hut
2012-08-07
1
-2
/
+7
*
core.actions: fix tab-history bugs, inherit history from prev. tab
hut
2012-08-05
1
-0
/
+3
*
core.actions: Added {old,new} arguments to 'tba.change' signal
hut
2012-08-05
1
-1
/
+1
*
core.tab: save and restore pointer when changing tab
hut
2012-08-05
1
-0
/
+10
*
core.tab: pass the tab as argument in the move-signal
hut
2012-08-05
1
-2
/
+2
*
core.actions: updated tab_open to work with new Tab class
hut
2012-08-05
1
-0
/
+1
*
Replaced core.environment with core.tab
hut
2012-08-05
1
-0
/
+140