about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Remove empty tabsJames Booth2018-03-091-1/+0
* Add preferences for tab displayJames Booth2018-03-091-2/+3
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+1
* Show name in statusbar tabs WIPJames Booth2018-03-081-2/+2
* Add /rooms cacheJames Booth2018-02-051-0/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+4
* 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/+2
* Remove ui_current_print_formatted_lineJames Booth2016-10-161-1/+0
* Remove ui_current_print_lineJames Booth2016-10-161-1/+0
* Remove unused function prototypesJames Booth2016-10-161-2/+0
* Remove unused function prototypeJames Booth2016-10-161-2/+0
* Remove cons_show_wordJames Booth2016-10-161-1/+0
* Remove cons_show_timeJames Booth2016-10-161-1/+0
* Add win highlight fuctionsJames Booth2016-10-151-3/+3
* Use varargs in win_println_indentJames Booth2016-10-151-1/+1
* Add win_appendJames Booth2016-10-151-1/+6
* Add win_appendlnJames Booth2016-10-151-0/+1
* Add win_printJames Booth2016-10-151-2/+3
* 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-1/+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/+1
* Remove win_print, use win_printf insteadJames Booth2016-10-111-2/+2
* 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
* Tidy headersJames Booth2016-07-241-2/+3
* Moved muc.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* 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
* Move /statuses options to /presence commandJames Booth2016-05-311-1/+0
* Rename command sourcesJames Booth2016-05-221-1/+1
* Added missing header in ui.hJames Booth2016-05-111-0/+1
* Remove redundant tls secured functionJames Booth2016-05-061-2/+2
* Fix OSX compileJames Booth2016-04-261-0/+1
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-171-0/+1
|\
| * Make tray icon configurable using /tray cmdDominik Heidler2016-04-161-0/+3
|/
* Added whole word matches for room mentionJames Booth2016-04-071-1/+1
> 2016-08-10 20:45:14 +0100 Rename plugin jid arguments' href='/danisanti/profani-tty/commit/apidocs/c/profhooks.h?id=a948d741d987b7c94487ec379484c7557c1ea98e'>a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^



a948d741 ^
43b1d7f7 ^


a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
43b1d7f7 ^




































































a948d741 ^
43b1d7f7 ^
a948d741 ^
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