about summary refs log tree commit diff stats
path: root/edit/005-sandbox.mu
Commit message (Expand)AuthorAgeFilesLines
* 2602Kartik K. Agaram2016-01-241-1/+1
* 2595 - bugfix: update state when restoring sandboxesKartik K. Agaram2016-01-231-0/+3
* 2594 - bugfixes: managing state when deletingKartik K. Agaram2016-01-231-84/+90
* 2592 - bugfix: sandbox title bar managementKartik K. Agaram2016-01-221-1/+85
* 2590 - support scrolling through sandboxesKartik K. Agaram2016-01-221-2/+371
* 2589 - tweak color for sandbox labelsKartik K. Agaram2016-01-221-2/+2
* 2586 - show first sandbox with error in statusKartik K. Agaram2016-01-221-5/+10
* 2585 - label sandboxes with a numberKartik K. Agaram2016-01-221-9/+18
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-191-76/+76
* 2548 - teach 'print' to print integersKartik K. Agaram2015-12-281-6/+9
* three bugs fixedKartik K. Agaram2015-12-151-0/+3
* rest of edit/ fixedKartik K. Agaram2015-12-151-1/+1
* 2477Kartik K. Agaram2015-11-271-2/+2
* 2476Kartik K. Agaram2015-11-271-1/+1
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-211-7/+7
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-211-8/+8
* 2466 - eliminate ':string' from scenariosKartik K. Agaram2015-11-211-1/+1
* 2446 - drop '-duplex' namespacing in recipesKartik K. Agaram2015-11-151-3/+3
* 2442Kartik K. Agaram2015-11-151-2/+1
* 2441 - never miss any specializationsKartik K. Agaram2015-11-151-1/+2
* 2417 - support mutable ingredients in headersKartik K. Agaram2015-11-101-6/+7
* 2371 - layer 5 of editKartik K. Agaram2015-11-051-59/+39
* 2309Kartik K. Agaram2015-10-281-17/+17
* 2267Kartik K. Agaram2015-10-091-1/+1
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-3/+3
* 2247 - type-check products of non-primitive recipesKartik K. Agaram2015-10-051-2/+2
* 2216Kartik K. Agaram2015-09-291-0/+13
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-4/+1
* 2182Kartik K. Agaram2015-09-121-2/+0
* 2167Kartik K. Agaram2015-09-051-4/+2
* 2166Kartik K. Agaram2015-09-051-153/+29
* 2164Kartik K. Agaram2015-09-051-2/+1
* 2163Kartik K. Agaram2015-09-051-6/+4
* 2157 - edit/ now contains real layersKartik K. Agaram2015-09-051-47/+9
* 2156 - split edit.mu into multiple filesKartik K. Agaram2015-09-051-0/+683
a> 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