summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
* core.actions: Fixed colors in helphut2010-12-221-1/+1
|
* core.actions: Don't attempt do show directory in pager (key i)hut2010-12-211-1/+5
|
* core.environment: make Actions.reset refresh current directoryhut2010-12-211-1/+2
|
* core.actions: Fixed get_preview()hut2010-12-181-0/+2
| | | | | Previews didn't show up when pressing i on the first time, you had to preview twice.
* defaults.commands: Added search_inc(remental)hut2010-12-131-4/+4
|
* core.actions: simplified tag functionshut2010-11-221-24/+18
|
* ext.signals: fixed memory leakhut2010-11-221-0/+2
| | | | | | | 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()
* core.actions: added update_preview()hut2010-11-171-0/+7
|
* widgets.console: Fixed input of unicode chars on py3hut2010-11-131-0/+1
|
* core.main: add debug infohut2010-11-011-1/+7
|
* Fixed "po" bindinghut2010-10-231-2/+2
|
* 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-142-2/+2
|
* core.main: import stuff only when neededhut2010-10-141-7/+5
|
* core.actions: Fixed handling of scope.sh exit code 2hut2010-10-131-0/+2
|
* core.actions: fix previews of linked fileshut2010-10-121-2/+1
|
* core.actions: fixed bugs with copyinghut2010-10-121-5/+5
|
* 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
|
* core.main: extended --copy-config optionhut2010-10-123-10/+19
|
* Merge branch 'master' into cp+previewhut2010-10-121-2/+2
|\
| * core.main: Fixed object initialization orderhut2010-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
| |
* | core.actions: improved fm.paste()hut2010-10-122-12/+29
| |
* | Added boolean option use_preview_scripthut2010-10-111-1/+1
| |
* | core.main: added --copy-config flaghut2010-10-113-5/+25
| |
* | widgets.browserview: fix collapse_preview optionhut2010-10-111-1/+6
| |
* | core.actions: removed debug messagehut2010-10-101-1/+0
| |
* | Merge branch 'master' into cp+previewhut2010-10-101-0/+2
|\|
| * core.helper: fixed debug functionshut2010-10-091-0/+2
| |
* | core.loader: Fixed pipe buffer overflow bughut2010-10-102-16/+33
| |
* | core.actions: catch exception in get_previewhut2010-10-101-1/+4
| |
* | core.shared: bugfixhut2010-10-101-2/+3
| |
* | core.actions: global index of previews (by path and size)hut2010-10-092-0/+57
| |
* | core.loader: throw more signalshut2010-10-091-3/+6
| |
* | ranger.core.loader: allow suppressing errors in CommandLoaderhut2010-10-081-13/+19
| |
* | fsobject.file: reload pager when preview finished loadinghut2010-10-082-2/+2
| |
* | fsobject.file: load previews in fm.loaderhut2010-10-081-2/+1
| |
* | core.loader: use signals with CommandLoaderhut2010-10-082-13/+11
| |
* | Merge branch 'preview' into cp+previewhut2010-10-084-7/+15
|\ \
| * | Merge branch 'master' into previewhut2010-10-087-22/+394
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py
| | * core.loader: forgot cleaning up @ last commithut2010-10-081-1/+0
| | |
| * | Merge branch 'stable' into previewhut2010-10-052-18/+120
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ranger/shared/settings.py
| * | | fsobject.file: dynamic width of caca previews, cleanupshut2010-06-221-1/+1
| | | |
| * | | Merge branch 'master' into previewhut2010-06-222-4/+23
| |\ \ \
| * \ \ \ Merge branch 'master' into previewhut2010-06-091-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/fsobject/file.py