about summary refs log tree commit diff stats
path: root/reference.md
Commit message (Expand)AuthorAgeFilesLines
* cleaner API for file-system accessKartik K. Agaram2023-08-301-6/+2
* make a few names consistent with snake_caseKartik K. Agaram2023-08-301-3/+3
* correct various names in this and other pre-freewheeling forksKartik K. Agaram2023-08-261-7/+7
* fix method name in documentationKartik K. Agaram2023-08-261-1/+1
* document some editor constantsKartik K. Agaram2023-06-071-0/+19
* document facilities for buttons on screenKartik K. Agaram2023-06-061-0/+54
* document a couple of miscellaneous helpersKartik K. Agaram2023-06-051-0/+6
* document a few more keyboard primitivesKartik K. Agaram2023-06-051-0/+9
* rename modifier_down to key_downKartik K. Agaram2023-06-051-2/+1
* primitives for writing testsKartik K. Agaram2023-04-111-0/+27
* couple of typosKartik K. Agaram2023-04-111-4/+4
* editor documentationKartik K. Agaram2023-04-101-0/+49
* include a brief reference enabling many useful appsKartik K. Agaram2023-04-091-0/+264
d=afa42503cdae82c535208d51bec8d4f9a920f6f0'>afa42503 ^
d160a8e1 ^
57699011 ^



d160a8e1 ^
7b085072 ^

5497090a ^





7b085072 ^
7b085072 ^




7e9c6925 ^
70179d1f ^
363be37f ^
ac0e9db5 ^
363be37f ^
ac0e9db5 ^
7e9c6925 ^
827898fc ^
3076bab4 ^
a55bbd06 ^
7284d503 ^

88be3dbc ^
7e9c6925 ^
5497090a ^



afa42503 ^
7e9c6925 ^
7e9c6925 ^

88be3dbc ^
07d35c4a ^
5497090a ^




afa42503 ^
07d35c4a ^
07d35c4a ^

1848b18f ^

a55bbd06 ^
363be37f ^
a55bbd06 ^

07d35c4a ^
0487a30e ^
7feea75b ^
ac0e9db5 ^
363be37f ^
0487a30e ^
7feea75b ^
fca0ebbe ^
363be37f ^
7feea75b ^

19323e7a ^

ac0e9db5 ^
7feea75b ^
d0de5837 ^
e853b94e ^
827898fc ^
7e9c6925 ^
0487a30e ^
a55bbd06 ^


7e9c6925 ^
363be37f ^

7e9c6925 ^

88be3dbc ^
a55bbd06 ^
5497090a ^



afa42503 ^
a55bbd06 ^
7e9c6925 ^
a55bbd06 ^
7284d503 ^
1848b18f ^
88be3dbc ^
1848b18f ^
5497090a ^





1848b18f ^
1848b18f ^
1848b18f ^


a55bbd06 ^
363be37f ^
a55bbd06 ^

0487a30e ^
ac0e9db5 ^
363be37f ^
827898fc ^
fca0ebbe ^
363be37f ^
19323e7a ^

ac0e9db5 ^
0487a30e ^
827898fc ^
a55bbd06 ^

c8a58cdc ^








afa42503 ^
c8a58cdc ^





363be37f ^
c8a58cdc ^


363be37f ^
c8a58cdc ^






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