about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
* start thinking of compute_fragments as a detailKartik K. Agaram2023-04-011-1/+1
* stop creating a singleton table for every wordKartik K. Agaram2023-04-011-10/+10
* clean up some debug printsKartik K. Agaram2023-04-011-8/+0
* no more Text allocationsKartik K. Agaram2023-04-011-14/+8
* App.width can no longer take a TextKartik K. Agaram2023-04-011-11/+8
* bugfix: naming pointsKartik K. Agaram2023-03-261-0/+1
* more bugfixKartik K. Agaram2023-03-171-1/+1
* bugfixKartik K. Agaram2023-03-171-9/+14
* get rid of all bifold textKartik K. Agaram2023-03-171-1/+0
* bugfix: up arrow when line above is a drawingKartik K. Agaram2023-01-311-1/+1
* reduce use of rfindKartik K. Agaram2023-01-131-0/+24
* make love event names consistentKartik K. Agaram2022-12-231-3/+3
* support selections in the source editorKartik K. Agaram2022-09-061-1/+0
* support drawings in the source editorKartik K. Agaram2022-09-051-17/+22
* editing source code from within the appKartik K. Agaram2022-09-031-5/+0
* set color for each fragmentKartik K. Agaram2022-08-231-1/+1
* helper: trimming whitespace from stringsKartik K. Agaram2022-08-231-0/+12
* fix a nameKartik K. Agaram2022-08-191-4/+4
* couple of accidental globalsKartik K. Agaram2022-08-181-2/+2
* get rid of some ridiculous codeKartik K. Agaram2022-08-181-15/+5
* spurious argsKartik K. Agaram2022-08-181-18/+18
* dead codeKartik K. Agaram2022-08-181-2/+0
* generalize a functionKartik K. Agaram2022-08-181-9/+10
* extract a variableKartik K. Agaram2022-08-181-2/+3
* simplifyKartik K. Agaram2022-08-181-4/+1
* move caching behavior inside compute_fragmentsKartik K. Agaram2022-08-171-6/+6
*