summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | added more code from David Barnett, previews workhut2010-06-036-21/+76
* | gui.ansi: some modifications/completionshut2010-06-032-20/+36
* | added gui/ansi.py from David Barnetts branchhut2010-06-032-0/+111
|/
* defaults.options: rebuilt regexp for efficiencyhut2010-05-301-1/+1
* defaults.options: fixed typo in regexphut2010-05-301-1/+1
* ext.lazy_property: fixed indentation in docstringhut2010-05-301-3/+3
* main: default value for $SHELL = 'bash'hut2010-05-301-0/+3
* defaults.apps: shortened code of last commithut2010-05-281-2/+1
* defaults.apps: retain order of files in app_feh mode 11hut2010-05-281-1/+3
* defaults.apps: simplify code for fehhut2010-05-261-15/+3
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-265-2/+18
* core.actions: shortened some codehut2010-05-261-2/+2
* defaults.keys: add hint for "po"hut2010-05-261-2/+2
* defaults.apps: fixed (removed dependency of edit_or_run)hut2010-05-261-1/+0
* main: typohut2010-05-251-1/+1
* main: don't import optparse.SUPRESS_HELPhut2010-05-251-1/+1
* make bm, make test: make use of PYTHON variablehut2010-05-251-2/+2
* README: updatedhut2010-05-241-6/+18
* defaults.keys: fixed key conflict.hut2010-05-241-1/+1
* fsobject.fsobject: optimizations + fixeshut2010-05-231-24/+23
* fsobject.directory: optimize loop in load_bit_by_bithut2010-05-231-5/+8
* fsobject.directory: make use of faster lookup using local varshut2010-05-231-7/+10
* fsobject.fsobject: removed access() call in load functionhut2010-05-232-10/+5
* fsobject.fsobject: make use of lazy_propertyhut2010-05-231-23/+19
* Added ranger.ext.lazy_propertyhut2010-05-221-0/+25
* defaults.apps: removed gimp entry from feh, type rgimp<CR> insteadhut2010-05-221-2/+1
* Add file-roller as a default app for container typesDavid Barnett2010-05-191-1/+6
* Use Applications.either even with only one option for dependency checking; fi...David Barnett2010-05-191-10/+10
* api.apps: give Applications.generic less precedence than manual app definitionshut2010-05-191-1/+2
* defaults.apps: swap feh modes 0 and 11hut2010-05-191-15/+14
* defaults.keys: added/fixed readline keybindings in consolehut2010-05-181-4/+4
* fsobject.fsobject: shortened some codehut2010-05-171-5/+1
* make: replace literal python with $(PYTHON)hut2010-05-171-1/+1
* make: added DESTDIR to Makefilehut2010-05-171-9/+9
* fsobject: moved some code from fsobject to directoryhut2010-05-172-21/+22
* customized David Barnetts code + polished stuffhut2010-05-174-21/+8
* Merge git://github.com/dbarnett/rangerhut2010-05-173-56/+76
|\
| * Refactored filetype/preview code; added previews for .zip files (list contain...David Barnett2010-05-163-56/+76
* | gui.*: failsafe addstrshut2010-05-174-13/+21
* | Merge branch 'utf'hut2010-05-175-25/+180
|\ \ | |/ |/|
| * main: removed unnecessary complex locale handlinghut2010-05-171-8/+2
| * utf: partial fix of console width overflow handlinghut2010-05-171-1/+4
| * utf: reorderinghut2010-05-171-24/+23
| * utf: fixed console.delete()hut2010-05-171-7/+9
| * fixed utf stuffhut2010-05-173-17/+58
| * utf stuffhut2010-05-102-6/+16
| * attempt to fix utf issues (wrong calculation of width)hut2010-05-104-3/+112
* | fix exceptions from invalid unicode charactershut2010-05-164-23/+51
* | updated pydochut2010-05-1647-666/+349
* | defaults.keys: faster horizontal movement in pagerhut2010-05-161-2/+2
ti/profani-tty/blame/tests/functionaltests/test_chat_session.c?id=e0783e20dbf06a07c87c19d4beaaaf8c24a4aeb8'>^
c6ff761a ^

c6ff761a ^









a48b9fce ^
c6ff761a ^





a48b9fce ^
c6ff761a ^






a48b9fce ^
c6ff761a ^





a48b9fce ^
c6ff761a ^

c6ff761a ^










a48b9fce ^
c6ff761a ^

c6ff761a ^





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