about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe2007-02-229-63/+63
* hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe2007-02-221-1/+1
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-221-15/+15
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-221-9/+7
* nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe2007-02-222-3/+3
* using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe2007-02-222-6/+6
* simplified focusclient()Anselm R. Garbe2007-02-221-10/+6
* renamed versatile into untiledAnselm R. Garbe2007-02-229-51/+51
* merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe2007-02-224-26/+21
* made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe2007-02-221-12/+11
* oopsAnselm R. Garbe2007-02-221-2/+2
* small bugfixAnselm R. Garbe2007-02-222-9/+15
* fixed some issues due to the Arg->const char * transitionAnselm R. Garbe2007-02-222-9/+10
* restoring default keybindings as Sander complainedAnselm R. Garbe2007-02-222-8/+8
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe2007-02-229-185/+190
* re-added xterm to config.default.hAnselm R. Garbe2007-02-221-0/+1
* removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe2007-02-222-14/+0
* fixed order of key bindings described in dwm.1Anselm R. Garbe2007-02-221-5/+5
* status needs update even in togglemax() - since we got an indicator for thisAnselm R. Garbe2007-02-221-0/+1
* reusing drawsquare for client title, empty square before title means versatil...Anselm R. Garbe2007-02-222-24/+6
* dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe2007-02-222-6/+31
* nah grouped keybindings by contextAnselm R. Garbe2007-02-222-47/+46
* fixed exit condition in togglemax()Anselm R. Garbe2007-02-221-1/+1
* fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe2007-02-221-0/+2
* several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe2007-02-2210-183/+184
* just ignore the FD_ISSET check in main.c of xfd, just call XPending (which do...Anselm R. Garbe2007-02-211-6/+5
* optimizing background color of terminalsAnselm R. Garbe2007-02-211-1/+1
* using 333 as background, hey proggyclean is really goodAnselm R. Garbe2007-02-211-1/+1
* switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ...Anselm R. Garbe2007-02-211-1/+1
* using smaller fontAnselm R. Garbe2007-02-211-1/+1
* using a green selborderAnselm R. Garbe2007-02-211-1/+1
* reverting to bg 555Anselm R. Garbe2007-02-212-2/+2
* s/555/357/ for SELCOLORAnselm R. Garbe2007-02-211-1/+1
* switching to urxvtcd for the moment (the uxterm flicker makes me headaches, s...Anselm R. Garbe2007-02-211-1/+1
* Added tag 3.6.1 for changeset 20ec6976cee1Anselm R. Garbe2007-02-211-0/+1
* creating 3.6.1 3.6.1Anselm R. Garbe2007-02-211-1/+1
* reverted accidental removal of sx, syAnselm R. Garbe2007-02-212-5/+6
* removed some global vars which should be static insteadAnselm R. Garbe2007-02-212-8/+7
* moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe2007-02-213-50/+50
* cleaned up and commented the config.*.hAnselm R. Garbe2007-02-213-31/+35
* Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928bAnselm R. Garbe2007-02-211-0/+1
* fixed quoting and a comment 3.6Anselm R. Garbe2007-02-212-2/+2
* renamed setfont to initfont, getcolor to initcolorAnselm R. Garbe2007-02-201-29/+29
* fixed orderAnselm R. Garbe2007-02-201-11/+11
* added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe2007-02-204-133/+144
* separating drawsquare from drawtext, made drawtext externAnselm R. Garbe2007-02-202-49/+65
* rechecked with OpenBSDAnselm R. Garbe2007-02-201-0/+1
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-204-152/+160
* using eprint instead of fputsAnselm R. Garbe2007-02-191-6/+3
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-195-21/+29
'>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