about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* improved tag indicatorarg@mig292006-12-011-6/+14
* removed viewall signature from dwm.harg@mig292006-11-301-1/+0
* next version will be 2.5arg@mig292006-11-301-1/+1
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...arg@mig292006-11-305-13/+9
* Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479farg@mig292006-11-301-0/+1
* extended dwm.1 with last change 2.4arg@mig292006-11-281-1/+1
* togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig292006-11-281-1/+1
* applied Alex Elide's tricky patch, thanks!arg@mig292006-11-271-1/+0
* returning to old Key structarg@mig292006-11-273-68/+65
* applied Szabolcs Nagy's patch (thank you!)arg@mig292006-11-271-1/+1
* applied patch by Jukkaarg@mig292006-11-271-1/+1
* changing Key.func into Key.func[NFUNCS], this allows sequences execution of f...arg@mig292006-11-273-69/+72
* added man page entryarg@mig292006-11-272-1/+4
* added togglefloat to hg tip (i consider this useful for some cases), using MO...arg@mig292006-11-274-0/+11
* applied Jukka's patch preventing some cornercases and making the EOF error me...arg@mig292006-11-271-1/+2
* applied yet another proposal of Manuelarg@mig292006-11-261-2/+2
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig292006-11-265-14/+16
* applied Jukka's stdinread patcharg@mig292006-11-261-2/+3
* next version will be 2.4arg@mig292006-11-251-1/+1
* applied Manuels patch (thanks to Manuel!)arg@mig292006-11-252-15/+22
* small fix of man pagearg@mig292006-11-241-1/+1
* Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849arg@mig292006-11-241-0/+1
* using the term 'indicated' instead of 'higlighted' 2.3arg@mig292006-11-231-3/+3
* updated man page with the bottom right corner indicatorarg@mig292006-11-231-2/+4
* fifififarg@mig292006-11-223-37/+1
* added a similiar patch to Daves solution to indicate if there are clients wit...arg@mig292006-11-221-8/+24
* returning to old bar colorization behavior, like sander proposed for consiste...arg@mig292006-11-211-1/+1
* applied Gottox patchesarg@mig292006-11-213-8/+6
* using iso10646 explicitely in arg's config.harg@mig292006-11-211-1/+1
* Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cfarg@mig292006-11-211-0/+1
* nah reverting to my prev style, that's really the best 2.2arg@mig292006-11-181-6/+6
* applying aluminium style for arg's config.harg@mig292006-11-181-6/+6
* applied Gottox' windowarea patcharg@mig292006-11-164-32/+32
* using a more blue-ish color...arg@mig292006-11-081-2/+2
* making the selected color more lightningarg@mig292006-11-081-1/+1
* next release will be 2.2arg@mig292006-11-031-1/+1
* applied Jukkas patcharg@mig292006-11-031-3/+7
* Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531arg@mig292006-11-021-0/+1
* renamed resizecol into resizemaster 2.1arg@mig292006-10-314-6/+6
* applied Gottox patch to simplify the resizing of col, instead of resizing the...arg@mig292006-10-313-20/+5
* Added tag 2.0 for changeset 12deea36603da407e3f32640048846a3bd74a9ecarg@mig292006-10-311-0/+1
* make sure that changing sx has no impact on snapping 2.0arg@mig292006-10-311-1/+1
* in a 1920x1200 setup 40 pixels of snap value are much better than 20arg@mig292006-10-301-1/+1
* fixed stupid bug of snap-to-screenarg@mig292006-10-301-4/+4
* changing snap priorityarg@mig292006-10-301-3/+3
* removed useless abs() callsarg@mig292006-10-301-2/+2
* added screen-border snapping in floating mode, feels quite wellarg@mig292006-10-303-0/+10
* and another fixarg@mig292006-10-272-3/+4
* applied sanders try2 patcharg@mig292006-10-274-7/+6
* applied sanders max size fixarg@mig292006-10-272-1/+5
/a> 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 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987