about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* help.invocation: typohut2011-02-151-1/+1
|
* 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
|
* generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2024-06-16 05:57:13 +0000 cts: 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
| |