about summary refs log tree commit diff stats
path: root/src/ui/inputwin.h
Commit message (Expand)AuthorAgeFilesLines
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-1/+0
* Removed inp_win_clear()James Booth2015-11-011-1/+0
* Removed ui_readline()James Booth2015-11-011-1/+0
* Applied coding style to src/ui/James Booth2015-10-251-1/+1
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+1
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\
| * Updated copyrightJames Booth2015-02-101-1/+1
* | Removed unused functionJames Booth2015-02-061-1/+0
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-2/+2
* | Removed unused functions from inputwin.cJames Booth2015-02-041-4/+0
* | Moved input blocking code to inputwin.cJames Booth2015-01-311-0/+1
* | Moved readline code to inputwin.cJames Booth2015-01-301-0/+2
* | Added gnu readlineJames Booth2015-01-271-0/+1
* | Extracted keyhandler for printable charactersJames Booth2015-01-201-1/+5
* | Inlined static functions in inputwinJames Booth2015-01-191-1/+0
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+2
* Renamed inp_get_char->inp_readJames Booth2015-01-151-1/+1
* Moved input line to inputwinJames Booth2015-01-151-1/+1
* Pass pointers to inp_get_charJames Booth2015-01-151-1/+1
* Moved input size to inputwinJames Booth2015-01-151-1/+1
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-2/+2
* Update input window on /theme setJames Booth2014-11-191-1/+1
* Added scroll support to occupant listJames Booth2014-10-071-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+36
lemented FileListContainer' href='/akspecs/ranger/commit/ranger/gui/widgets/filelistcontainer.py?h=v1.0.4&id=49ae0dd10749a312f20d006a927408201e710d53'>49ae0dd1 ^
705c14a4 ^
16246965 ^
705c14a4 ^
f5db66a1 ^
705c14a4 ^
ea87d005 ^
49ae0dd1 ^



8db3c4b1 ^
a6791aee ^
49ae0dd1 ^

8db3c4b1 ^
49ae0dd1 ^
8db3c4b1 ^
49ae0dd1 ^
8db3c4b1 ^
77f59786 ^
06aefcf5 ^
c1033553 ^
45076ed4 ^
a6791aee ^
08f21ae5 ^

90dc5f6a ^



08f21ae5 ^




33cb688a ^


22601e2d ^



33cb688a ^
22601e2d ^
bbbd9cb0 ^


22601e2d ^


ea87d005 ^
08f21ae5 ^


f70ee6b2 ^
291ca616 ^
f70ee6b2 ^
08f21ae5 ^
28e13b12 ^
08f21ae5 ^
501f5014 ^



08f21ae5 ^




4f51adb3 ^
ea87d005 ^
49ae0dd1 ^
8db3c4b1 ^
49ae0dd1 ^
d3eff0a9 ^
d621586e ^
705c14a4 ^

d621586e ^

705c14a4 ^
d621586e ^


06aefcf5 ^

d621586e ^
49ae0dd1 ^
705c14a4 ^
06aefcf5 ^
705c14a4 ^

06aefcf5 ^
d3eff0a9 ^
06aefcf5 ^
49ae0dd1 ^
d3eff0a9 ^
49ae0dd1 ^

705c14a4 ^
49ae0dd1 ^
ea87d005 ^
b4cb1f7d ^


ab7bf8b0 ^
b4cb1f7d ^
ab7bf8b0 ^
b4cb1f7d ^

ea87d005 ^
06aefcf5 ^
a6791aee ^

06aefcf5 ^

a6791aee ^

06aefcf5 ^

ea87d005 ^
06aefcf5 ^
a6791aee ^

06aefcf5 ^

a6791aee ^

06aefcf5 ^

ea87d005 ^
d621586e ^

ef81960b ^
06aefcf5 ^
d621586e ^

d3eff0a9 ^
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