about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved vimscript to README next to the bash script :)hut2011-02-152-18/+28
|
* Improved --choosefile vimscript in documentationhut2011-02-151-2/+4
|
* Added --choosefile + doc to replace ornivar's RANGER_RETURN_FILEhut2011-02-143-3/+24
| | | | | I recommended environment variables to ornivar because its easier for a quick hack but I wouldn't like to have it in the codebase quite like this.
* python 2.6 compatibility for ornicars commitshut2011-02-141-2/+1
|
* Remove useless importornicar2011-02-131-1/+0
|
* [vim integration] the temp file is now passed through RANGER_RETURN_FILEornicar2011-02-131-3/+3
|
* [vim integration] When INVIM env var is set, write filename to tempfile and exitornicar2011-02-131-0/+7
|
* Merge branch 'stable'hut2011-01-067-6/+29
|\
| * If ranger won't run, you still got peanut butter to live for. v1.4.1hut2011-01-044-3/+7
| |
| * Moved HACKING and TODO to doc/hut2011-01-042-0/+0
| |
| * Extended help/index.pyhut2011-01-041-3/+22
| |
* | Merge branch 'stable'hut2011-01-042-7/+14
|\|
| * Added some programs to defaults/apps.pyhut2011-01-041-5/+9
| |
| * widgets.pager: Fixed crash when scope.sh failshut2011-01-041-2/+5
| |
* | Attempted to fix some utf issueshut2010-12-264-6/+294
|/
* gui.widgets.browserview: Fixed problem with inspect (key i)hut2010-12-251-1/+1
| | | | | When previews are on and you're pressing i, the old preview remains there for a while, making ranger show two previews at once.
* We are not authorized to disclose the commit message v1.4.0hut2010-12-224-6/+23
|
* help.index: added additional informationhut2010-12-221-0/+1
|
* help: added missing dotshut2010-12-222-2/+2
|
* help.movement: Added documentation for scope.shhut2010-12-221-0/+22
|
* updated doc/colorschemes.txthut2010-12-221-15/+6
|
* core.actions: Fixed colors in helphut2010-12-221-1/+1
|
* widgets.browserview: Cleaner solution for commit 3fd5f5caf6hut2010-12-222-2/+8
|
* Merge branch 'stable'hut2010-12-221-8/+23
|\ | | | | | | | | | | | | | | | | | | Conflicts: README doc/ranger.1 ranger/__init__.py ranger/core/environment.py ranger/core/helper.py ranger/fsobject/fsobject.py
| * HOW DO I TURN OFF CAPS LOCK? v1.2.3hut2010-12-134-3/+10
| |
| * updated READMEhut2010-12-131-3/+6
| |
| * ext.signals: fixed memory leakhut2010-11-222-6/+22
| | | | | | | | | | | | | | Signal handlers with dead weak references are only cleaned up when using signal_emit. If no signals are emitted, dead signal handlers will accumulate. This is avoided by adding the function signal_garbage_collect() and calling it in env.garbage_collect()
| * ext.signal_dispatcher: optimization of signal_emithut2010-11-221-6/+6
| |
| * fsobject: The lazy lookup of .image attribute was *too* lazyhut2010-11-221-0/+4
| | | | | | | | | | | | Conflicts: ranger/fsobject/fsobject.py
| * widgets.statusbar: Fixed crash after deleting current filehut2010-11-221-1/+4
| |
| * widgets.statusbar: Reload permissions of current file on changehut2010-11-221-2/+3
| |
| * fsobject.fsobject: Use ctime, not mtime, for identifying changeshut2010-11-222-9/+10
| |
| * fsobject.directory: Fixed sorting by typehut2010-11-221-1/+1
| |
| * ext.keybinding_parser: fixed python3 incompatibilityhut2010-11-221-1/+1
| |
| * ext.keybinding_parser: allow mapping alt+special keyshut2010-11-221-4/+12
| |
| * Tea, Earl Grey, Hot. v1.2.2hut2010-10-104-11/+19
| |
| * defaults.keys: show bookmarks when typing "um"hut2010-10-101-1/+2
| |
| * defaults.commands: Fixed :cd command without argumenthut2010-10-101-3/+2
| |
| * gui.color: fixed ranger.gui.color.remove_attrhut2010-10-101-1/+1
| |
| * api.commands, api.keys: added dummies that allow pydoc to be generatedhut2010-10-102-0/+13
| |
| * colorschemes.jungle: updated jungle colorschemehut2010-10-101-1/+1
| |
| * colorschemes.snow: updated snow colorschemehut2010-10-101-1/+4
| |
| * gui.ui: Disable mouse when console is openhut2010-10-101-2/+2
| |
| * Prevent garbage-collecting used directorieshut2010-10-101-1/+1
| |
| * Cosmetic changeshut2010-10-102-2/+1
| |
| * core.actions: Minor bug in move_parent()hut2010-10-101-0/+2
| | | | | | | | | | Unwanted horizontal wrapping when all items in the parent directory are directories and you're moving below an index of 0.
| * defaults.apps: open empty files with unknown mimetype in vimhut2010-10-101-1/+1
| |
| * ranger.__main__: typohut2010-10-101-1/+0
| |
* | gui.bar: Fixed malpositioning of tab in some caseshut2010-12-221-1/+1
| |
* | core.actions: Don't attempt do show directory in pager (key i)hut2010-12-211-1/+5
| |