summary refs log tree commit diff stats
path: root/ranger/ext
Commit message (Expand)AuthorAgeFilesLines
* Revert 5 commits concerning utf (due to very poor performance)hut2010-09-301-81/+40
* ext.utfwidth: Compatibility with both py2.6 and py3.1hut2010-09-301-41/+82
* ext.utfwidth: updated algorithmshut2010-09-301-31/+14
* ext.utfwidth: stuffhut2010-09-301-10/+8
* gui.bar: improved titlebar shortening for utf file/dirnameshut2010-09-291-0/+19
* defaults.keys: key pL to create relative symlinkshut2010-08-291-0/+39
* ext.human_readable: fixedhut2010-06-251-5/+5
* ext.human_readable: more efficient implementationhut2010-06-241-19/+34
* Fixed some docstringshut2010-06-091-1/+1
* ext.lazy_property: fixed indentation in docstringhut2010-05-301-3/+3
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-261-1/+1
* Added ranger.ext.lazy_propertyhut2010-05-221-0/+25
* Merge branch 'utf'hut2010-05-171-0/+109
|\
| * utf: reorderinghut2010-05-171-24/+23
| * fixed utf stuffhut2010-05-171-11/+49
| * utf stuffhut2010-05-101-5/+13
| * attempt to fix utf issues (wrong calculation of width)hut2010-05-101-0/+64
* | Added ranger.ext.spawn which runs programs and returns their stdouthut2010-05-131-0/+27
|/
* ext.human_readable: round(number, 2)hut2010-05-061-1/+1
* ext.accumulator: added commenthut2010-05-021-0/+1
* shutil_generatorized: fixed bad destination name on move+overwritehut2010-04-261-2/+2
* ext.shutil_generatorized: fixed __all__hut2010-04-201-1/+1
* ext.shutil_generatorized: little optimizationhut2010-04-201-2/+2
* ext.shutil_generatorized: remove unused functions/importshut2010-04-201-36/+0
* Clean uphut2010-04-191-2/+2
* ext.keybinding_parser: added aliases for common special keyshut2010-04-191-0/+3
* ext.keybinding_parser: fixed function keyshut2010-04-191-0/+3
* ext.command_parser: bugfix in tab completionhut2010-04-181-0/+1
* moved container.keymap.KeyBuffer into seperate modulehut2010-04-161-1/+1
* keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-161-0/+96
* dirarg: improvedhut2010-04-141-7/+4
* dirarg: cleanuphut2010-04-141-2/+2
* dirarg: fully functioning nowhut2010-04-141-1/+3
* Merge branch 'master' into newkeyhut2010-04-131-0/+21
|\
| * Merge branch 'master' of ssh://repo.or.cz/srv/git/rangerhut2010-04-121-0/+21
| |\
| | * Fixed little tab completion bughut2010-04-111-0/+21
* | | added Direction.select()hut2010-04-121-0/+7
* | | Merge branch 'master' into newkeyhut2010-04-123-35/+30
|\| |
| * | cleanuphut2010-04-123-35/+30
| |/
* | Merge branch 'master' into newkeyhut2010-04-092-4/+24
|\|
| * ext.shutil_generatorized: silently ignore permission exceptionshut2010-04-091-4/+8
| * added :set <name>=<value> commandhut2010-04-081-0/+16
* | partially fix tc_newkeyshut2010-04-091-0/+1
* | Merge branch 'devel' into newkeyhut2010-04-082-29/+15
|\ \
| * | ext.direction: bugfixhut2010-04-081-1/+1
| * | made accumualtor use ext.directory.Directoryhut2010-04-081-28/+14
* | | Merge branch 'devel' into newkeyhut2010-04-073-117/+211
|\| |
| * | dc_direction: added test_move()hut2010-04-071-2/+13
| * | core.actions: use Direction in move()hut2010-04-071-2/+4
| * | widgets.pager: use Direction object in move()hut2010-04-072-23/+31
a id='n620' href='#n620'>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