about summary refs log tree commit diff stats
path: root/shell/gap-buffer.mu
Commit message (Expand)AuthorAgeFilesLines
* newlines are now a tokenKartik K. Agaram2021-06-181-3/+1
* .Kartik K. Agaram2021-06-111-1/+1
* shell: first test for entire environmentKartik K. Agaram2021-06-081-6/+6
* reverse-video for cursorKartik K. Agaram2021-06-061-9/+12
* shell: support negative integer literalsKartik K. Agaram2021-06-061-0/+19
* .Kartik K. Agaram2021-06-051-6/+2
* .Kartik K. Agaram2021-06-051-2/+12
* go-to dialog starts with word at cursor by defaultKartik K. Agaram2021-06-051-37/+39
* working on jumping to word at cursorKartik K. Agaram2021-06-051-0/+239
* modal dialog for function name to jump toKartik K. Agaram2021-06-041-0/+16
* first passing test for macroexpandKartik K. Agaram2021-05-061-2/+2
* move color scheme closer to Solarized darkKartik K. Agaram2021-05-011-7/+7
* adjust some colors and paddingKartik K. Agaram2021-04-291-14/+14
* start stashing and clearing sandbox after definitionsKartik K. Agaram2021-04-281-0/+9
* shell: tab inserts two spacesKartik K. Agaram2021-04-251-0/+8
* start cleaning up pixel graphicsKartik K. Agaram2021-04-191-7/+7
* add some structure to the serialization formatKartik K. Agaram2021-04-151-0/+8
* .Kartik K. Agaram2021-04-151-16/+17
* shell: load data disk as s-expr rather than stringKartik K. Agaram2021-04-141-0/+15
* shell: word/line navigationKartik K. Agaram2021-04-141-2/+220
* .Kartik K. Agaram2021-04-141-6/+6
* shell: highlight matching paren for cursorKartik K. Agaram2021-04-091-4/+107
* shell: highlight matching close-parenKartik K. Agaram2021-04-091-0/+23
* shell: ctrl-u to clear sandboxKartik K. Agaram2021-04-061-4/+14
* shell: ctrl-a/eKartik K. Agaram2021-04-051-0/+12
* support for arrow keysKartik K. Agaram2021-04-051-0/+12
* shell: clean up unimplemented menu itemsKartik K. Agaram2021-04-051-13/+0
* .Kartik Agaram2021-04-051-1/+1
* 7842 - new directory organizationKartik K. Agaram2021-03-031-0/+781
a> ^
672e3e50 ^

4690ce81 ^
672e3e50 ^



76755b28 ^

db1f56c8 ^




76755b28 ^

db1f56c8 ^


672e3e50 ^
4690ce81 ^
76755b28 ^
a654e4ec ^

76755b28 ^
4690ce81 ^
672e3e50 ^
4690ce81 ^

76755b28 ^
d5d908dd ^
672e3e50 ^


db1f56c8 ^
672e3e50 ^
32b8fac2 ^
672e3e50 ^

2f02189d ^











4690ce81 ^
76755b28 ^
4690ce81 ^
672e3e50 ^
4690ce81 ^
a654e4ec ^
65361948 ^
a654e4ec ^
65361948 ^
672e3e50 ^
a654e4ec ^
65361948 ^
672e3e50 ^




4690ce81 ^

d5d908dd ^
4690ce81 ^
c5ffb6e1 ^
672e3e50 ^
4690ce81 ^





672e3e50 ^


a654e4ec ^
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