about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * widgets/statusbar: Display "All" when all files are shown (fix)hut2012-02-091-1/+1
| |
| * Merge git://github.com/gwash/rangerhut2012-01-263-0/+51
| |\
| | * new :relink commandM Rawash2012-01-273-0/+51
| | |
| * | api.commands: Fix slashes in _tab_directory_content()hut2012-01-261-2/+4
| |/ | | | | | | | | | | | | Previously, when the tab completion result is unique, a slash was always added, even if it's a file, not a directory. Thanks to gwash for pointing out this bug.
| * defaults/commands: fixed TERMCMD in :terminalhut2012-01-241-1/+1
| |
| * ext.cached_function: Fixedhut2012-01-201-2/+2
| |
| * Added doc for TERMCMD and integrated it in commands.pyhut2012-01-183-1/+15
| |
| * gui.ui: Fix title drawing. Since when is this broken anyway?!hut2012-01-151-2/+4
| |
| * defaults.commands.bulkrename: support filenames starting with -hut2012-01-151-2/+2
| |
| * defaults/options: case insensitive sort by defaulthut2012-01-141-1/+1
| |
| * gui.colorschemes: more efficient color_athut2012-01-115-40/+56
| |
| * ext.signals: no unnecessary sorting on signal_bindhut2012-01-112-4/+20
| |
| * core.main: pipe the profiler stream to stderrhut2012-01-111-4/+2
| |
| * added --profile optionhut2012-01-112-1/+32
| |
| * ext.shell_escape: Fixed escaping of tabs and unprintableshut2012-01-111-2/+5
| |
| * defaults.commands: on <tab> in !shell put the filename instead of %shut2012-01-111-1/+5
| |
| * widgets.statusbar: Include marked directory sizes in statusbar summaryhut2012-01-042-3/+4
| |
| * widgets.titlebar: TODO entry, fix unicode chars in titlebarhut2011-12-191-2/+3
| |
| * core.fm: Added todo-entry and some fail-safe stuffhut2011-12-192-1/+6
| |
| * Revert the part of d99291d8 that broke unicodehut2011-12-191-1/+1
| |
| * core/runner.py: removed the 'a' flag from ALLOWED_FLAGSM Rawash2011-12-191-3/+3
| |
| * core/runner.py: allow combination of 'r' and 'd' flagsM Rawash2011-12-191-2/+3
| |
| * gui.ui: Only display printable chars in the window titlehut2011-12-172-7/+8
| |
| * fsobject.fsobject: Properly escape control charactershut2011-12-173-3/+14
| |
| * Merge https://github.com/gwash/rangerhut2011-12-174-3/+39
| |\
| | * Added documentation for new flagsM Rawash2011-12-113-1/+13
| | |
| | * core/runner.py: got rid of the 'a' flagM Rawash2011-12-071-9/+2
| | |
| | * Added new flags 'a', 'r' and 't'M Rawash2011-12-051-4/+35
| | |
| * | core.loader: fix bug with chardet modulehut2011-12-101-1/+1
| |/
| * core.actions: only choosefile when pressing l/enterhut2011-11-231-7/+8
| |
| * defaults/apps.py: detach epdfview, mupdf and llpp.hut2011-11-161-1/+1
| |
| * defaults/apps.py: Added mupdf and llpp, reordered.hut2011-11-151-2/+2
| |
| * data/scope.sh: shorter way of getting file extensionhut2011-11-151-1/+1
| |
| * defaults/apps.py: Added instructions to overriding app_defaultshut2011-11-151-3/+11
| |
| * core.actions: Disable visual mode when opening consolehut2011-11-151-1/+2
| |
| * defaults/apps.py: Add epdfview to default apps.pyhut2011-11-151-1/+2
| |
| * Disable visual mode when typing "v"hut2011-11-091-0/+2
| |
| * corrected READMEhut2011-11-091-4/+4
| |
| * widgets.titlebar: Fix drawing of broken filenameshut2011-10-311-1/+2
| |
| * core.actions: implement visual modehut2011-10-313-10/+76
| |
| * api.commands: added a TODO entryhut2011-10-301-0/+2
| |
| * core.actions: paste_symlink() doesn't fail if file existshut2011-10-302-3/+37
| |
| * define "init_function" in defaultshut2011-10-301-1/+1
| |
| * Added option "init_function"hut2011-10-303-0/+14
| |
| * Added signals runner.execute.{before,after}hut2011-10-301-0/+6
| |
| * core.runner: added "fm" attribute to Context, as documentedhut2011-10-302-3/+4
| |
| * api.apps: Fix handling of single-string return valueshut2011-10-291-1/+1
| |
| * Makefile: Added info about DESTDIR in "make options"hut2011-10-281-0/+1
| |
| * Merge branch 'master' of git://github.com/DaPangus/rangerhut2011-10-284-0/+16
| |\
| | * core.main: fix --selectfile with relative pathsDavid Pugnasse2011-10-252-6/+3
| | |