about summary refs log tree commit diff stats
path: root/shell/sandbox.mu
Commit message (Expand)AuthorAgeFilesLines
...
* get bresenham line drawing working with a traceKartik K. Agaram2021-04-201-0/+3
* reimplement pixel graphicsKartik K. Agaram2021-04-191-24/+46
* start cleaning up pixel graphicsKartik K. Agaram2021-04-191-11/+11
* shell: ctrl-r runs on real screen without a traceKartik K. Agaram2021-04-171-12/+7
* .Kartik K. Agaram2021-04-171-4/+4
* shell: reenable the traceKartik K. Agaram2021-04-171-1/+1
* tmp: debugging why brline prints no pixelsKartik K. Agaram2021-04-171-1/+1
* handle drawing 16*4 = 64 pixelsKartik K. Agaram2021-04-161-1/+1
* first session programming _within_ the Mu computerKartik K. Agaram2021-04-151-1/+1
* shell: start persisting global bindingsKartik K. Agaram2021-04-151-1/+4
* .Kartik K. Agaram2021-04-151-0/+8
* .Kartik K. Agaram2021-04-151-0/+7
* .Kartik K. Agaram2021-04-151-1/+1
* parse dotted listsKartik K. Agaram2021-04-151-0/+135
* .Kartik K. Agaram2021-04-141-10/+3
* shell: word/line navigationKartik K. Agaram2021-04-141-0/+8
* shell: pixel graphicsKartik K. Agaram2021-04-131-17/+49
* shell: fake keyboardKartik K. Agaram2021-04-101-1/+1
* shell: start jumping to keyboard using TabKartik K. Agaram2021-04-101-25/+180
* shell: UI now showing fake keyboardKartik K. Agaram2021-04-101-9/+86
* shell: start on support for fake keyboardKartik K. Agaram2021-04-101-2/+5
* shell: move fake screen to sandboxKartik K. Agaram2021-04-101-39/+35
* shell: tweaks for fake screensKartik K. Agaram2021-04-101-5/+137
* shell: render fake screensKartik K. Agaram2021-04-101-4/+75
* shell: start of 'print' primitiveKartik K. Agaram2021-04-101-8/+17
* .Kartik K. Agaram2021-04-081-0/+3
* shell: create space to display globalsKartik K. Agaram2021-04-081-1/+1
* shell: quoteKartik K. Agaram2021-04-061-0/+20
* shell: extensible array of globalsKartik K. Agaram2021-04-051-19/+19
* shell: save repl input to disk before runningKartik K. Agaram2021-04-051-22/+29
* shell: clean up unimplemented menu itemsKartik K. Agaram2021-04-051-4/+0
* writes to disk now workingKartik K. Agaram2021-03-231-0/+3
* .Kartik K. Agaram2021-03-081-1/+1
* strip spaces when tokenizingKartik K. Agaram2021-03-081-0/+23
* get rid of ctrl-d/ctrl-u when browsing traceKartik K. Agaram2021-03-081-4/+4
* 7860Kartik K. Agaram2021-03-061-2/+1
* 7854 - shell: symbol lookupKartik K. Agaram2021-03-051-17/+2
* 7851 - shell snapshot: symbol lookupKartik K. Agaram2021-03-051-1/+20
* 7849 - shell: literal numbersKartik K. Agaram2021-03-041-2/+10
* 7842 - new directory organizationKartik K. Agaram2021-03-031-0/+263