summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* core.actions: added dump_keybindings()hut2011-10-081-1/+36
* ext.keybinding_parser: added <INSERT>hut2011-10-081-0/+1
* defaults/apps: Added mplayer2hut2011-10-081-1/+8
* gui.ansi: Added doctesthut2011-10-081-3/+34
* ext.signals: fixed signals for python3.2hut2011-10-081-4/+4
* ext.iter_tools: Added doctesthut2011-10-081-0/+15
* Makefile: Fixed doctests for python3.2hut2011-10-081-1/+1
* ext.direction: Added doctesthut2011-10-071-13/+25
* ext.lazy_property: added doctesthut2011-10-071-6/+15
* ext.signals: Fixed hidden bugs, added doctestshut2011-10-071-15/+175
* Makefile: added `make test' back in.hut2011-10-071-1/+9
* moved DELETE_WARNING constant from api to api.commandshut2011-10-072-2/+2
* core.actions: Fixed crash when %f/%F macros are undefinedhut2011-10-071-6/+30
* widgets.browserview: Try to fix crashhut2011-10-071-0/+5
* merged ext.keybindings.py into ext.keybindings_parser.pyhut2011-10-073-200/+176
* defaults/options: default sorting method is now "natural"hut2011-10-071-1/+1
* api.apps: fix bug with undefined appshut2011-10-051-1/+1
* core.runner: print more debug outputhut2011-10-051-1/+1
* manpage: updatehut2011-10-052-32/+34
* Makefile: updatehut2011-10-051-4/+8
* removed doc/TODO; use "make todo"hut2011-10-056-118/+8
* README: polished, removed INSTALLhut2011-10-053-76/+46
* defaults/commands: added cunmap, punmap, tunmaphut2011-10-053-5/+97
* gui.ui: Add "loading..." indicator on startuphut2011-10-051-0/+2
* Makefile: added "make todo" and added some notes in codehut2011-10-053-1/+6
* widgets.console: Fixed drawing of wide charactershut2011-10-051-7/+4
* widgets.console: fixed crash when typing special keyshut2011-10-051-1/+3
* defaults/rc.conf: Fixed bad keybindingshut2011-10-051-2/+2
* ext.keybindings: more meaningful error messageshut2011-10-052-8/+10
* ranger.py: made the argument optional in embedded bash scripthut2011-10-041-15/+16
* defaults/rc.conf: use copyXmap to simplify rc.confhut2011-10-031-91/+84
* defaults/commands: Added copypmap, copytmap, copycmaphut2011-10-033-3/+29
* core.actions: Added wrappers for common pager/taskview methodshut2011-10-031-0/+18
* defaults.commands: added alias command, overhauled alias systemhut2011-10-034-16/+24
* defaults.commands: Added unmap commandhut2011-10-033-12/+43
* defaults.commands: Added copymap commandhut2011-10-032-5/+36
* core.actions: added %rangerdir macrohut2011-10-031-0/+2
* fsobject.directory: Fix infinite recursion loophut2011-10-031-0/+1
* core.actions: Fix another garbage collection bughut2011-10-031-1/+1
* defaults.apps: safer sxiv handlerhut2011-10-031-1/+4
* core.actions: expanduser in source_commandlist()hut2011-10-031-0/+1
* core.environment: fixed crash induced by previous commithut2011-10-032-3/+4
* core.environment: trying to fix garbage collection errorhut2011-10-031-5/+8
* core.actions: REALLY fix that decoding errorhut2011-10-021-1/+8
* defaults/rc.conf: key "v" toggles instead of sets markinghut2011-10-021-1/+1
* core.actions: smarter open() in get_previewhut2011-10-021-1/+1
* core.actions: fix decoding error when previewing some fileshut2011-10-021-1/+3
* api.apps: fixed error messagehut2011-10-021-0/+2
* core.actions: sanitize input of {set,enter,unset}_bookmarkhut2011-10-021-4/+4
* Changed version to 1.5.0hut2011-10-024-13/+4
itle='author Kartik Agaram <vc@akkartik.com> 2021-03-23 17:31:08 -0700 committer Kartik Agaram <vc@akkartik.com> 2021-03-23 17:31:08 -0700 .' href='/akkartik/mu/commit/html/linux/404stream.mu.html?h=hlt&id=3350c34a74844e21ea69077e01efff3bae64bdcd'>3350c34a ^
d3a9db3a ^
828bc320 ^

ec32c11d ^
68df24fa ^
3350c34a ^



d3a9db3a ^
828bc320 ^
d3a9db3a ^
828bc320 ^
ec32c11d ^
68df24fa ^
3350c34a ^



d3a9db3a ^
828bc320 ^



d3a9db3a ^
828bc320 ^
ec32c11d ^
372367f5 ^
3350c34a ^
828bc320 ^
ec32c11d ^
68df24fa ^
3350c34a ^

828bc320 ^
91a5f3e1 ^


372367f5 ^
5396e24c ^
372367f5 ^
91a5f3e1 ^
ec32c11d ^
91a5f3e1 ^





372367f5 ^
5396e24c ^
372367f5 ^
91a5f3e1 ^

ec32c11d ^
91a5f3e1 ^


828bc320 ^



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