Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'stable' | hut | 2011-01-06 | 7 | -6/+29 |
|\ | |||||
| * | If ranger won't run, you still got peanut butter to live for. v1.4.1 | hut | 2011-01-04 | 4 | -3/+7 |
| | | |||||
| * | Moved HACKING and TODO to doc/ | hut | 2011-01-04 | 2 | -0/+0 |
| | | |||||
| * | Extended help/index.py | hut | 2011-01-04 | 1 | -3/+22 |
| | | |||||
* | | Merge branch 'stable' | hut | 2011-01-04 | 2 | -7/+14 |
|\| | |||||
| * | Added some programs to defaults/apps.py | hut | 2011-01-04 | 1 | -5/+9 |
| | | |||||
| * | widgets.pager: Fixed crash when scope.sh fails | hut | 2011-01-04 | 1 | -2/+5 |
| | | |||||
* | | Attempted to fix some utf issues | hut | 2010-12-26 | 4 | -6/+294 |
|/ | |||||
* | gui.widgets.browserview: Fixed problem with inspect (key i) | hut | 2010-12-25 | 1 | -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.0 | hut | 2010-12-22 | 4 | -6/+23 |
| | |||||
* | help.index: added additional information | hut | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | help: added missing dots | hut | 2010-12-22 | 2 | -2/+2 |
| | |||||
* | help.movement: Added documentation for scope.sh | hut | 2010-12-22 | 1 | -0/+22 |
| | |||||
* | updated doc/colorschemes.txt | hut | 2010-12-22 | 1 | -15/+6 |
| | |||||
* | core.actions: Fixed colors in help | hut | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | widgets.browserview: Cleaner solution for commit 3fd5f5caf6 | hut | 2010-12-22 | 2 | -2/+8 |
| | |||||
* | Merge branch 'stable' | hut | 2010-12-22 | 1 | -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.3 | hut | 2010-12-13 | 4 | -3/+10 |
| | | |||||
| * | updated README | hut | 2010-12-13 | 1 | -3/+6 |
| | | |||||
| * | ext.signals: fixed memory leak | hut | 2010-11-22 | 2 | -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_emit | hut | 2010-11-22 | 1 | -6/+6 |
| | | |||||
| * | fsobject: The lazy lookup of .image attribute was *too* lazy | hut | 2010-11-22 | 1 | -0/+4 |
| | | | | | | | | | | | | Conflicts: ranger/fsobject/fsobject.py | ||||
| * | widgets.statusbar: Fixed crash after deleting current file | hut | 2010-11-22 | 1 | -1/+4 |
| | | |||||
| * | widgets.statusbar: Reload permissions of current file on change | hut | 2010-11-22 | 1 | -2/+3 |
| | | |||||
| * | fsobject.fsobject: Use ctime, not mtime, for identifying changes | hut | 2010-11-22 | 2 | -9/+10 |
| | | |||||
| * | fsobject.directory: Fixed sorting by type | hut | 2010-11-22 | 1 | -1/+1 |
| | | |||||
| * | ext.keybinding_parser: fixed python3 incompatibility | hut | 2010-11-22 | 1 | -1/+1 |
| | | |||||
| * | ext.keybinding_parser: allow mapping alt+special keys | hut | 2010-11-22 | 1 | -4/+12 |
| | | |||||
| * | Tea, Earl Grey, Hot. v1.2.2 | hut | 2010-10-10 | 4 | -11/+19 |
| | | |||||
| * | defaults.keys: show bookmarks when typing "um" | hut | 2010-10-10 | 1 | -1/+2 |
| | | |||||
| * | defaults.commands: Fixed :cd command without argument | hut | 2010-10-10 | 1 | -3/+2 |
| | | |||||
| * | gui.color: fixed ranger.gui.color.remove_attr | hut | 2010-10-10 | 1 | -1/+1 |
| | | |||||
| * | api.commands, api.keys: added dummies that allow pydoc to be generated | hut | 2010-10-10 | 2 | -0/+13 |
| | | |||||
| * | colorschemes.jungle: updated jungle colorscheme | hut | 2010-10-10 | 1 | -1/+1 |
| | | |||||
| * | colorschemes.snow: updated snow colorscheme | hut | 2010-10-10 | 1 | -1/+4 |
| | | |||||
| * | gui.ui: Disable mouse when console is open | hut | 2010-10-10 | 1 | -2/+2 |
| | | |||||
| * | Prevent garbage-collecting used directories | hut | 2010-10-10 | 1 | -1/+1 |
| | | |||||
| * | Cosmetic changes | hut | 2010-10-10 | 2 | -2/+1 |
| | | |||||
| * | core.actions: Minor bug in move_parent() | hut | 2010-10-10 | 1 | -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 vim | hut | 2010-10-10 | 1 | -1/+1 |
| | | |||||
| * | ranger.__main__: typo | hut | 2010-10-10 | 1 | -1/+0 |
| | | |||||
* | | gui.bar: Fixed malpositioning of tab in some cases | hut | 2010-12-22 | 1 | -1/+1 |
| | | |||||
* | | core.actions: Don't attempt do show directory in pager (key i) | hut | 2010-12-21 | 1 | -1/+5 |
| | | |||||
* | | widgets.pager: Fixed horizontal scrolling | hut | 2010-12-21 | 1 | -0/+2 |
| | | |||||
* | | core.environment: make Actions.reset refresh current directory | hut | 2010-12-21 | 1 | -1/+2 |
| | | |||||
* | | widget.browserview: fixed padding_right option | hut | 2010-12-21 | 2 | -0/+6 |
| | | | | | | | | | | kind of dirty. need to find a way to hide windows completely when not needed. ;o; | ||||
* | | Commited missing line of last commit | hut | 2010-12-21 | 1 | -1/+0 |
| | | |||||
* | | widgets.console: Fixed position of cursor with unicode chars (py3) | hut | 2010-12-21 | 2 | -2/+8 |
| | | |||||
* | | core.actions: Fixed get_preview() | hut | 2010-12-18 | 2 | -2/+3 |
| | | | | | | | | | | Previews didn't show up when pressing i on the first time, you had to preview twice. | ||||
* | | defaults.commands: Added search_inc(remental) | hut | 2010-12-13 | 3 | -9/+14 |
| | |