about summary refs log tree commit diff stats
path: root/view.c
Commit message (Collapse)AuthorAgeFilesLines
* hotfix of a serious crashing bug 2.5.1arg@mig292006-12-041-1/+2
|
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig292006-11-301-10/+1
| | | | with all tags (new key combo MODKEY-Shift-0)
* togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig292006-11-281-1/+1
|
* applied Szabolcs Nagy's patch (thank you!)arg@mig292006-11-271-1/+1
|
* applied patch by Jukkaarg@mig292006-11-271-1/+1
|
* added togglefloat to hg tip (i consider this useful for some cases), using ↵arg@mig292006-11-271-0/+8
| | | | MODKEY-Shift-space as shortcut
* fifififarg@mig292006-11-221-33/+0
|
* applied Gottox' windowarea patcharg@mig292006-11-161-23/+17
|
* applied Jukkas patcharg@mig292006-11-031-3/+7
|
* renamed resizecol into resizemaster 2.1arg@mig292006-10-311-1/+1
|
* applied Gottox patch to simplify the resizing of col, instead of resizing ↵arg@mig292006-10-311-17/+2
| | | | the current area, it only resizes the master area in the future (seems more predictable)
* applied sanders try2 patcharg@mig292006-10-271-2/+1
|
* applied sanders max size fixarg@mig292006-10-271-0/+4
|
* hotfixAnselm R. Garbe2006-10-061-1/+2
|
* do* has no Arg arument anymore (never called directly) 1.9Anselm R. Garbe2006-10-061-9/+9
|
* code polishing, removed unnecessary newlinesAnselm R. Garbe2006-10-061-14/+4
|
* yet another small fix and simplification of dotileAnselm R. Garbe2006-10-061-18/+10
|
* removed the stack position stuffAnselm R. Garbe2006-10-051-58/+13
|
* small boundary check fixAnselm R. Garbe2006-10-051-2/+2
|
* changing MASTER value from percent into per millAnselm R. Garbe2006-10-051-2/+2
|
* simplified dotile(), removed misleading line 1.8Anselm R. Garbe2006-10-051-2/+3
|
* keep master ratio on resizecol -> arrangeAnselm R. Garbe2006-10-051-14/+10
|
* yet another simplification of dotile()Anselm R. Garbe2006-10-051-30/+25
|
* simplified dotile()Anselm R. Garbe2006-10-051-36/+20
|
* applied resizecol fix by JukkaAnselm R. Garbe2006-10-051-2/+4
|
* removed useless updatemasterAnselm R. Garbe2006-09-291-6/+1
|
* fixed small offset issueAnselm R. Garbe2006-09-291-1/+1
|
* fixed the z-layer issue described on mailinglistAnselm R. Garbe2006-09-291-1/+8
|
* removed the direction flippingAnselm R. Garbe2006-09-291-60/+18
|
* small fix of a corner caseAnselm R. Garbe2006-09-291-1/+1
|
* added the new dotile as described on mlAnselm R. Garbe2006-09-291-30/+98
|
* prelim of dotile()Anselm R. Garbe2006-09-291-37/+67
|
* first step to a more flexible dotile() algorithmAnselm R. Garbe2006-09-291-27/+31
|
* renamed column into areaAnselm R. Garbe2006-09-281-0/+18
|
* applied Jukkas patchAnselm R. Garbe2006-09-281-11/+11
|
* applied sanders jukka patcharg@mmvi2006-09-251-5/+3
|
* applied Jukkas patcharg@mmvi2006-09-251-3/+3
|
* removed all dotile checksarg@mmvi2006-09-221-3/+3
|
* applied Jukkas remark (dunno if this is correct though)arg@mmvi2006-09-221-2/+2
|
* applied jukkas patcharg@mmvi2006-09-221-8/+4
|
* hotfixarg@mmvi2006-09-221-5/+5
|
* small change to achieve Jukka's last proposalarg@mmvi2006-09-221-13/+32
|
* fixed issue pointed out by Jukkaarg@mmvi2006-09-221-4/+4
|
* implemented the maximization as I described on the mailinglist, this feels ↵arg@mmvi2006-09-221-6/+17
| | | | better to me.
* removed useless inclusionAnselm R. Garbe2006-09-141-1/+0
|
* removed a bunch of lines through making function signatures more consistent ↵Anselm R. Garbe2006-09-121-32/+16
| | | | with my style ( { does not belong to a new line, if function args are single-lined)
* applied sanders patch of not manipulating sel 1.5Anselm R. Garbe2006-09-081-4/+4
|
* using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe2006-09-071-5/+9
|
* this patch keeps track of global z-layer order of clients which are floating ↵Anselm R. Garbe2006-09-061-12/+7
| | | | or if floating mode is enabled
* no this is betterAnselm R. Garbe2006-09-061-4/+11
|
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 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127