about summary refs log tree commit diff stats
path: root/event.c
Commit message (Expand)AuthorAgeFilesLines
* Button3 click on mode label toggles stack position nowAnselm R. Garbe2006-10-051-0/+2
* added the new dotile as described on mlAnselm R. Garbe2006-09-291-2/+3
* I changed sanders patch to fix the ff issue to be simplier, though it needs t...Anselm R. Garbe2006-09-291-3/+2
* first step to a more flexible dotile() algorithmAnselm R. Garbe2006-09-291-1/+4
* fixing the settags issue, preparing 1.7.1 1.7.1Anselm R. Garbe2006-09-271-0/+1
* removed an unused vararg@zarathustra2006-09-261-1/+0
* removed useless debug infoarg@mmvi2006-09-261-4/+0
* added configure(), but this doesn't really fix those frking broken SDL appsarg@mmvi2006-09-261-13/+8
* slight change of event handling orderarg@mmvi2006-09-251-6/+6
* simplified mouse resizalsarg@mmvi2006-09-251-43/+16
* applied sanders jukka patcharg@mmvi2006-09-251-5/+1
* applied Jukkas patcharg@mmvi2006-09-251-4/+4
* ismax toggling on mouse based actionarg@mmvi2006-09-221-0/+2
* patched resizemouse according to sanders remarkarg@mmvi2006-09-221-2/+2
* sander check thisarg@mmvi2006-09-221-19/+37
* implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi2006-09-221-2/+2
* added visibility check to enternotify as well 1.6arg@mmvi2006-09-151-1/+1
* removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe2006-09-121-37/+22
* small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe2006-09-111-2/+2
* applied Sanders max_and_focus.patchAnselm R. Garbe2006-09-041-4/+4
* simplified buttonpressAnselm R. Garbe2006-09-011-23/+12
* applied sanders patchAnselm R. Garbe2006-09-011-5/+8
* implemented Button2 press on tags for toggletag on the focused clientAnselm R. Garbe2006-08-311-2/+9
* simplified configurerequestAnselm R. Garbe2006-08-291-25/+22
* now dwm enforces max screen size also in tiled mode on non-floating clients w...Anselm R. Garbe2006-08-291-13/+14
* fixedAnselm R. Garbe2006-08-291-1/+3
* configurenotify remembers max geom now, and restores this if necessary, howev...Anselm R. Garbe2006-08-291-1/+11
* applied sanders focus_ patchesAnselm R. Garbe2006-08-281-1/+1
* applied sanders somepatches.patchAnselm R. Garbe2006-08-281-2/+4
* trying a different configurationAnselm R. Garbe2006-08-251-13/+11
* changed symbols for float/tiled mode, added mouse-driven mode toggle to butto...Anselm R. Garbe2006-08-251-10/+12
* new color stuff/new rendering stuffAnselm R. Garbe2006-08-251-1/+3
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe2006-08-211-0/+2
* changed main event loopAnselm R.Garbe2006-08-151-0/+13
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-141-3/+3
* applied sanders man page patch, removed button2 from bar clickAnselm R.Garbe2006-08-141-3/+3
* fixedAnselm R.Garbe2006-08-141-1/+1
* remove unnecessary XSyncAnselm R.Garbe2006-08-141-1/+0
* added mappingnotify event for kb refreshesAnselm R.Garbe2006-08-141-0/+12
* removed unneecessary crapAnselm R.Garbe2006-08-141-6/+1
* pplied Sanders appendtag patchAnselm R.Garbe2006-08-141-0/+6
* some other small fixesAnselm R.Garbe2006-08-141-2/+4
* removed ungrabkeys again (because of sander's mail)Anselm R.Garbe2006-08-141-16/+0
* implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe2006-08-141-0/+16
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-141-3/+6
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-141-2/+5
* removed viewnext/viewprevAnselm R.Garbe2006-08-141-23/+9
* made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe2006-08-131-1/+1
* implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe2006-08-111-5/+2
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-111-1/+7
id='n582' href='#n582'>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