about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Anselm R. Garbe2007-02-2210-183/+184
| | | | zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
* just ignore the FD_ISSET check in main.c of xfd, just call XPending (which ↵Anselm R. Garbe2007-02-211-6/+5
| | | | does the same afair)
* 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
| | | | 12pt terminus which is too small or 14pt terminus which is too fat)
* 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, ↵Anselm R. Garbe2007-02-211-1/+1
| | | | st is really highest prio now)
* 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 ↵Anselm R. Garbe2007-02-213-50/+50
| | | | those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
* 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 ↵Anselm R. Garbe2007-02-204-152/+160
| | | | mixture of both)
* using eprint instead of fputsAnselm R. Garbe2007-02-191-6/+3
|
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-195-21/+29
|
* changed some odering in config*.hAnselm R. Garbe2007-02-192-20/+20
|
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ↵Anselm R. Garbe2007-02-195-16/+16
| | | | Rule->isversatile
* renames swim[ming] into versatileAnselm R. Garbe2007-02-197-64/+64
|
* renamed floating into swimming (this does not clash with C naming ↵Anselm R. Garbe2007-02-197-96/+96
| | | | conventions and fits better the fish symbol) - also in man page
* removed debug compile flagsAnselm R. Garbe2007-02-191-2/+2
|
* introduced Layout structAnselm R. Garbe2007-02-199-82/+115
|
* some more code polishingAnselm R. Garbe2007-02-191-1/+2
|
* forgot an extern declarationAnselm R. Garbe2007-02-192-1/+2
|
* bugfix of transient handlingAnselm R. Garbe2007-02-191-8/+8
|
* removed procevent, more refactoringAnselm R. Garbe2007-02-193-14/+6
|
* draw.c is useless (belongs to main.c now)Anselm R. Garbe2007-02-196-195/+178
|
* renamed view.c into screen.cAnselm R. Garbe2007-02-194-69/+67
|
* renamed manage.c to view.cAnselm R. Garbe2007-02-193-92/+92
|
* renamed Rule members, renamed RReg into RegexpsAnselm R. Garbe2007-02-191-17/+17
|
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-196-458/+434
|
* some more refactoringAnselm R. Garbe2007-02-193-47/+47
|
* added some new convenience functionsAnselm R. Garbe2007-02-194-30/+40
|
* some more refactoringAnselm R. Garbe2007-02-192-5/+5
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-198-141/+150
|
* simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe2007-02-192-16/+1
|
* fixed configurerequest according to Jukkas complainsAnselm R. Garbe2007-02-191-8/+9
|
* fixed configurerequest according to the problem Jukka reportedAnselm R. Garbe2007-02-191-11/+16
|
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 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099