about summary refs log tree commit diff stats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* only descend 1 dir when using right mouse on first rowhut2009-07-151-1/+2
* removed debug stuffhut2009-07-151-5/+0
* added mouse supporthut2009-07-151-0/+46
* fixed minor bughut2009-07-151-2/+1
* mouse support in cli.rbhut2009-07-151-1/+82
* little fixeshut2009-07-151-3/+3
* fixed "dfd" combohut2009-07-102-3/+3
* cleanuphut2009-07-061-11/+6
* document tar keycombohut2009-07-061-0/+1
* use Fm.externally instead of starti/closei in keys.rbhut2009-07-061-17/+16
* Fm.externally works without blocks too now.hut2009-07-061-3/+1
* fixed E keyhut2009-07-061-5/+2
* allow to set a preferred application at runcontextshut2009-07-061-3/+3
* Fm.externally(&block) for wrapping code in closei/startihut2009-07-061-0/+8
* rely less on system calls for mkdir/touchhut2009-07-061-6/+8
* added Option.bookmark_filehut2009-07-061-1/+1
* removed unused functionhut2009-07-061-17/+0
* request a confirmation on deletionhut2009-07-042-24/+50
* ask for confirmation on deletehut2009-07-041-0/+3
* more sorting in keys.rbhut2009-07-041-144/+91
* small fixhut2009-07-041-2/+1
* restructuredhut2009-07-041-159/+171
* sorted key commandshut2009-07-041-120/+126
* removed useless commandhut2009-07-041-4/+0
* small changeshut2009-07-031-2/+3
* option to show ascii only and replace non-ascii with *hut2009-07-034-5/+17
* --cd switchhut2009-07-034-7/+47
* supress warnings when reloading type definitionshut2009-07-031-0/+3
* dynamically reload file types when typing ^Rhut2009-07-031-0/+7
* removed unused codehut2009-07-031-2/+0
* put options where they belong. in a config filehut2009-07-034-40/+26
* added :file option to debug setuphut2009-07-031-3/+6
* correct free space display for drives with long mount point nameshut2009-07-031-1/+1
* stuffhut2009-06-291-7/+5
* commentshut2009-06-291-2/+21
* new option 'wide_bar' toggles wide bar in selected columnhut2009-06-293-2/+10
* new option 'preview'. better alignment of rows.hut2009-06-293-11/+31
* padding of main column by 3 charactershut2009-06-291-1/+6
* bars fixedhut2009-06-294-5/+10
* feature: gnhut2009-06-221-0/+4
* worked on commandshut2009-06-221-29/+59
* fixed bug when going to a nonexistent dirhut2009-06-221-0/+1
* changed the place where default flags are specifiedhut2009-06-222-2/+2
* new help screen, overview of bookmarkshut2009-06-222-34/+250
* mv code/fm/* code/hut2009-06-213-0/+0
* recognize *.part ending and remove it internallyhut2009-06-181-0/+4
* fix minor bugshut2009-06-181-2/+3
* key X kills ranger and starts a shellhut2009-06-181-1/+5
* show free disk spacehut2009-06-182-1/+14
* reset filetype association systemhut2009-06-151-0/+1
m> 2017-03-07 01:41:48 -0800 3761' href='/akkartik/mu/commit/html/017parse_tree.cc.html?h=hlt&id=9e751bb8c0cdf771d34c839cb6591d892b8e62de'>9e751bb8 ^
204dae92 ^

9e751bb8 ^


1c2d788b ^
9e751bb8 ^



204dae92 ^




9e751bb8 ^
2c678a4e ^
9e751bb8 ^








1c2d788b ^
9e751bb8 ^




204dae92 ^







201458e3 ^
615f4a97 ^
204dae92 ^








201458e3 ^
204dae92 ^




201458e3 ^
204dae92 ^


76755b28 ^


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