about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* calculate window/monitor intersectionConnor Lane Smith2011-11-061-15/+19
* honour fullscreen hint on mapConnor Lane Smith2011-11-061-56/+66
* testing Brians multiscreen issue fixanselm@garbe.us2011-11-041-9/+9
* make ewmh dialog windows floatChristoph Lohmann2011-11-021-1/+27
* allow 0 nmasterConnor Lane Smith2011-10-311-3/+5
* fix big-border corner caseConnor Lane Smith2011-10-301-1/+1
* added keyrelease remark to TODOgarbeam@gmail.com2011-10-291-0/+2
* improve tile spacingConnor Lane Smith2011-10-281-9/+12
* add nmaster binds to manpageConnor Lane Smith2011-10-261-2/+8
* apply nmaster patchConnor Lane Smith2011-10-252-21/+24
* apply resize hints in floating layoutConnor Lane Smith2011-10-251-1/+1
* hide clients to the left, not the rightConnor Lane Smith2011-10-251-1/+1
* applied Connors cleanup patch of Eckehards proposed fix of applyrules(), than...garbeam@gmail.com2011-08-151-20/+20
* applied Connors and Valentins patch to improve the unmapnotify handling of br...garbeam@gmail.com2011-08-081-2/+6
* applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugg...garbeam@gmail.com2011-07-293-5/+56
* applied anonymous code cleanup patchgarbeam@gmail.com2011-07-271-13/+9
* added a marker for the flash fullscreen issuegarbeam@gmail.com2011-07-241-0/+1
* changed sleep 20 into sleep 1 in example script as suggested by Snader_LBgarbeam@gmail.com2011-07-202-2/+2
* applied Connors aesthitic buf fix in tile(), thanksgarbeam@gmail.com2011-07-201-2/+2
* applied Peters magic float mode bugfixgarbeam@gmail.com2011-07-201-1/+0
* applied lolilolicon's floating center patch, further investigation wrt his se...garbeam@gmail.com2011-07-201-2/+2
* thanks to recursions on IRC for his remarkgarbeam@gmail.com2011-07-201-4/+12
* Added tag 5.9 for changeset dd74622a4785garbeam@gmail.com2011-07-101-0/+1
* enabled release flags 5.9garbeam@gmail.com2011-07-101-4/+4
* applied Peters wintoclient/wintomon optimisation in enternotify()garbeam@gmail.com2011-07-101-3/+4
* removed unneeded offset recalculation, thanks Jukka, let's see if this breaks...garbeam@gmail.com2011-07-101-2/+2
* undo the focus optimisation patch for 5.9garbeam@gmail.com2011-07-101-7/+2
* applied Peters two patches, please test hg tip, if nothing breaks this is 5.9garbeam@gmail.com2011-07-091-2/+7
* applied Garys patch in a slightly modified waygarbeam@gmail.com2011-07-021-1/+1
* applied Nicolas Capit's patch as interim solution until the multiscreen suppo...garbeam@gmail.com2011-07-011-1/+1
* fixed scroll lock (thanks bogdan)Connor Lane Smith2011-06-271-1/+1
* fix numlock (thanks mikhail)Connor Lane Smith2011-06-271-1/+1
* making enternotify less focus hungrygarbeam@gmail.com2011-06-252-21/+4
* applied Andreas Amann's patch from Oct 2010, thanksgarbeam@gmail.com2011-06-241-1/+1
* applied Rudys barwidth patch, thanks Rudygarbeam@gmail.com2011-06-171-1/+3
* don't check for monocle layout in zoom() exit conditiongarbeam@gmail.com2011-06-141-1/+0
* Thanks for the pedantic review :)garbeam@gmail.com2011-06-141-1/+1
* fixing some minor issues, next week is dwm-5.9 release timegarbeam@gmail.com2011-06-113-4/+4
* rm draw.c from 5.9 branchConnor Lane Smith2011-06-042-211/+0
* fix typoConnor Lane Smith2011-06-041-1/+1
* cleaner drawingConnor Lane Smith2011-06-041-16/+6
* update draw.cConnor Lane Smith2011-05-211-5/+5
* added draw.h, draw.cConnor Lane Smith2011-05-202-0/+211
* applied Evil_Bobs cleanup patchAnselm R Garbe2011-05-121-12/+12
* applied another minor change to the READMEAnselm R Garbe2011-04-271-5/+3
* applied Thomas' README patchAnselm R Garbe2011-04-271-1/+2
* applied Jack's mplayer fullscreen patchAnselm R Garbe2011-04-261-2/+4
* missed declarationAnselm R Garbe2011-04-151-1/+2
* minor fix of the NetActiveWindow multi-monitor flaw, slight rearrangementAnselm R Garbe2011-04-151-53/+54
* applied Peter/Andreas NetActiveWindow patch in a slightly modified versionAnselm R Garbe2011-04-141-9/+22
id='n568' href='#n568'>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