about summary refs log tree commit diff stats
path: root/tests/unittests/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Add /rooms cacheJames Booth2018-02-051-0/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-1/+1
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+5
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-0/+4
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+3
* Remove ui_current_print_formatted_lineJames Booth2016-10-162-9/+0
* Remove ui_current_print_lineJames Booth2016-10-162-5/+13
* Use varargs in win_println_indentJames Booth2016-10-151-1/+1
* Add win_appendlnJames Booth2016-10-151-0/+1
* Add win_printJames Booth2016-10-151-1/+2
* Rename win_println -> win_println_indentJames Booth2016-10-151-1/+1
* Remove win_vprintln_chJames Booth2016-10-151-1/+0
* Remove ui_current_error_lineJames Booth2016-10-151-2/+0
* Remove ui_win_error_lineJames Booth2016-10-151-1/+0
* Rename win_get_string -> win_to_stringJames Booth2016-10-151-1/+1
* Add ch arg to win_printf_lineJames Booth2016-10-151-1/+1
* Add win_printf_lineJames Booth2016-10-121-0/+2
* Remove win_print, use win_printf insteadJames Booth2016-10-111-1/+0
* Rename win_vprint -> win_printfJames Booth2016-10-111-1/+1
* Allow vertical positioning of all windowsJames Booth2016-09-231-1/+1
* Rename /titlebar -> /wintitleJames Booth2016-09-221-1/+1
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+1
* Send receipt request only when receiver supports featureJames Booth2016-08-181-1/+2
* Remove plugin window on /closeJames Booth2016-07-121-1/+1
* Free plugins commands on quitJames Booth2016-07-041-1/+1
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+1
* WIP - Unload plugin commandsJames Booth2016-06-291-1/+1
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-171-0/+1
* Added whole word matches for room mentionJames Booth2016-04-071-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-221-1/+1
* Tidied cons_show_helpJames Booth2016-02-181-3/+1
* Added new help format to c plugins WIPJames Booth2016-02-181-0/+2
* Added C plugin code from plugins branchJames Booth2016-02-141-5/+14
* Highlight room trigger termsJames Booth2016-02-131-1/+1
* Fix room notification remindersJames Booth2016-02-071-1/+1
* Implemented /console chat settingJames Booth2016-02-031-1/+1
* Fixed testsJames Booth2016-02-031-0/+2
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-021-0/+6
* Show console messages for room mention and triggersJames Booth2016-01-241-1/+1
* Fixed testsJames Booth2016-01-241-1/+1
* WIP: Add /theme properties commandJames Booth2016-01-211-0/+1
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-1/+1
* Added /console commandJames Booth2015-12-291-0/+1
* Added cons_show_incoming_room_message()James Booth2015-12-201-0/+1
* Added /wins unreadJames Booth2015-11-301-1/+5
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-0/+4
* Tidy regular chat and room notificationsJames Booth2015-11-241-1/+1
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-221-1/+1
* Removed unused priority settingsJames Booth2015-11-201-1/+0
1'>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