about summary refs log tree commit diff stats
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: add Chris DownHiltjo Posthuma2022-04-261-0/+1
|
* Prepare 6.2 release. 6.2Anselm R Garbe2019-02-021-1/+1
|
* yet another cleanupAnselm R Garbe2017-05-081-1/+1
| | | | | The previous patches introduced some unclean space-based indentation patterns. This patch fixes them.
* cleanupMarkus Teich2017-03-281-1/+1
| | | | | | | | | | | | | | - unify multi-line expression alignment style. - unify multi-line function call alignment style. - simplify client moving on monitor count decrease. - clarify comment for focusin(). - remove old confusing comment about input focus fix in focusmon(). The explanation is already in the old commit message, so no need to keep it in the code. - remove old comment describing even older state of the code in focus(). - unify comment style. - break up some long lines. - fix some typos and grammar.
* LICENSE: update peopleQuentin Rameau2016-11-151-6/+10
|
* applied Hiltjo's resize/move limitationAnselm R Garbe2014-08-111-0/+1
| | | | | | "Limit the amount of updates when resizing or moving a window in floating mode to 60 times per second. This makes resizing and moving alot smoother and by limiting it it also uses alot less resources on my machine.
* updated copyright notice in LICENSE fileAnselm R Garbe2014-05-291-1/+1
|
* applied Eckehard Berns barwin leak fix and his suggestion to deal with ↵anselm@garbe.us2012-01-121-1/+1
| | | | restack() -- the latter aspect needs further investigation.
* applied Peter Hartlichs nice interim Xinerama and map fix patches, for ↵garbeam@gmail.com2011-07-291-3/+4
| | | | debugging purposes I also added his transient test driver
* fixing some minor issues, next week is dwm-5.9 release timegarbeam@gmail.com2011-06-111-2/+2
|
* removed DEBUG code and added 2010 to the copyright list 5.8anselm@garbe.us2010-05-271-1/+1
|
* applied Jukka's sigchld patchAnselm R Garbe2009-08-161-1/+1
|
* applied Mate's patch, added Mate to LICENSEAnselm R Garbe2009-07-061-0/+1
|
* updated year rangesAnselm R Garbe2009-06-301-3/+3
|
* fixed an issue reported by Nibble, also fixed s/2008/2009/ 5.4.1a@null2009-02-081-1/+1
|
* re-applied Neale's spawn patch, credited Neale in LICENSEa@null2008-12-121-0/+1
|
* applied Peter Hartlich's initmodmap patchAnselm R Garbe2008-08-231-0/+1
|
* applied Martin Hurton's movemouse() patchAnselm R Garbe2008-08-181-0/+1
|
* removed trailing spaces reported by SoleenAnselm R Garbe2008-06-111-9/+9
|
* fixed Gottox' mail addressanselm@anselm12008-02-221-1/+1
|
* well typo fixAnselm R Garbe2008-02-221-1/+1
|
* added Gottox to Copyright holders after all his contributions, applied his ↵Anselm R Garbe2008-02-221-2/+3
| | | | last patch
* changed arrange functions to contain the Monitor as first argumentAnselm R Garbe2008-02-211-1/+1
|
* proceeded with multihead/Xinerama supportanselm@anselm12007-12-221-0/+1
|
* Jukka also belongs to Copyright holders after all he has contributed and ↵Anselm R. Garbe2007-05-301-0/+1
| | | | done for dwm, updated -v as well
* added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe2007-05-291-0/+1
|
* added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe2007-05-291-0/+1
|
* I used 2006 in other places as wellAnselm R. Garbe2007-04-131-1/+1
|
* making Copyright notices more compactAnselm R. Garbe2007-04-131-2/+2
|
* correctionsarg@mig292007-01-021-2/+2
|
* next version will contain updated copyright noticearg@mig292007-01-021-2/+2
|
* added Sander to LICENSE (since he has contributed/revised big portions)Anselm R.Garbe2006-08-141-0/+1
|
* initial importAnselm R. Garbe2006-07-101-0/+21
id='n628' href='#n628'>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