summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* ext.human_readable: added doctesthut2010-11-221-3/+7
|
* core.actions: simplified tag functionshut2010-11-221-24/+18
|
* 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()
* fsobject: The lazy lookup of .image attribute was *too* lazyhut2010-11-201-0/+4
|
* widgets.statusbar: Fixed crash after deleting current filehut2010-11-171-1/+4
|
* core.actions: added update_preview()hut2010-11-171-0/+7
|
* widgets.console: Fixed input of unicode chars on py3hut2010-11-132-20/+54
|
* widgets.statusbar: Reload permissions of current file on changehut2010-11-061-2/+3
|
* fsobject.fsobject: Use ctime, not mtime, for identifying changeshut2010-11-062-9/+10
|
* fsobject.directory: Fixed sorting by typehut2010-11-011-1/+1
|
* fsobject.fsobject: fixed natural sort with python3hut2010-11-011-4/+4
|
* core.main: add debug infohut2010-11-011-1/+7
|
* widgets.browsercolumn: Run files with right mouse clickhut2010-11-011-1/+5
|
* Added option 'padding_right' (default: True)hut2010-11-013-3/+16
| | | | | This allows you to hide the last column if there's nothing inside, saving some space.
* defaults.keys: added yp, yn, yd shortcuts + dochut2010-10-232-0/+6
|
* Fixed "po" bindinghut2010-10-231-2/+2
|
* Polished ranger.pyhut2010-10-161-3/+3
|
* ext.keybinding_parser: fixed python3 incompatibilityhut2010-10-151-1/+1
|
* ext.signals: forgot to "git add" a file ...hut2010-10-151-0/+103
|
* gui.ansi: handle blink-code for doubled bitrate of background colorshut2010-10-152-0/+3
|
* core.environment: update importhut2010-10-151-1/+1
|
* core.main: disable preview script for root by defaulthut2010-10-151-0/+1
|
* core.main: Fixed return codeshut2010-10-151-3/+3
|
* Renamed ranger/ext/signal_dispatcher to ranger/ext/signalshut2010-10-146-108/+5
|
* ext.signal_dispatcher: optimization of signal_emithut2010-10-141-6/+6
|
* core.main: import stuff only when neededhut2010-10-141-7/+5
|
* ext.keybinding_parser: extended examples in docstringhut2010-10-141-1/+3
|
* defaults.keys: map <A-Left> and <A-Right> to switching tabshut2010-10-141-2/+2
|
* ext.keybinding_parser: allow mapping alt+special keyshut2010-10-141-4/+12
|
* data/scope: typohut2010-10-141-1/+1
|
* core.actions: Fixed handling of scope.sh exit code 2hut2010-10-131-0/+2
|
* data/scope: added success functionhut2010-10-131-12/+15
|
* core.actions: fix previews of linked fileshut2010-10-121-2/+1
|
* core.actions: fixed bugs with copyinghut2010-10-121-5/+5
|
* data/scope: added mediainfohut2010-10-121-0/+6
|
* core.loader: small correction of last commithut2010-10-121-1/+1
|
* core.loader: decode stdout in >python3 in CommandLoaderhut2010-10-121-1/+12
|
* core.fm: chmod u+x when using --copy-config=scopehut2010-10-121-0/+3
|
* gui.widgets.pager: bugfix: make sure max_width is definedhut2010-10-121-0/+1
|
* core.main: extended --copy-config optionhut2010-10-125-12/+23
|
* defaults.options: enable use_preview_script by defaulthut2010-10-121-2/+1
|
* Merge branch 'cp+preview'hut2010-10-1223-367/+553
|\
| * Merge branch 'master' into cp+previewhut2010-10-121-2/+2
| |\
| * | core.shared: added error messagehut2010-10-121-3/+11
| | | | | | | | | | | | when typing zv and there is no preview_script
| * | core.loader: make sure to read everything from stdout/errhut2010-10-122-1/+5
| | |
| * | defaults.options: don't hide /~$/ fileshut2010-10-121-1/+1
| | | | | | | | | | | | This would hide backups from typing yypp and confuse the user
| * | Added key zv for toggling use_preview_script optionhut2010-10-121-1/+2
| | |
| * | core.actions: improved fm.paste()hut2010-10-122-12/+29
| | |
| * | Added boolean option use_preview_scripthut2010-10-115-5/+11
| | |
| * | core.main: added --copy-config flaghut2010-10-115-5/+33
| | |