about summary refs log tree commit diff stats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* corrected order of cleanup code Anselm R.Garbe2006-08-161-1/+1
|
* we close stdin as wellAnselm R.Garbe2006-08-161-3/+4
|
* extended cleanupAnselm R.Garbe2006-08-151-0/+7
|
* applied jk_to_tab patchAnselm R.Garbe2006-08-151-2/+1
|
* changed main event loopAnselm R.Garbe2006-08-151-10/+7
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-141-7/+19
|
* changed order of selecting input at root windowAnselm R.Garbe2006-08-141-4/+4
|
* removed unneecessary crapAnselm R.Garbe2006-08-141-1/+0
|
* some other small fixesAnselm R.Garbe2006-08-141-8/+8
|
* removed ungrabkeys again (because of sander's mail)Anselm R.Garbe2006-08-141-1/+0
|
* implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe2006-08-141-0/+1
|
* supplying NULL args in selectAnselm R.Garbe2006-08-141-1/+1
|
* reducing ConnectionNumber calls to a bare minimumAnselm R.Garbe2006-08-141-4/+5
|
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe2006-08-111-3/+3
| | | | view... updated man page (works great!) nice feature
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-111-1/+3
|
* prepared 0.8 0.8Anselm R.Garbe2006-08-101-0/+1
|
* readded border color, this sucks leastAnselm R.Garbe2006-08-101-0/+1
|
* removed unnecessary border colorAnselm R.Garbe2006-08-101-1/+0
|
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-081-1/+0
|
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-081-0/+1
|
* applied Sanders tiny patchesAnselm R.Garbe2006-08-081-1/+2
|
* small fix of a commentarg@10ksloc.org2006-08-071-1/+1
|
* changed getproto, maybe that might fix the killclient issue reported on the listarg@10ksloc.org2006-08-071-2/+3
|
* slight fixarg@10ksloc.org2006-08-051-3/+2
|
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-041-0/+1
|
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org2006-08-031-0/+3
| | | | rest is calculated correctly, rules take an int array for the tags
* made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org2006-08-021-7/+8
| | | | make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
* dwm is now exit, if stdin is closed due broken pipearg@10ksloc.org2006-08-021-8/+5
|
* renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org2006-08-011-1/+1
|
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-011-3/+1
|
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-211-1/+2
|
* simplified main.c, switching back to single urxvt usagearg@10ksloc.org2006-07-211-27/+13
|
* added yet another CUTOMIZE tagarg@10ksloc.org2006-07-201-0/+2
|
* cleaned up codearg@10ksloc.org2006-07-201-27/+16
|
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-191-1/+1
|
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-181-0/+1
|
* using EXIT_stuff in exit() nowAnselm R. Garbe2006-07-181-5/+4
|
* ordered variables in structs and source files alphabeticallyAnselm R. Garbe2006-07-171-20/+18
|
* fixed XSync handling and finished man pageAnselm R. Garbe2006-07-151-1/+1
|
* changing XFlush into XSyncAnselm R. Garbe2006-07-151-2/+2
|
* sanitized other stuffAnselm R. Garbe2006-07-151-13/+12
|
* proceeded with cleaning up, sorting functions, etcAnselm R. Garbe2006-07-151-42/+29
|
* rearranged several stuffAnselm R. Garbe2006-07-151-56/+56
|
* sanitized namesAnselm R. Garbe2006-07-141-14/+14
|
* rearrangedAnselm R. Garbe2006-07-141-1/+1
|
* if stdin writer stops working, dwm consumed much IO load because it still ↵Anselm R. Garbe2006-07-141-3/+7
| | | | tried to select on this fd, fixed
* removed a bottleneckAnselm R. Garbe2006-07-141-6/+8
|
* small fixAnselm R. Garbe2006-07-141-1/+1
|
* made stdin reader more robustAnselm R. Garbe2006-07-141-5/+13
|
* implemented dwm reading status text from stdin Anselm R. Garbe2006-07-141-6/+28
|
ref='#n848'>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 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075