summary refs log tree commit diff stats
path: root/ranger/core/tab.py
Commit message (Expand)AuthorAgeFilesLines
* 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