summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* 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-145-107/+4
* 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-124-10/+20
* defaults.options: enable use_preview_script by defaulthut2010-10-121-2/+1
* Merge branch 'cp+preview'hut2010-10-1220-367/+503
|\
| * Merge branch 'master' into cp+previewhut2010-10-121-2/+2
| |\
| * | core.shared: added error messagehut2010-10-121-3/+11
| * | core.loader: make sure to read everything from stdout/errhut2010-10-122-1/+5
| * | defaults.options: don't hide /~$/ fileshut2010-10-121-1/+1
| * | 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-114-5/+29
| * | widgets.browserview: again, fixed collapse_preview optionhut2010-10-111-6/+6
| * | fsobject.file: fix preview_files optionhut2010-10-111-2/+2
| * | widgets.browserview: fix collapse_preview optionhut2010-10-112-2/+18
| * | data/scope, fsobject: added xpi to container extensionshut2010-10-102-2/+2
| * | core.actions: removed debug messagehut2010-10-101-1/+0
| * | Merge branch 'master' into cp+previewhut2010-10-104-25/+14
| |\ \
| * | | core.loader: Fixed pipe buffer overflow bughut2010-10-103-17/+34
| * | | data/scope, fsobject: add .deb to archive extensionshut2010-10-102-4/+4
| * | | fsobject.file: tweak N_FIRST_BYTEShut2010-10-101-1/+1
| * | | core.actions: catch exception in get_previewhut2010-10-101-1/+4
| * | | fsobject.file: fixed has_preview methodhut2010-10-101-1/+3
| * | | data/scope: fixed pdftotext invocationhut2010-10-101-1/+1
| * | | core.shared: bugfixhut2010-10-101-2/+3
| * | | data/scope.sh: improvedhut2010-10-091-18/+28
| * | | core.actions: global index of previews (by path and size)hut2010-10-093-26/+58
| * | | core.loader: throw more signalshut2010-10-092-5/+14
| * | | data/scope.sh: sort archive extensionshut2010-10-081-2/+2
9' href='#n609'>609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764