summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* notify: merged into statusbar, allow to view the log in the pagerhut2010-01-0111-148/+85
* bookmarks: added testcase, documentation, settinghut2010-01-015-5/+81
* bookmarks: fixed disappearing bookmarkshut2010-01-012-5/+9
* bookmarks: changed NonexistantBookmark to KeyErrorhut2010-01-012-6/+2
* bookmarks: catch some special conditionshut2010-01-012-1/+8
* fixed crash after resizing while in the middle of a key combinationhut2010-01-012-2/+7
* fixed overflow while drawing bookmark listhut2010-01-013-1/+8
* sort bookmark listhut2010-01-011-1/+2
* draw a list of bookmarks when pressing ` or 'hut2010-01-013-1/+30
* adapted OpenConsole to the new systemhut2010-01-011-3/+1
* added documentationhut2010-01-012-12/+96
* improved procedures of spawning processeshut2010-01-015-151/+163
* cleanupshut2009-12-313-5/+13
* cleanuphut2009-12-312-3/+0
* changed a few nameshut2009-12-316-15/+15
* removed ProcessManager to TaskViewhut2009-12-315-47/+28
* fixed ranger.__main__hut2009-12-311-1/+2
* moved some displayable methods to curses_shortcutshut2009-12-312-54/+64
* fixed tc_displayablehut2009-12-312-14/+16
* optimized drawing of widgets (broke notify widget)hut2009-12-316-34/+90
* updated statusbar/titlebarhut2009-12-313-200/+184
* rename filelist(container) to browsercolumn/browserviewhut2009-12-317-72/+110
* fixed tabshut2009-12-311-2/+2
* added documentation, clean uphut2009-12-316-64/+128
* removed test/stuff directoryhut2009-12-306-236/+0
* updated uml projecthut2009-12-305-73/+215
* filelist widget optimizationhut2009-12-302-24/+16
* clean upshut2009-12-302-65/+59
* different way of trimming indentation of command docstringshut2009-12-303-2/+35
* allow to start the program by runnung the directoryhut2009-12-303-5/+9
* moved main function to ranger.__main__hut2009-12-302-78/+84
* fixed a few things~hut2009-12-304-18/+9
* fixed movement in empty/unloaded directoryhut2009-12-291-0/+2
* improved docstrings of commandshut2009-12-291-8/+42
* F1 key (inside console) for viewing information about the commandhut2009-12-296-8/+49
* fixed spawning of shellhut2009-12-293-2/+10
* fixed mouse events in pagerhut2009-12-293-8/+18
* fixed widget problemshut2009-12-293-4/+12
* updated widgetshut2009-12-299-47/+31
* a somewhat working versionhut2009-12-293-33/+39
* be less strict with resizeshut2009-12-291-7/+11
* Optimized moving/resizing of windows, fixed absolute position bughut2009-12-293-9/+25
* disregard the last commit. this is the quick fixhut2009-12-292-2/+1
* quick&dirty fix for correct rel/abs coordinateshut2009-12-293-5/+6
* updated testhut2009-12-291-2/+2
* fixed "(y, x) in widget"hut2009-12-281-3/+6
* fixed slow loading of small directorieshut2009-12-281-3/+3
* sub-windows are working well nowhut2009-12-283-27/+27
* another fixhut2009-12-281-2/+6
* fixeshut2009-12-283-7/+8
d='n489' href='#n489'>489 490 491 492 493 494 495 496 497 498 499 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