summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | widgets.pager: Fixed horizontal scrollinghut2010-12-211-0/+2
* | core.environment: make Actions.reset refresh current directoryhut2010-12-211-1/+2
* | widget.browserview: fixed padding_right optionhut2010-12-212-0/+6
* | Commited missing line of last commithut2010-12-211-1/+0
* | widgets.console: Fixed position of cursor with unicode chars (py3)hut2010-12-212-2/+8
* | core.actions: Fixed get_preview()hut2010-12-182-2/+3
* | defaults.commands: Added search_inc(remental)hut2010-12-133-9/+14
* | defaults.commands: let open_with use selection, not just 1 filehut2010-12-111-1/+1
* | fsobject.fsobject: Update previews when file changeshut2010-12-111-0/+1
* | updated READMEhut2010-12-101-3/+6
* | ext.human_readable: added doctesthut2010-11-221-3/+7
* | core.actions: simplified tag functionshut2010-11-221-24/+18
* | ext.signals: fixed memory leakhut2010-11-222-6/+22
* | fsobject: The lazy lookup of .image attribute was *too* lazyhut2010-11-201-0/+4
* | widgets.statusbar: Fixed crash after deleting current filehut2010-11-171-1/+4
* | core.actions: added update_preview()hut2010-11-171-0/+7
* | widgets.console: Fixed input of unicode chars on py3hut2010-11-132-20/+54
* | widgets.statusbar: Reload permissions of current file on changehut2010-11-061-2/+3
* | fsobject.fsobject: Use ctime, not mtime, for identifying changeshut2010-11-062-9/+10
* | fsobject.directory: Fixed sorting by typehut2010-11-011-1/+1
* | fsobject.fsobject: fixed natural sort with python3hut2010-11-011-4/+4
* | core.main: add debug infohut2010-11-011-1/+7
* | widgets.browsercolumn: Run files with right mouse clickhut2010-11-011-1/+5
* | Added option 'padding_right' (default: True)hut2010-11-013-3/+16
* | defaults.keys: added yp, yn, yd shortcuts + dochut2010-10-232-0/+6
* | Fixed "po" bindinghut2010-10-231-2/+2
* | Polished ranger.pyhut2010-10-161-3/+3
* | ext.keybinding_parser: fixed python3 incompatibilityhut2010-10-151-1/+1
* | ext.signals: forgot to "git add" a file ...hut2010-10-151-0/+103
* | gui.ansi: handle blink-code for doubled bitrate of background colorshut2010-10-152-0/+3
* | core.environment: update importhut2010-10-151-1/+1
* | core.main: disable preview script for root by defaulthut2010-10-151-0/+1
* | core.main: Fixed return codeshut2010-10-151-3/+3
* | Renamed ranger/ext/signal_dispatcher to ranger/ext/signalshut2010-10-146-108/+5
* | ext.signal_dispatcher: optimization of signal_emithut2010-10-141-6/+6
* | core.main: import stuff only when neededhut2010-10-141-7/+5
* | ext.keybinding_parser: extended examples in docstringhut2010-10-141-1/+3
* | defaults.keys: map <A-Left> and <A-Right> to switching tabshut2010-10-141-2/+2
* | ext.keybinding_parser: allow mapping alt+special keyshut2010-10-141-4/+12
* | data/scope: typohut2010-10-141-1/+1
* | core.actions: Fixed handling of scope.sh exit code 2hut2010-10-131-0/+2
* | data/scope: added success functionhut2010-10-131-12/+15
* | core.actions: fix previews of linked fileshut2010-10-121-2/+1
* | core.actions: fixed bugs with copyinghut2010-10-121-5/+5
* | data/scope: added mediainfohut2010-10-121-0/+6
* | core.loader: small correction of last commithut2010-10-121-1/+1
* | core.loader: decode stdout in >python3 in CommandLoaderhut2010-10-121-1/+12
* | core.fm: chmod u+x when using --copy-config=scopehut2010-10-121-0/+3
* | gui.widgets.pager: bugfix: make sure max_width is definedhut2010-10-121-0/+1
* | core.main: extended --copy-config optionhut2010-10-125-12/+23
updated pydoc html files' href='/akspecs/ranger/commit/doc/pydoc/test.tc_history.html?h=v1.1.2&id=34a60763e79546e0f84e30fbcc430632f3dbb39e'>34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^





f07bb12f ^






34a60763 ^

f07bb12f ^
34a60763 ^

f07bb12f ^












34a60763 ^
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