Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganize some comments | Kartik K. Agaram | 2023-07-31 | 1 | -2/+2 |
* | bugfix: search highlight straddling screen lines | Kartik K. Agaram | 2023-07-31 | 1 | -7/+8 |
* | remove a duplicate print to screen | Kartik K. Agaram | 2023-07-31 | 1 | -11/+9 |
* | extract a variable | Kartik K. Agaram | 2023-07-31 | 1 | -1/+2 |
* | bugfix: highlight search patterns on the right line | Kartik K. Agaram | 2023-07-31 | 1 | -2/+7 |
* | hoist and duplicate a conditional | Kartik K. Agaram | 2023-07-31 | 1 | -3/+5 |
* | improve a comment | Kartik K. Agaram | 2023-07-31 | 1 | -1/+1 |
* | port inscript's bugfix to source editor | Kartik K. Agaram | 2023-06-04 | 1 | -0/+15 |
* | add an assert | Kartik K. Agaram | 2023-05-14 | 1 | -0/+1 |
* | bugfix: rendering hyperlinks in wrapping lines | Kartik K. Agaram | 2023-05-14 | 1 | -1/+1 |
* | bugfix: never use utf8 pos in string.sub | Kartik K. Agaram | 2023-05-06 | 1 | -1/+3 |
* | remove some support for long lines from source editor | Kartik K. Agaram | 2023-04-19 | 1 | -13/+4 |
* | rename a variable | Kartik K. Agaram | 2023-04-08 | 1 | -6/+6 |
* | bugfix: syntax highlighting in source editor | Kartik K. Agaram | 2023-04-08 | 1 | -2/+7 |
* | switch source side to new screen-line-based render | Kartik K. Agaram | 2023-04-03 | 1 | -94/+111 |
* | start thinking of compute_fragments as a detail | Kartik K. Agaram | 2023-04-01 | 1 | -1/+1 |
* | stop creating a singleton table for every word | Kartik K. Agaram | 2023-04-01 | 1 | -12/+12 |
* | clean up some debug prints | Kartik K. Agaram | 2023-04-01 | 1 | -8/+0 |
* | no more Text allocations | Kartik K. Agaram | 2023-04-01 | 1 | -16/+10 |
* | App.width can no longer take a Text | Kartik K. Agaram | 2023-04-01 | 1 | -11/+8 |
* | get rid of to_text | Kartik K. Agaram | 2023-04-01 | 1 | -2/+1 |
* | update stale source X-( | Kartik K. Agaram | 2023-03-26 | 1 | -0/+1 |
* | more bugfix | Kartik K. Agaram | 2023-03-17 | 1 | -1/+1 |
* | bugfix | Kartik K. Agaram | 2023-03-17 | 1 | -9/+14 |
* | get rid of all bifold text | Kartik K. Agaram | 2023-03-17 | 1 | -784/+92 |
* | bring a few things in sync between run and source | Kartik K. Agaram | 2023-03-17 | 1 | -4/+20 |
* | bugfix: up arrow when line above is a drawing | Kartik K. Agaram | 2023-01-31 | 1 | -2/+2 |
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -3/+3 |
* | hide editor cursor while in file navigator | Kartik K. Agaram | 2022-09-18 | 1 | -3/+3 |
* | support selections in the source editor | Kartik K. Agaram | 2022-09-06 | 1 | -1/+60 |
* | support hyperlinks in the source editor | Kartik K. Agaram | 2022-09-05 | 1 | -0/+33 |
* | support drawings in the source editor | Kartik K. Agaram | 2022-09-05 | 1 | -60/+137 |
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+1561 |