summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* changed default key binding implementationhut2009-12-152-89/+79
* updated umlhut2009-12-154-5/+11
* cleanups, display link destinationshut2009-12-155-30/+71
* different way of squeezing the last columnhut2009-12-151-4/+14
* implemented statusbar widgethut2009-12-146-2/+187
* added an option for collapse_previewhut2009-12-143-1/+3
* fixed directory testhut2009-12-141-0/+3
* "poke" widgets, expand last column if there's no previewhut2009-12-144-9/+56
* Don't initialize options while importing.hut2009-12-143-42/+46
* updated / added testshut2009-12-139-24/+249
* clean ups, commentshut2009-12-1322-36/+77
* updated bookmarkshut2009-12-133-92/+143
* added docstrings everywherehut2009-12-1311-45/+137
* fixed issues with scrolling/invalid mouse bstateshut2009-12-132-3/+13
* implemented FileListContainerhut2009-12-128-52/+105
* updated UML projecthut2009-12-1220-2562/+1679
* merged main with __init__hut2009-12-125-93/+94
* clean ups/fixeshut2009-12-128-41/+58
* clean upshut2009-12-115-15/+7
* run all tests with a single executablehut2009-12-112-0/+16
* fixed cd-after-exithut2009-12-111-1/+1
* Reorganization of gui/widget hierarchy and directory structurehut2009-12-1117-247/+348
* restructurationshut2009-12-1121-104/+155
* add documentation of some builtin moduleshut2009-12-111-0/+5
* make_doc.py to generate documentationhut2009-12-111-0/+23
* moved/fixed testshut2009-12-117-1/+1
* moved commands from fm.py to actions.py, cleanupshut2009-12-117-194/+213
* Restructurationhut2009-12-1037-199/+302
* random stuffhut2009-12-063-0/+23
* jungle color schemehut2009-12-061-0/+50
* Renamed / added colorschemeshut2009-12-063-38/+58
* fix/clean ranger.helperhut2009-12-061-21/+23
* fixed directory testhut2009-12-062-21/+2
* "SettingsAware", random cleanupshut2009-12-0614-83/+115
* changing implementation of optionshut2009-12-0615-15/+118
* integrated history into environment classhut2009-12-051-30/+6
* History Object + Test Casehut2009-12-052-0/+94
* implemented searchinghut2009-12-045-1/+49
* fixed colorschemehut2009-12-041-1/+2
* improve bookmarks (delete, reload_if_outdated)hut2009-12-043-5/+72
* implemented Bookmarkshut2009-12-044-4/+99
* "openwith_quick" console mode addedhut2009-12-048-53/+317
* mime type support, integrated into colorschemeshut2009-12-035-6/+62
* translated mime type db generator into pythonhut2009-12-033-21/+16
* implemented a console (without commands)hut2009-12-028-67/+246
* reduce ESCDELAYhut2009-12-021-0/+4
* fixed non-accessible directorieshut2009-12-024-9/+13
* historyhut2009-12-024-2/+50
* scrollinghut2009-12-014-1/+34
* renamed api to helperhut2009-12-014-3/+3
e='author Kartik K. Agaram <vc@akkartik.com> 2015-07-25 14:19:28 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-07-25 17:14:58 -0700 1848 - core instructions now check for ingredients' href='/akkartik/mu/commit/041jump_label.cc?h=main&id=e46306432ddb75a89f69d92ccc175a23f0b72072'>e4630643 ^
4adb09bc ^
e4630643 ^

dc1323e9 ^
0f125d5f ^
4adb09bc ^





e4630643 ^
4adb09bc ^


827898fc ^
dc1323e9 ^

4adb09bc ^



dc1323e9 ^

dc1323e9 ^

8ba8f0f6 ^
bc643692 ^
dc1323e9 ^









bc643692 ^

dc1323e9 ^









bc643692 ^

dc1323e9 ^




4071055a ^



bc643692 ^


8ba8f0f6 ^
bc643692 ^
4071055a ^
bc643692 ^
4071055a ^


4adb09bc ^























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