about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge text.loveKartik K. Agaram2024-02-081-1/+1
|\
| * Merge lines.loveKartik K. Agaram2024-02-081-1/+1
| |\
| | * bugfix in cursor positioningKartik K. Agaram2024-02-081-1/+1
* | | Merge text.loveKartik K. Agaram2024-01-151-24/+24
|\| |
| * | Merge lines.loveKartik K. Agaram2024-01-151-24/+24
| |\|
| | * use editor state font for width calculationsKartik K. Agaram2024-01-121-24/+24
* | | Merge text.loveKartik K. Agaram2023-12-261-1/+2
|\| |
| * | Merge lines.loveKartik K. Agaram2023-12-261-1/+2
| |\|
| | * bugfix: utf-8Kartik K. Agaram2023-12-261-1/+2
* | | Merge text.loveKartik K. Agaram2023-12-091-2/+1
|\| |
| * | Merge lines.loveKartik K. Agaram2023-12-091-2/+1
| |\|
| | * fix a couple of asserts missed in the recent auditKartik K. Agaram2023-12-091-2/+1
* | | Merge text.loveKartik K. Agaram2023-11-251-0/+13
|\| |
| * | Merge lines.loveKartik K. Agaram2023-11-251-1/+8
| |\|
| | * improved handling of other keyboard layoutsKartik K. Agaram2023-11-251-1/+8
* | | Merge text.loveKartik K. Agaram2023-11-241-1/+9
|\| |
| * | Merge lines.loveKartik K. Agaram2023-11-241-1/+9
| |\|
| | * bugfix: infinite loop inside a very narrow windowKartik K. Agaram2023-11-241-1/+3
| | * establish a fairly fundamental invariantKartik K. Agaram2023-11-241-0/+6
* | | Merge text.loveKartik K. Agaram2023-11-181-14/+13
|\| |
| * | Merge lines.loveKartik K. Agaram2023-11-181-15/+14
| |\|
| | * audit all assertsKartik K. Agaram2023-11-181-23/+22
* | | Merge text.loveKartik K. Agaram2023-07-311-14/+20
|\| |
| * | Merge lines.loveKartik K. Agaram2023-07-311-14/+22
| |\|
| | * bugfix: search highlight straddling screen linesKartik K. Agaram2023-07-311-7/+8
| | * remove a duplicate print to screenKartik K. Agaram2023-07-311-6/+5
| | * extract a variableKartik K. Agaram2023-07-311-1/+2
| | * bugfix: highlight search patterns on the right lineKartik K. Agaram2023-07-311-2/+7
| | * hoist and duplicate a conditionalKartik K. Agaram2023-07-311-3/+5
| | * improve a commentKartik K. Agaram2023-07-311-1/+1
* | | stop showing the cursorKartik K. Agaram2023-06-071-1/+6
* | | Merge text.loveKartik K. Agaram2023-06-041-0/+15
|\| |
| * | Merge lines.loveKartik K. Agaram2023-06-041-0/+15
| |\|
| | * bugfix: inscript's bugKartik K. Agaram2023-06-041-0/+15
* | | Merge text.loveKartik K. Agaram2023-05-141-0/+1
|\| |
| * | Merge lines.loveKartik K. Agaram2023-05-141-0/+1
| |\|
| | * add an assertKartik K. Agaram2023-05-141-0/+1
* | | Merge text.loveKartik K. Agaram2023-05-061-1/+3
|\| |
| * | Merge lines.loveKartik K. Agaram2023-05-061-1/+3
| |\|
| | * bugfix: never use utf8 pos in string.subKartik K. Agaram2023-05-061-1/+3
| | * remove some support for long lines from source editorKartik K. Agaram2023-04-191-0/+3
* | | Merge text.loveKartik K. Agaram2023-04-081-6/+5
|\| |
| * | Merge lines.loveKartik K. Agaram2023-04-081-6/+5
| |\|
| | * rename a variableKartik K. Agaram2023-04-081-6/+5
* | | Merge text.loveKartik K. Agaram2023-04-031-4/+3
|\| |
| * | Merge lines.loveKartik K. Agaram2023-04-031-4/+3
| |\|
| | * switch source side to new screen-line-based renderKartik K. Agaram2023-04-031-1/+0
| | * change cursor bounds check slightlyKartik K. Agaram2023-04-021-1/+1
| | * streamline the interface for Text.drawKartik K. Agaram2023-04-021-2/+2
* | | Merge text.loveKartik K. Agaram2023-04-021-90/+53
|\| |