about summary refs log tree commit diff stats
path: root/edit.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge text.loveKartik K. Agaram2023-08-301-1/+1
|\
| * Merge lines.loveKartik K. Agaram2023-08-301-3/+3
| |\
| | * make a few names consistent with snake_caseKartik K. Agaram2023-08-301-3/+3
* | | Merge text.loveKartik K. Agaram2023-06-081-1/+11
|\| |
| * | Merge lines.loveKartik K. Agaram2023-06-081-1/+11
| |\|
| | * several bugfixes in saving/loading cursor positionKartik K. Agaram2023-06-081-1/+11
* | | Merge text.loveKartik K. Agaram2023-06-071-1/+0
|\| |
| * | Merge lines.loveKartik K. Agaram2023-06-071-1/+0
| |\|
* | | Merge text.loveKartik K. Agaram2023-06-061-0/+2
|\| |
| * | Merge lines.loveKartik K. Agaram2023-06-061-0/+2
| |\|
| | * return height of editor widget after drawingKartik K. Agaram2023-06-061-0/+2
* | | Merge text.loveKartik K. Agaram2023-06-041-12/+32
|\| |
| * | Merge lines.loveKartik K. Agaram2023-06-041-12/+32
| |\|
| | * port inscript's bugfix to source editorKartik K. Agaram2023-06-041-1/+1
| | * bugfix: inscript's bugKartik K. Agaram2023-06-041-10/+21
| | * handle wrapping linesKartik K. Agaram2023-06-031-2/+2
| | * change how we handle clicks above top marginKartik K. Agaram2023-06-031-0/+11
| | * get rid of recent_mouseKartik K. Agaram2023-06-011-4/+0
| | * idea: set recent_mouse on mouse eventsKartik K. Agaram2023-06-011-1/+2
| | * ah, I see the problemKartik K. Agaram2023-06-011-7/+7
| | * some temporary logging to catch a bugKartik K. Agaram2023-06-011-6/+8
* | | Merge text.loveKartik K. Agaram2023-04-081-1/+1
|\| |
| * | Merge lines.loveKartik K. Agaram2023-04-081-1/+1
| |\|
| | * enhance bugfix of commit a9aa3436f (Dec 2024)Kartik K. Agaram2023-04-081-1/+1
* | | Merge text.loveKartik K. Agaram2023-04-031-2/+0
|\| |
| * | Merge lines.loveKartik K. Agaram2023-04-031-2/+0
| |\|
| | * switch source side to new screen-line-based renderKartik K. Agaram2023-04-031-1/+0
| | * streamline the interface for Text.drawKartik K. Agaram2023-04-021-1/+0
* | | Merge text.loveKartik K. Agaram2023-04-021-9/+1
|\| |
| * | Merge lines.loveKartik K. Agaram2023-04-021-9/+1
| |\|
| | * update documentation on fragmentsKartik K. Agaram2023-04-011-1/+1
| | * no more Text allocationsKartik K. Agaram2023-04-011-1/+0
| | * App.width can no longer take a TextKartik K. Agaram2023-04-011-7/+0
* | | Merge text.loveKartik K. Agaram2023-03-261-4/+7
|\| |
| * | Merge lines.loveKartik K. Agaram2023-03-261-4/+7
| |\|
| | * bugfix: naming pointsKartik K. Agaram2023-03-261-4/+5
| | * bugfixKartik K. Agaram2023-03-261-4/+6
| | * bugfixKartik K. Agaram2023-03-261-2/+4
| | * clean up some absolute coordinatesKartik K. Agaram2023-03-251-1/+1
* | | Merge text.loveKartik K. Agaram2023-03-231-0/+14
|\| |
| * | Merge lines.loveKartik K. Agaram2023-03-231-0/+14
| |\|
| | * some minor cleanupKartik K. Agaram2023-03-231-1/+1
| | * mouse wheel supportKartik K. Agaram2023-03-231-0/+14
* | | Merge text.loveKartik K. Agaram2023-03-191-1/+1
|\| |
| * | Merge lines.loveKartik K. Agaram2023-03-181-1/+1
| |\|
| | * move default file locationKartik K. Agaram2023-03-181-1/+1
* | | Merge text.loveKartik K. Agaram2023-03-171-3/+8
|\| |
| * | Merge lines.loveKartik K. Agaram2023-03-171-3/+8
| |\|
| | * bring a few things in sync between run and sourceKartik K. Agaram2023-03-171-1/+4
| | * bugfix: disallow font size of 0Kartik K. Agaram2023-03-171-2/+4