about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* removed finished messageAnselm R.Garbe2006-08-141-1/+0
* added mappingnotify event for kb refreshesAnselm R.Garbe2006-08-141-0/+12
* removed unneecessary crapAnselm R.Garbe2006-08-142-7/+1
* applied the saner patch (removed the pathetic one)Anselm R.Garbe2006-08-141-7/+3
* pplied Sanders appendtag patchAnselm R.Garbe2006-08-142-2/+12
* some other small fixesAnselm R.Garbe2006-08-142-10/+12
* removed ungrabkeys again (because of sander's mail)Anselm R.Garbe2006-08-143-18/+0
* fixed string cuttingAnselm R.Garbe2006-08-141-6/+6
* fixed a core dumpAnselm R.Garbe2006-08-142-3/+4
* implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe2006-08-143-0/+18
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-146-34/+81
* fixed string cutting in draw.cAnselm R.Garbe2006-08-141-2/+10
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-143-4/+9
* removed viewnext/viewprevAnselm R.Garbe2006-08-146-65/+9
* supplying NULL args in selectAnselm R.Garbe2006-08-141-1/+1
* reducing ConnectionNumber calls to a bare minimumAnselm R.Garbe2006-08-141-4/+5
* updated man page, added CAVEATS sectionAnselm R.Garbe2006-08-131-7/+14
* made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe2006-08-135-19/+19
* implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe2006-08-118-68/+100
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-116-17/+48
* after some days of experimenting with grey background, I finally give up and ...Anselm R.Garbe2006-08-111-4/+4
* applied Sanders fixes to dwm.1Anselm R.Garbe2006-08-111-4/+5
* fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason)Anselm R.Garbe2006-08-111-3/+7
* simplified drawtextAnselm R.Garbe2006-08-111-21/+14
* updated dwm(1)Anselm R.Garbe2006-08-111-0/+14
* upgraded version infoAnselm R.Garbe2006-08-111-1/+1
* applied Sander's patch as wellAnselm R.Garbe2006-08-111-2/+1
* realized that client focussing through the bar is pretty useless, better is s...Anselm R.Garbe2006-08-111-5/+5
* implemented focusprev on button1 press in the bar, and focusnext on button3 p...Anselm R.Garbe2006-08-111-2/+6
* simplified unmanageAnselm R.Garbe2006-08-111-7/+2
* removed the if(clients) check from popping codeAnselm R.Garbe2006-08-111-2/+1
* added dwm faviconAnselm R.Garbe2006-08-102-0/+1
* applied Sanders zoom_update patchAnselm R.Garbe2006-08-102-3/+2
* respecting inc hints in floating mode on togglemaxAnselm R.Garbe2006-08-101-1/+1
* reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe2006-08-101-1/+1
* togglemax repects inc-hints (this way gvim can be toggle'maxed as well)Anselm R.Garbe2006-08-101-1/+1
* applied grammar correction by ILFAnselm R.Garbe2006-08-101-1/+1
* Added tag 0.8 for changeset cd15de32e173f8ce97bfe1c9b6607937b59056b4Anselm R.Garbe2006-08-101-0/+1
* prepared 0.8 0.8Anselm R.Garbe2006-08-102-2/+3
* updated htmlAnselm R.Garbe2006-08-101-2/+2
* fixed the issue reported by sander (gaps at left columns button due to round-...Anselm R.Garbe2006-08-101-1/+4
* applied sumik's multihead patchAnselm R.Garbe2006-08-103-6/+13
* applied sander's patchAnselm R.Garbe2006-08-102-14/+18
* readded border color, this sucks leastAnselm R.Garbe2006-08-105-14/+26
* drawing border with fg colorAnselm R.Garbe2006-08-101-1/+14
* removed unnecessary border colorAnselm R.Garbe2006-08-105-25/+0
* swapping my default colors (bg with fg)Anselm R.Garbe2006-08-101-2/+2
* made terminals darker, that is better indeedAnselm R.Garbe2006-08-101-1/+1
* disallow zoom on maximized clientsAnselm R.Garbe2006-08-104-21/+8
* added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe2006-08-091-0/+2
argin -> left/right coordinates' href='/akkartik/view.love/commit/main_tests.lua?id=3b36093553920fb2548332e983a32aa6fe218fd2'>3b36093 ^
13f67fa ^
bfbe73e ^

















2a0a770 ^



13f67fa ^
bfbe73e ^

d009390 ^
3b36093 ^
d009390 ^
8bbc1ff ^

b700021 ^
d009390 ^



















2a0a770 ^
d009390 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150