summary refs log tree commit diff stats
path: root/ranger/ext/direction.py
Commit message (Expand)AuthorAgeFilesLines
* Add setting `wrap_scroll`: Visual modenfnty2017-02-051-1/+6
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-1/+1
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-5/+5
* Python 3 division: Remove explicit float conversionsnfnty2017-01-211-1/+1
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: pylint 2.0.0nfnty2017-01-171-2/+2
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-3/+4
* linting: autopep8nfnty2017-01-171-2/+3
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-5/+5
* Put colon-separated compound statement on separate lines.stepshal2016-06-211-6/+12
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* Neater copyright headerhut2015-03-191-2/+2
* ext.direction: fixed "move up=1 cycle=false"hut2015-01-041-1/+1
* Add a 'cycle' option to directionEmanuel Guevel2014-12-151-0/+5
* update email addresshut2014-12-111-1/+1
* ext.direction: fix off-by-one error in select()hut2013-08-171-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-4/+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-117/+117
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Updated copyright headershut2011-10-101-1/+1
* ext.direction: Added doctesthut2011-10-071-13/+25
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-261-1/+1
* dirarg: improvedhut2010-04-141-7/+4
* dirarg: cleanuphut2010-04-141-2/+2
* dirarg: fully functioning nowhut2010-04-141-1/+3
* added Direction.select()hut2010-04-121-0/+7
* ext.direction: bugfixhut2010-04-081-1/+1
* dc_direction: added test_move()hut2010-04-071-2/+13
* core.actions: use Direction in move()hut2010-04-071-2/+4
* widgets.pager: use Direction object in move()hut2010-04-071-0/+31
* core.actions: unified the movement functionshut2010-04-071-2/+20
* ext.direction: simplification + docshut2010-04-061-99/+51
* imported ext.direction from newkey branchhut2010-04-061-0/+121