about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate download IDs.IsaacM882023-03-091-2/+2
* Fix quote and url autocompletion for MAM and historyMarcoPolo-PasTonMolo2023-02-131-0/+5
* fix more memory leaksSteffen Jaeckel2023-01-181-1/+1
* Update copyright yearMichael Vetter2023-01-101-1/+1
* Fix segfault when loading from MAMMarcoPolo-PasTonMolo2022-10-221-2/+13
* Apply codigng style on new MAM codeMichael Vetter2022-10-211-1/+1
* Let users scroll up againMichael Vetter2022-10-211-4/+0
* Merge MAM improvements from #1724Michael Vetter2022-10-211-3/+67
|\
| * Handle late deliveryMarcoPolo-PasTonMolo2022-08-201-0/+1
| * Have ability to scroll through history even without MAMMarcoPolo-PasTonMolo2022-07-101-3/+3
| * Handle scrolling down when buffer fills upMarcoPolo-PasTonMolo2022-07-101-1/+15
| * CleanupMarcoPolo-PasTonMolo2022-07-051-7/+2
| * Add loading history message on initial MAM requestMarcoPolo-PasTonMolo2022-07-051-2/+10
| * Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-051-7/+6
| * Add 'Loading messages' message when scrolling upMarcoPolo-PasTonMolo2022-07-041-5/+13
| * Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-031-1/+7
| * Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-031-3/+36
* | Add vCard supportMarouane L2022-10-181-0/+189
* | Don't scroll if not neededMichael Vetter2022-06-291-0/+4
|/
* Fix duplicate messages in chat with oneself.MarcoPolo-PasTonMolo2022-05-311-1/+5
* Update copyright yearMichael Vetter2022-05-091-1/+1
* Restore default behaviour for stampsMichael Vetter2022-05-031-1/+1
* Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-281-3/+5
|\
| * Use correct colour for their nick when showing historyPaul Fertser2022-04-011-0/+1
| * fix linter warningsSteffen Jaeckel2022-03-311-1/+2
| * run `make format`Steffen Jaeckel2022-03-301-2/+2
* | Rename stamp preference variableMichael Vetter2022-04-281-1/+1
* | add /stamp commandArtjom Vejsel2022-04-021-2/+3
|/
* Use funcs available in all glib versions to replace \n in quotesMarcoPolo-PasTonMolo2022-03-211-2/+7
* Add quote autocompletion for previous messagesMarcoPolo-PasTonMolo2022-03-211-0/+23
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* Move declaration and definition of win_get_last_sent_message to the correct p...MarcoPolo-PasTonMolo2021-10-221-0/+29
* Format code correctlyMichael Vetter2021-10-051-4/+3
* Attention flag - Implemented Alt+mDebXWoody2021-05-291-0/+33
* Attention flag for groupchatsDebXWoody2021-05-291-0/+1
* Attention flag for chat windowsDebXWoody2021-05-291-1/+1
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+5
* Bugfix: Titlebar show name without room nameStefan2021-02-141-1/+1
* Update copyrightMichael Vetter2021-01-081-1/+1
* Remove blank line after trackbarkaffeekanne2020-12-111-2/+0
* Remove old TODOMichael Vetter2020-12-111-1/+0
* Fix color for win_print_outgoing()Michael Vetter2020-12-111-1/+1
* Remove empty lineMichael Vetter2020-12-101-1/+0
* Expand trackbar to whole lineMichael Vetter2020-12-091-1/+1
* Run make format on rebaseWilliam Wennerström2020-11-161-1/+1
* Add http_download toolWilliam Wennerström2020-11-161-1/+1
* Declare counter var inside loopMichael Vetter2020-11-091-8/+6
* Avoid passing NULL pointers to curses functions.nia2020-09-041-1/+6
* Basic support for building on NetBSD.nia2020-09-041-0/+2
* Fix memleak in win_print_outgoing_with_receipt()Michael Vetter2020-07-231-0/+1
026call.cc?h=hlt&id=b2f699e14f02ba503c7a70afc3e9b749ac61f3d7'>^
59874868 ^


f1c8df7d ^
513bfed8 ^
af085cf6 ^


3eeea0a2 ^

9cf71627 ^
4a943d4e ^






















2cb36cd0 ^
7284d503 ^
64cf0a59 ^
d41955c1 ^

69e14325 ^
df8bb4c3 ^
f6d47435 ^
d41955c1 ^

31401373 ^
795f5244 ^
5eb49929 ^

317c0a34 ^
ec926027 ^

ac0e9db5 ^
2e8c5d39 ^
c442a5ad ^


31401373 ^
d8c6265d ^
9fdda88b ^
5f98a10c ^
8eff7919 ^
f6d47435 ^
f64f1ca5 ^










2a81a547 ^
f64f1ca5 ^

2a81a547 ^




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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246