about summary refs log tree commit diff stats
path: root/edit/007-sandbox-delete.mu
Commit message (Expand)AuthorAgeFilesLines
* 3490Kartik K. Agaram2016-10-091-22/+22
* 3489Kartik K. Agaram2016-10-081-76/+76
* 3457Kartik K. Agaram2016-10-061-76/+76
* 3445Kartik K. Agaram2016-10-061-16/+16
* 3429 - standardize Mu scenariosKartik K. Agaram2016-09-281-30/+25
* 3396Kartik K. Agaram2016-09-171-29/+29
* 3391 - type abbreviations everywhereKartik K. Agaram2016-09-171-39/+39
* 3337 - first use of type abbreviations: textKartik K. Agaram2016-09-121-15/+15
* 3052 - make edit/ render functions higher-orderKartik K. Agaram2016-06-121-5/+5
* 2983 - migrate buttons over to sandbox/Kartik K. Agaram2016-05-191-3/+3
* 2981 - sandbox buttons implemented in edit/Kartik K. Agaram2016-05-191-44/+53
* 2978 - support new 'edit' button in edit/Kartik K. Agaram2016-05-191-2/+2
* 2977 - draw new sandbox menu in edit/Kartik K. Agaram2016-05-191-71/+71
* 2953 - use pgup/pgdn to scroll through sandboxesKartik K. Agaram2016-05-111-6/+6
* 2864 - replace all address:shared with just addressKartik K. Agaram2016-04-241-38/+38
* 2861 - 'maybe-convert' no longer returns addressKartik K. Agaram2016-04-231-1/+1
* 2853 - purge get-address from edit/ appKartik K. Agaram2016-04-221-16/+37
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-4/+4
* 2608 - fix-up tests in sandbox/ appKartik K. Agaram2016-01-271-12/+4
* 2594 - bugfixes: managing state when deletingKartik K. Agaram2016-01-231-2/+211
* 2590 - support scrolling through sandboxesKartik K. Agaram2016-01-221-1/+1
* 2585 - label sandboxes with a numberKartik K. Agaram2016-01-221-3/+3
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-191-10/+10
* rest of edit/ fixedKartik K. Agaram2015-12-151-1/+1
* 2374 - now edit works until layer 8Kartik K. Agaram2015-11-051-4/+2
* 2309Kartik K. Agaram2015-10-281-4/+4
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-1/+1
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-3/+1
* 2156 - split edit.mu into multiple filesKartik K. Agaram2015-09-051-0/+111
nisanti/profani-tty/commit/tests/functionaltests/functionaltests.c?id=2b7894ccff4c12003572af965b7f098669f0a7c3'>2b7894cc ^
377a63d0 ^

373f47c7 ^
52e2917b ^
6303e0e2 ^


377a63d0 ^











fca59a31 ^
377a63d0 ^


a978bb12 ^
377a63d0 ^












377a63d0 ^







ee664bf1 ^

69ac8097 ^


e1e0fda8 ^

97c5072f ^



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