about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove ui_current_error_lineJames Booth2016-10-152-8/+0
* Remove ui_win_error_lineJames Booth2016-10-153-9/+2
* Use win_printf_line instead of win_printlnJames Booth2016-10-155-30/+30
* Remove whitespaceJames Booth2016-10-151-1/+0
* Rename win_get_string -> win_to_stringJames Booth2016-10-153-3/+3
* Use win_printf_line where appropriateJames Booth2016-10-158-105/+105
* Add ch arg to win_printf_lineJames Booth2016-10-1512-123/+123
* Use THEME_DEFAULTJames Booth2016-10-147-120/+120
* Add win_printf_lineJames Booth2016-10-1412-116/+118
* Always use string format in win_printfJames Booth2016-10-129-63/+63
* Add win_printf_lineJames Booth2016-10-123-3/+23
* Remove args from win_print_with_receiptJames Booth2016-10-113-15/+9
* Add win_print_http_uploadJames Booth2016-10-113-1/+11
* Remove win_print, use win_printf insteadJames Booth2016-10-1112-241/+230
* Rename win_vprint -> win_printfJames Booth2016-10-1110-213/+213
* Allow filepath autocompletion in pluginsJames Booth2016-10-1010-111/+208
* Remove hash table replace entry when adding plugin timed callbacksJames Booth2016-10-091-2/+0
* Fix /tls revoke messageJames Booth2016-10-061-1/+1
* Minor code tidy cmd_ac.hJames Booth2016-10-061-6/+3
* Minor code tidy cmd_ac.cJames Booth2016-10-061-54/+47
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-052-86/+106
* Reduce scope of GString in autocompletersJames Booth2016-10-031-6/+19
* Add config.h to http_upload.cJames Booth2016-10-021-0/+2
* Correct minor spelling errorsJack Henschel2016-09-273-4/+4
* Allow setting /occupants properties when no connectedJames Booth2016-09-261-7/+6
* Merge branch 'master' into win-orderJames Booth2016-09-251-0/+2
|\
| * Fix assertion errors in unit testsJames Booth2016-09-251-0/+2
* | Merge branch 'master' into win-orderJames Booth2016-09-251-2/+1
|\|
| * Use caps_lookup when checking for featureJames Booth2016-09-251-2/+1
* | Remove verbose output on window moveJames Booth2016-09-252-23/+20
* | Tidy window position prefsJames Booth2016-09-251-304/+120
* | Fix defaulting win positionsJames Booth2016-09-251-6/+6
* | Fix /inputwin upJames Booth2016-09-231-0/+23
* | Allow vertical positioning of all windowsJames Booth2016-09-2317-132/+895
* | Rename /titlebar -> /wintitleJames Booth2016-09-2210-41/+54
|/
* Add /inputwin top|bottom commandJames Booth2016-09-1913-18/+149
* Free stanzas on stanza_create_http_upload_request()James Booth2016-09-051-0/+6
* Free hashtable key list in connection_jid_for_feature()James Booth2016-09-051-0/+1
* Fix string frees in _complete_filepathJames Booth2016-09-051-5/+2
* Free string on /plugins installJames Booth2016-09-051-0/+1
* Free strings in _complete_filepathJames Booth2016-09-051-3/+10
* cmd_defs: Fix typoTim Nieradzik2016-09-051-4/+4
* Fix missing paramsJames Booth2016-09-031-2/+2
* Merge pull request #845 from pasis/trayJames Booth2016-09-031-0/+1
|\
| * Fix implicit declaration of function freeDmitry Podgorny2016-09-021-0/+1
* | Add missed argumentDmitry Podgorny2016-09-021-7/+7
|/
* Add sv_ev_bookmark_autojoinJames Booth2016-08-283-16/+24
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-283-24/+24
* Fixed typosJames Booth2016-08-281-2/+2
* log_info on private carbonsJames Booth2016-08-281-0/+5
t; 2009-06-12 01:26:41 +0200 committer hut <hut@lavabit.com> 2009-06-12 01:26:41 +0200 renamed Interface module to CLI, cleanups' href='/akspecs/ranger/commit/code/debug.rb?h=v0.2.6&id=8a6f5eab0b884acd58ed86c00a30b57901442be6'>8a6f5eab ^
34bfb32e ^
8a6f5eab ^


ede8afcd ^





8a6f5eab ^


34bfb32e ^
8a6f5eab ^

34bfb32e ^
ede8afcd ^





8a6f5eab ^
99b31925 ^
8a6f5eab ^


34bfb32e ^
ede8afcd ^












34bfb32e ^
8a6f5eab ^
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