about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Use events for chat sessionsJames Booth2014-12-291-1/+1
* Removed function pointersJames Booth2014-12-221-237/+231
* Removed ui_current_set_otrJames Booth2014-12-221-1/+0
* Removed ui_close_currentJames Booth2014-12-221-1/+0
* Added win_get_titleJames Booth2014-12-211-1/+1
* Added /inpblock commandJames Booth2014-12-211-0/+1
* Removed TODOsJames Booth2014-12-201-2/+0
* Fixed testsJames Booth2014-12-201-0/+2
* Refactored all window recipients and typesJames Booth2014-12-201-57/+65
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-16/+7
* Added occupantswin.cJames Booth2014-12-161-2/+4
* Moved roster functionsJames Booth2014-12-161-1/+4
* Added window specific creation functionsJames Booth2014-12-151-1/+1
* Subscription handler uses wins_new_chatJames Booth2014-12-111-1/+1
* Split private message handling to separate functionsJames Booth2014-12-101-2/+3
* Added [ui] preferences to themesJames Booth2014-11-191-0/+2
* Update input window on /theme setJames Booth2014-11-191-4/+2
* Added /theme colours commandJames Booth2014-11-171-0/+1
* Added support for bold theme settingsJames Booth2014-11-161-0/+1
* Added /time settingJames Booth2014-11-161-0/+1
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+3
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-2/+0
* Added simple rosterJames Booth2014-11-101-0/+1
* Added subwin to consoleJames Booth2014-11-101-2/+2
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-0/+1
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+1
* Removed hash_table_iter usage for room rosterJames Booth2014-11-031-1/+1
* Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-181-0/+2
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-181-2/+0
* Show occupants role/affiliation changesJames Booth2014-10-181-0/+6
* Added reason to role/affiliation changesJames Booth2014-10-181-3/+5
* Add output for when both role and affiliation changed at same timeJames Booth2014-10-181-0/+2
* Show occupants role and affiliation when they join a roomJames Booth2014-10-181-2/+2
* Don't show join messages on subsequent /join commandsJames Booth2014-10-181-0/+1
* Removed /duck commandJames Booth2014-10-181-6/+0
* Show role/affiliation on room join and on changeJames Booth2014-10-121-0/+2
* Renamed args to /occupants defaultJames Booth2014-10-091-0/+1
* Added /occupants commands, unfinishedJames Booth2014-10-091-0/+2
* Added larger occupants pad sizeJames Booth2014-10-081-1/+2
* Added scroll support to occupant listJames Booth2014-10-071-2/+2
* Handle occupant list resizeJames Booth2014-10-071-0/+1
* Added room occupants panelJames Booth2014-10-071-0/+2
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-0/+3
* Implemented setting and listing rolesJames Booth2014-10-061-0/+5
* Implemented /room kick commandJames Booth2014-10-051-3/+7
* Added /room kick commandJames Booth2014-10-051-0/+2
* Added /room subject commandJames Booth2014-10-051-2/+1
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-0/+6
* Added service discovery to /room info commandJames Booth2014-10-021-0/+2
* Added /room <affiliation> commandJames Booth2014-10-011-0/+1
1 16:54:28 +0100 committer David Morgan <djm_uk@protonmail.com> 2022-10-21 16:54:28 +0100 Try out various packages' href='/djm/dotfiles/commit/.emacs.d/lisp/init-windows.el?id=a3d03d956ab84f6835bd62bdc8810b389e0aa97e'>a3d03d9 ^
955af18 ^



















a3d03d9 ^
955af18 ^



a3d03d9 ^
a3d03d9 ^
4c9ca1c ^





a3d03d9 ^










d0db566 ^

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