about summary refs log tree commit diff stats
path: root/source_text.lua
Commit message (Expand)AuthorAgeFilesLines
* switch source side to new screen-line-based renderKartik K. Agaram2023-04-031-94/+111
* 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-12/+12
* clean up some debug printsKartik K. Agaram2023-04-011-8/+0
* no more Text allocationsKartik K. Agaram2023-04-011-16/+10
* App.width can no longer take a TextKartik K. Agaram2023-04-011-11/+8
* get rid of to_textKartik K. Agaram2023-04-011-2/+1
* update stale source X-(Kartik 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-784/+92
* bring a few things in sync between run and sourceKartik K. Agaram2023-03-171-4/+20
* bugfix: up arrow when line above is a drawingKartik K. Agaram2023-01-311-2/+2
* make love event names consistentKartik K. Agaram2022-12-231-3/+3
* hide editor cursor while in file navigatorKartik K. Agaram2022-09-181-3/+3
* support selections in the source editorKartik K. Agaram2022-09-061-1/+60
* support hyperlinks in the source editorKartik K. Agaram2022-09-051-0/+33
* support drawings in the source editorKartik K. Agaram2022-09-051-60/+137
* editing source code from within the appKartik K. Agaram2022-09-031-0/+1561