summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* config_examples/options.py: addedhut2011-10-081-0/+32
* defaults.commands: Dynamically choose editor in :bulkrenamehut2011-10-081-3/+4
* core.action: removed debugging code from dump_keybindingshut2011-10-081-4/+1
* defaults.commands: modified :help to make use of quantifiershut2011-10-082-2/+9
* core.actions: added dump_settings and dump_commandshut2011-10-082-26/+60
* core.actions: added dump_keybindings()hut2011-10-081-1/+36
* ext.keybinding_parser: added <INSERT>hut2011-10-081-0/+1
* defaults/apps: Added mplayer2hut2011-10-081-1/+8
* gui.ansi: Added doctesthut2011-10-081-3/+34
* ext.signals: fixed signals for python3.2hut2011-10-081-4/+4
* ext.iter_tools: Added doctesthut2011-10-081-0/+15
* ext.direction: Added doctesthut2011-10-071-13/+25
* ext.lazy_property: added doctesthut2011-10-071-6/+15
* ext.signals: Fixed hidden bugs, added doctestshut2011-10-071-15/+175
* moved DELETE_WARNING constant from api to api.commandshut2011-10-072-2/+2
* core.actions: Fixed crash when %f/%F macros are undefinedhut2011-10-071-6/+30
* widgets.browserview: Try to fix crashhut2011-10-071-0/+5
* merged ext.keybindings.py into ext.keybindings_parser.pyhut2011-10-073-200/+176
* defaults/options: default sorting method is now "natural"hut2011-10-071-1/+1
* api.apps: fix bug with undefined appshut2011-10-051-1/+1
* core.runner: print more debug outputhut2011-10-051-1/+1
* removed doc/TODO; use "make todo"hut2011-10-055-0/+8
* defaults/commands: added cunmap, punmap, tunmaphut2011-10-051-1/+25
* gui.ui: Add "loading..." indicator on startuphut2011-10-051-0/+2
* Makefile: added "make todo" and added some notes in codehut2011-10-052-0/+2
* widgets.console: Fixed drawing of wide charactershut2011-10-051-7/+4
* widgets.console: fixed crash when typing special keyshut2011-10-051-1/+3
* defaults/rc.conf: Fixed bad keybindingshut2011-10-051-2/+2
* ext.keybindings: more meaningful error messageshut2011-10-052-8/+10
* defaults/rc.conf: use copyXmap to simplify rc.confhut2011-10-031-91/+84
* defaults/commands: Added copypmap, copytmap, copycmaphut2011-10-033-3/+29
* core.actions: Added wrappers for common pager/taskview methodshut2011-10-031-0/+18
* defaults.commands: added alias command, overhauled alias systemhut2011-10-034-16/+24
* defaults.commands: Added unmap commandhut2011-10-033-12/+43
* defaults.commands: Added copymap commandhut2011-10-032-5/+36
* core.actions: added %rangerdir macrohut2011-10-031-0/+2
* fsobject.directory: Fix infinite recursion loophut2011-10-031-0/+1
* core.actions: Fix another garbage collection bughut2011-10-031-1/+1
* defaults.apps: safer sxiv handlerhut2011-10-031-1/+4
* core.actions: expanduser in source_commandlist()hut2011-10-031-0/+1
* core.environment: fixed crash induced by previous commithut2011-10-032-3/+4
* core.environment: trying to fix garbage collection errorhut2011-10-031-5/+8
* core.actions: REALLY fix that decoding errorhut2011-10-021-1/+8
* defaults/rc.conf: key "v" toggles instead of sets markinghut2011-10-021-1/+1
* core.actions: smarter open() in get_previewhut2011-10-021-1/+1
* core.actions: fix decoding error when previewing some fileshut2011-10-021-1/+3
* api.apps: fixed error messagehut2011-10-021-0/+2
* core.actions: sanitize input of {set,enter,unset}_bookmarkhut2011-10-021-4/+4
* Changed version to 1.5.0hut2011-10-022-11/+2
* Merge branch 'stable'hut2011-10-021-1/+1
|\
id='n528' href='#n528'>528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 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