summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* What kind of idiot invented bugs anyway? v1.5.4hut2012-05-034-4/+9
* core.shared: ImportErrors in options.py are mistakenly ignored...hut2012-05-031-0/+2
* container.tags: typohut2012-05-031-1/+1
* ext.get_executables: speed optimizationhut2012-05-031-2/+1
* data/mime.types: use spaces instead of tabs, line them uphut2012-05-031-10/+10
* defaults/options: add __pycache__ to hidden fileshut2012-05-031-1/+1
* ext.human_readable: added commenthut2012-05-031-0/+4
* gui.ui: catch an exception with surrogates in "update title" codehut2012-05-031-4/+7
* scope.sh: added exiftoolhut2012-05-031-4/+8
* Always remember to bring your towel. v1.5.3hut2012-03-054-4/+26
* Fix crash when opening files with feh or sxiv with "ranger <image>"hut2012-03-051-2/+3
* Merge branch 'master' into stablehut2012-03-0532-142/+661
|\
| * Added $RANGER_LEVEL environment variable (see man page)hut2012-03-053-0/+33
| * Catch a trivial ncurses exceptionhut2012-03-051-1/+4
| * Added "sudo" optional dependency to READMEhut2012-03-051-0/+1
| * Removed unnecessary spaceshut2012-03-053-5/+5
| * gui.ui: Added "rxvt-unicode-256color" to TERMINALS_WITH_TITLEhut2012-02-241-2/+2
| * ranger.1: fix vim script "RangerChooser" when no file is openedhut2012-02-212-3/+3
| * Feature: pasting hardlinked treesSerge Broslavsky2012-02-142-2/+25
| * ranger.1: Added entry for --list-tagged-fileshut2012-02-122-0/+9
| * core.main: fixed crash when using ranger as file openerhut2012-02-121-1/+2
| * core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-124-4/+15
| * Add --cmd=COMMAND command line optionDavid Bengoa2012-02-122-0/+6
| * widgets/statusbar: Catch exceptions in env.get_free_spacehut2012-02-091-4/+8
| * defaults/apps: Add wildmidihut2012-02-091-0/+2
| * 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
| |/
| * 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
| |\