about summary refs log tree commit diff stats
path: root/code/fm.rb
Commit message (Expand)AuthorAgeFilesLines
* bugfixes, todohut2009-07-191-2/+3
* fixed bug 16 (incorrect sorting pointer)hut2009-07-191-4/+12
* testing: clear the keybuffer when pressing a keyhut2009-07-181-0/+1
* cleanuphut2009-07-061-11/+6
* Fm.externally works without blocks too now.hut2009-07-061-3/+1
* Fm.externally(&block) for wrapping code in closei/startihut2009-07-061-0/+8
* added Option.bookmark_filehut2009-07-061-1/+1
* --cd switchhut2009-07-031-0/+7
* 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-031-11/+0
* commentshut2009-06-291-2/+21
* new option 'wide_bar' toggles wide bar in selected columnhut2009-06-291-0/+1
* new option 'preview'. better alignment of rows.hut2009-06-291-0/+1
* bars fixedhut2009-06-291-0/+1
* fixed bug when going to a nonexistent dirhut2009-06-221-0/+1
* mv code/fm/* code/hut2009-06-211-0/+283
* moved fm class to code/fm/hut2009-06-121-285/+0
* wiphut2009-06-111-39/+4
* fixed.hut2009-06-111-15/+26
* stuffhut2009-06-111-5/+3
* wiphut2009-06-111-1/+1
* lots of changes. version 0.2.1 v0.2.1hut2009-05-091-8/+49
* new minor version v0.2.0hut2009-04-101-240/+153
* the first usable version. v0.1.0hut2009-04-081-0/+357
href='/akkartik/mu/blame/003trace.test.cc?h=hlt&id=d1bd0439220356d764a6ef0ae16e7256d72f7f7e'>^
51530916 ^

5af83346 ^
35064671 ^
5af83346 ^
51530916 ^

d7494165 ^
35064671 ^
d7494165 ^


51530916 ^
35064671 ^


5af83346 ^
51530916 ^

51530916 ^
35064671 ^

51530916 ^



35064671 ^

51530916 ^


eba30983 ^
35064671 ^
4c569925 ^
eba30983 ^

51530916 ^

36594a43 ^
5f98a10c ^

36594a43 ^
5f98a10c ^
51530916 ^
51530916 ^




05d17773 ^
51530916 ^




05d17773 ^
51530916 ^




05d17773 ^

51530916 ^




05d17773 ^


51530916 ^




05d17773 ^


51530916 ^
d7494165 ^















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