about summary refs log tree commit diff stats
path: root/src/ui/occupantswin.c
Commit message (Expand)AuthorAgeFilesLines
* Add workaround for compiler warningMichael Vetter2020-02-141-1/+1
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add workaround for stupid compiler warningMichael Vetter2019-12-191-1/+1
* Add /occupants color commandMichael Vetter2019-12-191-4/+18
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
* Add occupants charMichael Vetter2019-05-021-0/+5
* Fix formatting for privileges onMichael Vetter2019-04-241-0/+4
* Occupantswin: handle newline correctlyMichael Vetter2019-04-241-6/+6
* Add occupants wrap optionMichael Vetter2019-04-241-2/+6
* Put occupants update into own functionMichael Vetter2019-04-231-0/+17
* Add occupants header charMichael Vetter2019-04-231-4/+31
* Adjust jid for occupants indentMichael Vetter2019-04-201-3/+11
* Allow setting occupants indent outside of MUCMichael Vetter2019-04-201-2/+0
* Add /occupants indent commandMichael Vetter2019-04-181-1/+12
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Tidy headersJames Booth2016-07-241-2/+2
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Added word wrap to roster panelJames Booth2015-11-221-6/+6
* Pass wrap boolean to win_sub_print()James Booth2015-11-221-6/+6
* Renamed subwin functionsJames Booth2015-11-221-6/+6
* Added /roster indent contactJames Booth2015-11-211-6/+6
* Applied coding style to src/ui/James Booth2015-10-251-1/+1
* Moved ui/windows -> window_listJames Booth2015-06-151-2/+2
* Added option to show jids in occupants panelJames Booth2015-04-121-5/+12
* Updated copyrightJames Booth2015-02-101-1/+1
* Removed function pointersJames Booth2014-12-221-8/+2
* Use class instead of base pointerJames Booth2014-12-211-1/+1
* Refactored all window recipients and typesJames Booth2014-12-201-1/+1
* Tidy occupantswin.cJames Booth2014-12-161-40/+19
* Added occupantswin.cJames Booth2014-12-161-0/+147
revious revision' href='/danisanti/profani-tty/blame/src/tray.c?id=5ddde3e59ac7e789213a15f52b6161da8d6bc127'>^
718a708b ^
a2726b6a ^
4abdad03 ^



82de077b ^



697db019 ^
4abdad03 ^
82de077b ^
4abdad03 ^
a2726b6a ^
a3a73cf0 ^
74e06116 ^
a2726b6a ^
74e06116 ^
82de077b ^


74e06116 ^
a2726b6a ^
82de077b ^
a2726b6a ^
82de077b ^

e43f3e95 ^
697db019 ^
e43f3e95 ^
82de077b ^

697db019 ^
72856f9b ^
697db019 ^
e43f3e95 ^
82de077b ^


697db019 ^
82de077b ^

697db019 ^
82de077b ^
b300fa5b ^
82de077b ^


697db019 ^
718a708b ^

520eee23 ^





697db019 ^

dc0c3cc6 ^

697db019 ^
dc0c3cc6 ^




d00615be ^




dc0c3cc6 ^
d00615be ^









dc0c3cc6 ^

697db019 ^
dc0c3cc6 ^

697db019 ^
de65f505 ^

12727744 ^
de65f505 ^





de65f505 ^

12727744 ^
de65f505 ^
20a0313d ^

de65f505 ^










12727744 ^
de65f505 ^

12727744 ^
de65f505 ^
12727744 ^

de65f505 ^


c6a6e3a5 ^






90042602 ^





c6a6e3a5 ^
12727744 ^
dc0c3cc6 ^
718a708b ^
697db019 ^
20a0313d ^
c6a6e3a5 ^

dc0c3cc6 ^

697db019 ^
12727744 ^
dc0c3cc6 ^
697db019 ^
dc0c3cc6 ^

92a50000 ^
dc0c3cc6 ^


520eee23 ^
1e60d17d ^
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228