summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* defaults.apps: removed unnecessary escape characterhut2010-04-161-1/+1
* widget.browsercolumn: display "?" in info in a different colorhut2010-04-143-1/+13
* widgets.browsercolumn: added sanity check when clicking on previewhut2010-04-141-14/+15
* fsobject: use a "?" if no infostring is availablehut2010-04-142-2/+4
* fixed rarely occuring permission issuehut2010-04-142-5/+5
* fsobject.fsobject: display more informationhut2010-04-141-5/+16
* fsobject.fsobject: get the stat() of link destinationshut2010-04-141-1/+6
* widgets.statusbar: better error detectionhut2010-04-141-5/+8
* fsobject.fsobject: cleanuphut2010-04-141-19/+14
* renamed fsobject.islink to fsobject.is_linkhut2010-04-145-9/+9
* identify devices and handle them properlyhut2010-04-144-3/+11
* colorscheme.default: make sockets boldhut2010-04-141-0/+1
* removed bad importhut2010-04-141-1/+0
* ranger.help: updatehut2010-04-142-2/+2
* actions: move imports to top levelhut2010-04-141-12/+7
* console: move imports to top levelhut2010-04-141-6/+4
* README: slightly improved Roadmaphut2010-04-131-1/+2
* README: added Roadmaphut2010-04-131-0/+18
* reopened bug #65 since it reappearedhut2010-04-131-1/+1
* slightly different prompt for open-consolehut2010-04-132-2/+4
* Fixed broken statusbarhut2010-04-131-7/+1
* Avoid syntax warninghut2010-04-131-1/+2
* cleaner use of Awareness classeshut2010-04-134-8/+10
* Todo: closed #79 (tab 0)hut2010-04-131-1/+1
* Don't use tab 0 by defaulthut2010-04-132-3/+2
* gui.bar: Fixed Zero Division Errorhut2010-04-131-1/+2
* gui.bar: clean uphut2010-04-132-15/+11
* Abbreviate HOME with ~ in the titlebarhut2010-04-134-5/+18
* Fixed suggested cd-after-exit-script for zshhut2010-04-132-2/+2
* widget.console: removed Directory importhut2010-04-121-1/+0
* Merge branch 'master' of ssh://repo.or.cz/srv/git/rangerhut2010-04-122-4/+25
|\
| * Fixed little tab completion bughut2010-04-112-4/+25
* | Grey out copied/cut files.hut2010-04-125-1/+15
* | cleanuphut2010-04-127-46/+43
* | Fixed handling of directories with GC'd subdirshut2010-04-122-7/+9
|/
* widgets.browserview: fixed collapse_previewhut2010-04-101-1/+1
* defaults.apps: edit xml files with editorhut2010-04-091-1/+3
* ext.shutil_generatorized: silently ignore permission exceptionshut2010-04-091-4/+8
* removed debugging codehut2010-04-091-1/+0
* added doc/print_keys.pyhut2010-04-081-0/+14
* defaults.commands: better commenthut2010-04-081-2/+2
* Fixed "=" seperator in set commandhut2010-04-081-5/+9
* changed {/}/[/] keyshut2010-04-081-2/+12
* added :set <name>=<value> commandhut2010-04-083-0/+61
* shared.settings: allow to iterate over settingshut2010-04-081-0/+4
* Fixed multiple signal bindings of the same functionhut2010-04-081-2/+3
* added option 'mouse_enabled'hut2010-04-083-12/+25
* todo: updatehut2010-04-081-0/+2
* defaults.keys: corrected docstringhut2010-04-071-1/+1
* defaults.keys: removed duplicate key definitionhut2010-04-071-1/+0
href='#n500'>500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 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 664 665 666 667 668 669 670 671 672 673 674