about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* changed arg's color schemearg@mig292007-01-022-6/+6
* correctionsarg@mig292007-01-0210-12/+12
* next version will contain updated copyright noticearg@mig292007-01-0213-15/+15
* Added tag 2.8 for changeset 107719a9ce3bd0c79f9f1f626596eb338a276561arg@mig292007-01-021-0/+1
* fixed cleanup, using clients instead of sel 2.8arg@mig292007-01-021-3/+3
* changed comment of updatesizehintsarg@mig292007-01-021-1/+1
* renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig292007-01-013-4/+4
* small simplification to dotile() (thx to Ross for this hint)arg@mig292006-12-201-6/+5
* migrated arg's config.h to new dmenu command line optionsarg@mig292006-12-191-2/+2
* added Solaris hintsarg@mig292006-12-181-1/+6
* Added tag 2.7 for changeset 21951c0dfbae5af68ed77821a4d87253ee91803farg@mig292006-12-141-0/+1
* applied Sanders patch 2.7arg@mig292006-12-131-3/+3
* fixed man page, status bar displays EOF instead of "broken pipe"arg@mig292006-12-131-1/+1
* added the java odyssee to CAVEATS sectionarg@mig292006-12-131-2/+10
* removed Client->gravarg@mig292006-12-122-5/+0
* removed gravitate for the momentarg@mig292006-12-113-57/+1
* disabling configure() during resizearg@mig292006-12-111-1/+1
* made gravitate effectless, waiting for complains ;)arg@mig292006-12-111-0/+1
* fixed diagnostic error messagearg@mig292006-12-081-1/+1
* removed the hardcoded fixed fallback, it is useless in non-Latin1 environmentsarg@mig292006-12-082-5/+2
* we don't use the term clients anymore, windows is the better termarg@mig292006-12-071-1/+1
* Added tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778arg@mig292006-12-071-0/+1
* found compromise for fonts 2.6arg@mig292006-12-072-2/+2
* nah, people should define 'fixed' to be compatible with their localearg@mig292006-12-071-1/+1
* using a UTF-8 capable fixed fontarg@mig292006-12-071-1/+1
* switching to uxterm again, I get kretze from this urxvt craparg@mig292006-12-071-1/+1
* with this patch everything works fine for mearg@mig292006-12-072-5/+3
* don't use Xlocale crap, let's use locale.h insteadarg@mig292006-12-071-1/+1
* using the portable Xmb+UTF-8 way of life, will see if this works well...arg@mig292006-12-071-2/+4
* improved the memory leak preventionarg@mig292006-12-061-1/+4
* making terminus more explicit a regular font (otherwise olique font might be ...arg@mig292006-12-051-1/+1
* also setting LC_CTYPE onlyarg@mig292006-12-051-1/+1
* enforcing using fontsets even if they are incomplete for some encodingsarg@mig292006-12-052-5/+1
* Added tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58earg@mig292006-12-041-0/+1
* hotfix of a serious crashing bug 2.5.1arg@mig292006-12-043-3/+5
* Added tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045arg@mig292006-12-041-0/+1
* applied Manuel's regex patch 2.5arg@mig292006-12-031-3/+3
* made squares equally sized, and 1px biggerarg@mig292006-12-011-5/+5
* if client is focused, the emptysquare don't needs to be drawedarg@mig292006-12-011-3/+3
* and the winner isarg@mig292006-12-012-14/+20
* sander1 proposalarg@mig292006-12-011-7/+15
* doodarg@mig292006-12-011-8/+9
* darkening the fg colors somewhatarg@mig292006-12-011-2/+2
* less obtrusive indicator (only a top line)arg@mig292006-12-012-18/+5
* final2 indicatorarg@mig292006-12-012-9/+13
* removing the -1 on final indicators, looks cleanerarg@mig292006-12-011-3/+3
* final indicatorsarg@mig292006-12-012-4/+3
* changed things like I described in last mailarg@mig292006-12-011-15/+11
* improved tag indicatorarg@mig292006-12-011-6/+14
* removed viewall signature from dwm.harg@mig292006-11-301-1/+0
'>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