about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* tool: compute nearby colors in default paletteKartik K. Agaram2021-05-012-1/+235
* primitive: convert r/g/b to h/s/lKartik K. Agaram2021-05-011-0/+234
* primitive: read r/g/b for colorKartik K. Agaram2021-05-012-0/+329
* .Kartik K. Agaram2021-05-012-4/+4
* cleaner rendering of fake screens and keyboardsKartik K. Agaram2021-05-012-117/+10
* .Kartik K. Agaram2021-05-012-50/+64
* .Kartik K. Agaram2021-05-012-4/+4
* move color scheme closer to Solarized darkKartik K. Agaram2021-05-018-143/+143
* support color comparison in the palette docKartik Agaram2021-05-011-257/+265
* shell: squeeze menuKartik K. Agaram2021-04-301-11/+13
* shell: allow 'def' to overwriteKartik K. Agaram2021-04-292-14/+7
* shell: commentsKartik K. Agaram2021-04-291-0/+47
* .Kartik K. Agaram2021-04-291-1/+0
* adjust fake screen aspect ratio for verisimilitudeKartik K. Agaram2021-04-291-1/+1
* keep the temporary progress screen off the keyboardKartik K. Agaram2021-04-291-1/+1
* make pixel borders of screen clearKartik K. Agaram2021-04-291-16/+20
* make matching parens pop againKartik K. Agaram2021-04-291-1/+1
* render definitions in 2 columnsKartik K. Agaram2021-04-292-10/+29
* white text everywhere by defaultKartik K. Agaram2021-04-291-1/+1
* tweak colors for definitionsKartik K. Agaram2021-04-291-1/+1
* render in a narrow columnKartik K. Agaram2021-04-291-1/+1
* load large definitionsKartik K. Agaram2021-04-291-1/+1
* adjust some colors and paddingKartik K. Agaram2021-04-295-85/+102
* extremely threadbare null-pointer protectionKartik K. Agaram2021-04-281-0/+6
* bugfix: initialize gap buffers before using themKartik K. Agaram2021-04-282-2/+5
* fix renderingKartik K. Agaram2021-04-281-1/+1
* shell: load/store from/to disk with indentKartik K. Agaram2021-04-282-25/+82
* .Kartik K. Agaram2021-04-281-3/+1
* shell: bugfix for stream literalsKartik K. Agaram2021-04-281-2/+33
* start rendering definitions with indentationKartik K. Agaram2021-04-281-12/+6
* start stashing and clearing sandbox after definitionsKartik K. Agaram2021-04-283-9/+80
* .Kartik K. Agaram2021-04-281-1/+1
* .Kartik K. Agaram2021-04-282-36/+20
* shell: stream literalsKartik K. Agaram2021-04-274-3/+47
* .Kartik K. Agaram2021-04-271-17/+17
* .Kartik K. Agaram2021-04-271-73/+18
* shell: tokenizing stream (string) literalsKartik K. Agaram2021-04-271-1/+78
* .Kartik K. Agaram2021-04-271-8/+1
* .Kartik Agaram2021-04-261-5/+5
* bresenham circlesKartik K. Agaram2021-04-251-1/+22
* bug in bresenham linesKartik K. Agaram2021-04-251-2/+2
* shell: primitives 'and' and 'or'Kartik K. Agaram2021-04-252-11/+87
* shell: primitive 'not'Kartik K. Agaram2021-04-251-4/+45
* failing tests not printing since show-stack-stateKartik K. Agaram2021-04-251-1/+10
* .Kartik K. Agaram2021-04-252-4/+4
* .Kartik K. Agaram2021-04-251-56/+56
* .Kartik K. Agaram2021-04-252-1/+1
* .Kartik K. Agaram2021-04-251-94/+0
* expand stack to 16MBKartik K. Agaram2021-04-253-6/+6
* shell: tab inserts two spacesKartik K. Agaram2021-04-251-0/+8