about summary refs log tree commit diff stats
path: root/main_tests.lua
Commit message (Expand)AuthorAgeFilesLines
* editing source code from within the appKartik K. Agaram2022-09-031-76/+0
* regression: dropping files on the windowKartik K. Agaram2022-08-191-0/+2
* make test initializations a little more obviousKartik K. Agaram2022-07-151-4/+5
* bugfix: resizeKartik K. Agaram2022-07-131-2/+7
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-4/+4
* add state arg to schedule_saveKartik K. Agaram2022-07-121-1/+1
* group all editor globalsKartik K. Agaram2022-07-121-11/+11
* rip out the line-width sliderKartik K. Agaram2022-06-301-18/+0
* bugfix: save previous file when dropping a new one onKartik K. Agaram2022-06-291-0/+30
* new test: dragging and dropping a file on lines.loveKartik K. Agaram2022-06-291-0/+27
* correct location of the line width sliderKartik K. Agaram2022-06-181-2/+2
* drop last couple of manual testsKartik K. Agaram2022-06-171-0/+29
t; 2021-06-15 21:50:13 -0700 committer Kartik Agaram <vc@akkartik.com> 2021-06-15 21:50:13 -0700 .' href='/akkartik/mu/commit/html/ex10.mu.html?h=hlt&id=dd60caa3f51c5117c0193f8f3272e1c7f5230eb7'>dd60caa3 ^
3120f938 ^

dc5a0acf ^

3120f938 ^


































5a3f9a31 ^
3120f938 ^

a8fb537a ^
3120f938 ^
a8fb537a ^
3120f938 ^
a8fb537a ^
3120f938 ^




a8fb537a ^
3120f938 ^

dd60caa3 ^


3120f938 ^







dd60caa3 ^

82171a0f ^
3120f938 ^

dd60caa3 ^
82171a0f ^
3120f938 ^

dd60caa3 ^
82171a0f ^
3120f938 ^







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