about summary refs log tree commit diff stats
path: root/xxxterm.1
Commit message (Expand)AuthorAgeFilesLines
...
* add preliminary buffer command code.Michal Mazurek2011-08-011-1/+36
* /tmp/cvsS55e3aMichal Mazurek2011-07-301-2/+0
* add statusbar_elemsMichal Mazurek2011-07-301-0/+7
* remove t.font_size, rewrite adjustfont_webkitMichal Mazurek2011-07-291-4/+7
* correct typo in the man pageMichal Mazurek2011-07-281-3/+1
* add a method for running scripts on a page. the example usesMarco Peereboom2011-07-251-0/+7
* add more settable fontsMarco Peereboom2011-07-251-0/+8
* show status toggle command and stuffMarco Peereboom2011-07-181-4/+2
* document compact barMarco Peereboom2011-07-181-0/+9
* add raphael and michal to authorsMarco Peereboom2011-07-181-1/+3
* Added :buffers command, which displays open tabs and enables selection viaStevan Andjelkovic2011-07-121-4/+7
* Describe font stuffs.Marco Peereboom2011-07-111-0/+8
* Disable "Web SQL Database" and add option enable_localstorage.Raphael Graf2011-07-081-0/+2
* add F1 for help; makes the browser feel traditional.Marco Peereboom2011-07-071-0/+2
* Add toplevel toggle command to temporary enable cookie and js whitelistMarco Peereboom2011-07-071-0/+6
* Add options for spell checking.Raphael Graf2011-06-211-0/+6
* Description of 'cookie toggle'Raphael Graf2011-06-121-1/+1
* change cookies to cookiejarRaphael Graf2011-04-131-2/+2
* Make some commands more gvim-like and allow trailing "!".Raphael Graf2011-04-131-3/+3
* remove tabgoto, use tabnext insteadRaphael Graf2011-04-111-1/+1
* Arbitrary commands can now be bound to keys using keybindings.Stevan Andjelkovic2011-04-101-1/+6
* expose max connections and max host connections for extra vroom vroom.Marco Peereboom2011-03-171-0/+8
* add @ modifier to mime type to enable "downloading first"; needed to useMarco Peereboom2011-03-171-5/+15
* Added the -e flag which allows execution of arbitrary command from theStevan Andjelkovic2011-03-151-0/+9
* Big change to how keys are handled.Stevan Andjelkovic2011-03-151-8/+11
* Fixed keybindings clash.Stevan Andjelkovic2011-03-071-4/+4
* Added keybindings for cmd aliases (F9-F12).Stevan Andjelkovic2011-03-071-0/+4
* add kiosk modeMarco Peereboom2011-02-281-3/+11
* Low contrast web browsing (yay!)Marco Peereboom2011-02-261-0/+8
* use zoom-level to scale the whole page instead of just fontsTodd Fries2011-02-221-0/+2
* doco about: stuff in address barMarco Peereboom2011-02-191-0/+36
* total rewrite of my clumsy attempt at doco. from jmc of course.Marco Peereboom2011-02-181-309/+87
* move keyboard mappings from C+q to C-q.Marco Peereboom2011-02-171-67/+56
* clarifyMarco Peereboom2011-02-151-0/+3
* add work_dir and document keybindingMarco Peereboom2011-02-151-0/+320
* Man page fix (make guess_url, status{s,h} respect the alphabeticalStevan Andjelkovic2011-02-021-14/+14
* document browser_modeMarco Peereboom2011-02-011-0/+30
* document home, found by tdmMarco Peereboom2011-02-011-0/+2
* Added a slightly modified patch for the guess search heuristic from RivoStevan Andjelkovic2011-02-011-0/+8
* add missing -s to man page.Marco Peereboom2011-02-011-0/+3
* Added a vimperator style status bar, based on Todd's earlier patch.Stevan Andjelkovic2011-01-301-2/+8
* better borders on xtp tables, keybinding for cookie jar, progress bars onEdd Barrett2011-01-271-0/+2
* fix online man pageMarco Peereboom2011-01-171-2/+0
* better consitency. diff from stevan and i just changed it a bitMarco Peereboom2011-01-171-9/+12
* move some text back where it blenogs. bad todd for inserting text where itMarco Peereboom2011-01-171-7/+5
* document the knobs for whitelists to unconfuse toddMarco Peereboom2011-01-171-1/+55
* document that commands are by default on fqdnMarco Peereboom2011-01-171-15/+17
* add session delete commandMarco Peereboom2011-01-141-0/+4
* Add session_autosave as requested by jy-p.Marco Peereboom2011-01-141-3/+26
* add myself to copyright and AUTHORS bits, prodded by marco@Todd Fries2011-01-121-2/+3
f='#n552'>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 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 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957