summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* main: new function "allow_access_to_confdir"hut2010-04-231-6/+14
* Move loader.py from ranger.fsobject to ranger.corehut2010-04-204-3/+2
* updated pydochut2010-04-205-248/+10
* ext.shutil_generatorized: fixed __all__hut2010-04-201-1/+1
* ext.shutil_generatorized: little optimizationhut2010-04-201-2/+2
* ext.shutil_generatorized: remove unused functions/importshut2010-04-201-36/+0
* updated pydochut2010-04-1941-2286/+247
* defaults.commands: bugfixhut2010-04-191-1/+1
* defaults.keys: quit pager with F3hut2010-04-191-2/+2
* TODO: updatedhut2010-04-191-1/+2
* Added midnight commander-like function keyshut2010-04-192-1/+23
* ranger.api: import common variableshut2010-04-196-2/+7
* Turn keycomb ".term" into command ":terminal"hut2010-04-193-1/+13
* Clean uphut2010-04-1915-53/+39
* Use "/" for root in tabname if "dirname_in_tab" is truehut2010-04-191-1/+1
* added option "dirname_in_tabs"hut2010-04-193-3/+16
* ext.keybinding_parser: added aliases for common special keyshut2010-04-191-0/+3
* ext.keybinding_parser: fixed function keyshut2010-04-192-1/+4
* defaults.apps: added fceuxhut2010-04-191-0/+6
* README: Removed finished parts of roadmaphut2010-04-191-2/+0
* defaults.keys: updated hint, added "zm"hut2010-04-191-2/+3
* defaults.keys: fixed "%", default percentage back to 50hut2010-04-191-1/+1
* defaults.keys: added "zs"hut2010-04-191-0/+1
* defaults.keys: fixed "zd"hut2010-04-191-1/+1
* defaults.apps: run ff/opera detached, dont open swf in elinkshut2010-04-191-1/+5
* defaults.apps: harmless typohut2010-04-191-1/+1
* core.actions: abstracted searching strings in filenameshut2010-04-192-5/+8
* api.commands: fixed python3 compatibiliy errorhut2010-04-191-4/+4
* ext.command_parser: bugfix in tab completionhut2010-04-181-0/+1
* defaults.keys: added zP keyhut2010-04-181-0/+1
* shared.settings: Bugfix, read the options properlyhut2010-04-181-0/+3
* gui.ui: fixed <C-c> keyhut2010-04-181-2/+2
* defaults.keys: added <Enter> mapping in browserhut2010-04-181-0/+1
* Merge branch 'devel'hut2010-04-1838-1244/+2388
|\
| * ranger.main: Added compatibility warninghut2010-04-182-0/+6
| * removed code for backwards compatibiltyhut2010-04-184-69/+0
| * defaults.keys: another examplehut2010-04-181-1/+2
| * ranger.defaults.keys: added documentationhut2010-04-181-1/+18
| * container.keymap: removed __getitem__ from KeyManagerhut2010-04-182-2/+1
| * Rename context "general" to "browser" for less ambiguityhut2010-04-183-5/+5
| * gui.displayable: always move when resizinghut2010-04-181-3/+1
| * tc_displayable: improved (but not fixed) test_boundarieshut2010-04-181-6/+8
| * tc_displayable: test_boundaries fails if you run it more often!hut2010-04-181-20/+21
| * defaults.keys: Allow typing in numbershut2010-04-181-0/+6
| * use command.quick() rather than command.quick_open()hut2010-04-182-3/+3
| * default.commands: add documentationhut2010-04-181-0/+41
| * defaults.commands: reduced it to only what's necessaryhut2010-04-183-171/+207
| * Fixed unittestshut2010-04-183-3/+5
| * Merge branch 'master' into develhut2010-04-182-15/+14
| |\
| * | ranger.main: formattinghut2010-04-181-4/+4
v class='alt'>
34a60763 ^
f07bb12f ^


4c13e1f2 ^

f07bb12f ^


4c13e1f2 ^
34a60763 ^
f07bb12f ^
34a60763 ^
f07bb12f ^












f07bb12f ^















4c13e1f2 ^




34a60763 ^
4c13e1f2 ^
34a60763 ^
4c13e1f2 ^



f07bb12f ^
62cd83ba ^
f07bb12f ^



























4c13e1f2 ^



f07bb12f ^

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