about summary refs log tree commit diff stats
path: root/edit
Commit message (Expand)AuthorAgeFilesLines
...
* 2830 - bring back deleted test from 2829Kartik K. Agaram2016-04-101-2/+0
* 2806 - bugfix: cleaning up in 'reload'Kartik K. Agaram2016-03-211-1/+1
* 2782 - directly use string literals everywhereKartik K. Agaram2016-03-144-20/+10
* 2777 - pass literal strings into functionsKartik K. Agaram2016-03-131-9/+10
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-0811-170/+170
* 2716 - more holes in immutability checksKartik K. Agaram2016-02-262-4/+4
* 2707Kartik K. Agaram2016-02-253-14/+0
* 2705 - eradicate 'warning' from appsKartik K. Agaram2016-02-251-49/+49
* 2661 - warn if a reply doesn't match recipe headerKartik K. Agaram2016-02-151-1/+2
* 2624Kartik K. Agaram2016-02-012-15/+23
* 2623 - bugfix: editing sandboxesKartik K. Agaram2016-02-013-5/+15
* 2622 - bugfix: left-arrowKartik K. Agaram2016-01-311-3/+78
* 2610 - warn when recipes don't use default-spaceKartik K. Agaram2016-01-272-9/+19
* 2608 - fix-up tests in sandbox/ appKartik K. Agaram2016-01-274-39/+16
* 2604 - clearing line was sometimes hiding cursorKartik K. Agaram2016-01-251-1/+1
* 2602Kartik K. Agaram2016-01-241-1/+1
* 2598 - bugfix: scrolling after editKartik K. Agaram2016-01-231-0/+72
* 2595 - bugfix: update state when restoring sandboxesKartik K. Agaram2016-01-231-0/+3
* 2594 - bugfixes: managing state when deletingKartik K. Agaram2016-01-233-93/+306
* 2593 - bugfix: editing a sandbox resets scrollKartik K. Agaram2016-01-221-0/+54
* 2592 - bugfix: sandbox title bar managementKartik K. Agaram2016-01-221-1/+85
* 2591Kartik K. Agaram2016-01-221-1/+7
* 2590 - support scrolling through sandboxesKartik K. Agaram2016-01-227-13/+387
* 2589 - tweak color for sandbox labelsKartik K. Agaram2016-01-221-2/+2
* 2588 - bugfix: show *first* sandbox with errorKartik K. Agaram2016-01-221-1/+55
* 2587 - bugfix: show-screen on warningsKartik K. Agaram2016-01-221-1/+0
* 2586 - show first sandbox with error in statusKartik K. Agaram2016-01-224-17/+69
* 2585 - label sandboxes with a numberKartik K. Agaram2016-01-226-29/+38
* 2580 - check product type of 'maybe-convert'Kartik K. Agaram2016-01-201-10/+10
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-1911-1257/+1257
* 2558Kartik K. Agaram2016-01-121-2/+5
* 2548 - teach 'print' to print integersKartik K. Agaram2015-12-286-21/+38
* three bugs fixedKartik K. Agaram2015-12-152-0/+65
* rest of edit/ fixedKartik K. Agaram2015-12-154-8/+8
* layer 3 of edit/ now workingKartik K. Agaram2015-12-151-6/+8
* layers 1 and 2 of edit/ now workingKartik K. Agaram2015-12-152-5/+5
* 2480Kartik K. Agaram2015-11-271-2/+2
* 2477Kartik K. Agaram2015-11-271-2/+2
* 2476Kartik K. Agaram2015-11-271-1/+1
* 2474 - overload 'copy' and 'equal' for textKartik K. Agaram2015-11-221-1/+1
* 2471Kartik K. Agaram2015-11-221-4/+0
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-217-31/+31
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-216-24/+24
* 2466 - eliminate ':string' from scenariosKartik K. Agaram2015-11-211-1/+1
* 2464: edit/: update errors in shape-shifting recipesKartik K. Agaram2015-11-191-0/+49
* 2460 - headers for remaining recipesKartik K. Agaram2015-11-181-3/+3
* 2458 - edit/: recipe side free of sandbox errorsKartik K. Agaram2015-11-181-0/+35
* 2451 - drop zoom/maximize featureKartik K. Agaram2015-11-151-125/+0
* 2446 - drop '-duplex' namespacing in recipesKartik K. Agaram2015-11-156-77/+77
* 2442Kartik K. Agaram2015-11-152-4/+2
036global_variables.cc?h=hlt&id=94ad882e828f83df4a4cc0deab1a10e9d5e54eec'>94ad882e ^
a6517ed8 ^

e3c331d0 ^
f75c7021 ^
a6517ed8 ^



a6517ed8 ^

94ad882e ^
a6517ed8 ^

e3c331d0 ^
f75c7021 ^
a6517ed8 ^
f75c7021 ^
cac416f4 ^
a6061b9f ^














cac416f4 ^
cac416f4 ^

630433cd ^
cac416f4 ^
e3c331d0 ^
cac416f4 ^
f75c7021 ^




e3c331d0 ^
f75c7021 ^













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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217