about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* it's debug season for upcoming dwm 5.8, so only use this if you really want t...Anselm R Garbe2010-03-313-8/+37
* another bug reportAnselm R Garbe2009-11-251-0/+9
* removed misleading comment, thanks Romain BertrandAnselm R Garbe2009-11-241-1/+1
* added nsz's last bug corner caseAnselm R Garbe2009-11-231-0/+6
* added BUGS, next version is 5.8Anselm R Garbe2009-10-312-1/+32
* Added tag 5.7.2 for changeset 15761ac5e2f1Anselm R Garbe2009-09-271-0/+1
* applied Ryan Zheng's patch and re-releasing 5.7.2 5.7.2Anselm R Garbe2009-09-272-4/+3
* Added tag 5.7.1 for changeset 48c3f87c335dAnselm R Garbe2009-09-271-0/+1
* fixed the layout symbol bug reported by Nibble (but using a different approac... 5.7.1Anselm R Garbe2009-09-272-29/+39
* Added tag 5.7 for changeset 257403d4cd96Anselm R Garbe2009-09-261-0/+1
* switching to release flags 5.7Anselm R Garbe2009-09-221-4/+4
* implemented nn < n case, k-zed please recheckAnselm R Garbe2009-09-221-14/+30
* use buffer instead of pointer for mon->ltsymbolAnselm R Garbe2009-09-221-8/+5
* added missing scanAnselm R Garbe2009-09-221-0/+1
* implemented different version of updategeomAnselm R Garbe2009-09-212-153/+89
* added TODO to updategeom in order to implement a decent version of it soonAnselm R Garbe2009-09-191-0/+34
* new experimental updategeom() additions that should avoid several problems wi...Anselm R Garbe2009-09-181-24/+77
* implemented dynamic layout symbol stuffAnselm R Garbe2009-09-162-27/+25
* applied Tony Lainson's config.def.h patchAnselm R Garbe2009-09-151-3/+2
* updateAnselm R Garbe2009-09-081-0/+1
* hard-core destructionAnselm R Garbe2009-09-081-2/+8
* renaming isdestroyed into destroyedAnselm R Garbe2009-09-081-3/+3
* sync when a client is being killedAnselm R Garbe2009-09-081-0/+1
* added isdestroyed flag to unmanageAnselm R Garbe2009-09-081-15/+16
* always updategeom when root is configurednsz@tpx2009-09-071-1/+1
* another small optimisationAnselm R Garbe2009-08-181-1/+1
* also update title if the client is on an unfocused monitorAnselm R Garbe2009-08-181-1/+1
* applied nsz's dwm.1 patch, also added wmnameAnselm R Garbe2009-08-161-5/+11
* applied Jukka's cosmetic patchAnselm R Garbe2009-08-161-9/+9
* applied Jukka's sigchld patchAnselm R Garbe2009-08-162-3/+3
* added merged patch of anydot and NealeAnselm R Garbe2009-08-131-3/+7
* fixed nn declarationAnselm R Garbe2009-07-272-2/+3
* Added tag 5.6.1 for changeset e47a47bd3ed4Anselm R Garbe2009-07-261-0/+1
* applied nsz patch 5.6.1Anselm R Garbe2009-07-211-1/+1
* updategeom fix for same geom screensAnselm R Garbe2009-07-212-2/+7
* applied nsz' man page comment, thanks!Anselm R Garbe2009-07-201-2/+4
* mergeAnselm R Garbe2009-07-201-14/+6
|\
| * mergeAnselm R Garbe2009-07-182-5/+5
| |\
| * | applied nsz' dwm.1 fixes, thanks Szabolcs!Anselm R Garbe2009-07-181-14/+6
* | | removed Standard input hintAnselm R Garbe2009-07-201-1/+1
| |/ |/|
* | removed misleading commentAnselm R Garbe2009-07-171-2/+2
* | mergeAnselm R Garbe2009-07-171-0/+1
|\|
| * Added tag 5.6 for changeset 555070221577Anselm R Garbe2009-07-141-0/+1
* | it's all nsz's hard investigation effort, hail nsz! ;)Anselm R Garbe2009-07-172-5/+5
|/
* final style fixes 5.6Anselm R Garbe2009-07-141-15/+13
* removed int cast in TAGMASK as suggested by nszAnselm R Garbe2009-07-141-1/+1
* some stylistic changesAnselm R Garbe2009-07-141-9/+8
* removed obsolete BUGAnselm R Garbe2009-07-131-6/+0
* mark broken clients as brokenanselm@x200s.config2009-07-121-2/+8
* fixing updatetitleanselm@x200s.config2009-07-121-1/+1
'>
4a943d4e ^








d1df4aca ^


4a943d4e ^





83c67014 ^
4a943d4e ^



83c67014 ^
4a943d4e ^









d1df4aca ^







4a943d4e ^





83c67014 ^
4a943d4e ^



83c67014 ^
4a943d4e ^









d1df4aca ^




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
151
152
153
154
155