Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge text.love | Kartik K. Agaram | 2022-09-03 | 1 | -5/+0 |
|\ | |||||
| * | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -5/+0 |
* | | Merge text.love | Kartik K. Agaram | 2022-08-24 | 1 | -0/+1 |
|\| | |||||
| * | Merge lines.love | Kartik K. Agaram | 2022-08-24 | 1 | -0/+1 |
| |\ | |||||
| | * | infrastructure for caching LÖVE text objects | Kartik K. Agaram | 2022-08-24 | 1 | -0/+1 |
* | | | Merge text.love | Kartik K. Agaram | 2022-08-23 | 1 | -12/+16 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2022-08-23 | 1 | -12/+16 |
| |\| | |||||
| | * | flip return value of button handlers | Kartik K. Agaram | 2022-08-23 | 1 | -2/+1 |
| | * | stop putting button state in a global | Kartik K. Agaram | 2022-08-23 | 1 | -2/+3 |
| | * | allow buttons to interrupt events | Kartik K. Agaram | 2022-08-23 | 1 | -1/+5 |
| | * | distinguish consistently between mouse buttons and other buttons | Kartik K. Agaram | 2022-08-23 | 1 | -11/+11 |
* | | | new fork: browse an immutable text file | Kartik K. Agaram | 2022-08-20 | 1 | -77/+0 |
|/ / | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-18 | 1 | -0/+2 |
|\| | |||||
| * | subsection headings in a long switch | Kartik K. Agaram | 2022-08-18 | 1 | -0/+2 |
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 1 | -5/+3 |
|\| | |||||
| * | simplify cursor-on-screen check | Kartik K. Agaram | 2022-08-17 | 1 | -5/+3 |
* | | bring back a level of wrapping | Kartik K. Agaram | 2022-08-15 | 1 | -2/+2 |
* | | clean up a few more loose ends | Kartik K. Agaram | 2022-08-14 | 1 | -4/+0 |
* | | new fork: rip out drawing support | Kartik K. Agaram | 2022-08-14 | 1 | -186/+48 |
|/ | |||||
* | remove some duplication | Kartik K. Agaram | 2022-08-14 | 1 | -6/+4 |
* | bugfix: obsolete location for attribute | Kartik K. Agaram | 2022-08-14 | 1 | -2/+2 |
* | click to the left of a line | Kartik K. Agaram | 2022-07-29 | 1 | -2/+4 |
* | copying to clipboard can never scroll | Kartik K. Agaram | 2022-07-27 | 1 | -1/+0 |
* | line.y -> line_cache.starty in a few more places | Kartik K. Agaram | 2022-07-27 | 1 | -8/+8 |
* | have file API operate on state object | Kartik K. Agaram | 2022-07-25 | 1 | -2/+2 |
* | extract method | Kartik K. Agaram | 2022-07-23 | 1 | -0/+11 |
* | move drawing.starty into line cache | Kartik K. Agaram | 2022-07-20 | 1 | -4/+4 |
* | use line cache for drawings as well | Kartik K. Agaram | 2022-07-20 | 1 | -4/+4 |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -8/+13 |
* | keep all text cache writes inside text.lua | Kartik K. Agaram | 2022-07-17 | 1 | -4/+3 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -2/+2 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -2/+2 |
* | drop some extra args | Kartik K. Agaram | 2022-07-17 | 1 | -4/+4 |
* | fold together two largely similar cases | Kartik K. Agaram | 2022-07-17 | 1 | -28/+23 |
* | drop some redundant args from Text.draw | Kartik K. Agaram | 2022-07-17 | 1 | -3/+3 |
* | formatting | Kartik K. Agaram | 2022-07-16 | 1 | -1/+1 |
* | bring back a set of constants | Kartik K. Agaram | 2022-07-16 | 1 | -7/+6 |
* | more precise name | Kartik K. Agaram | 2022-07-15 | 1 | -3/+10 |
* | make test initializations a little more obvious | Kartik K. Agaram | 2022-07-15 | 1 | -7/+17 |
* | a bug I've never run into | Kartik K. Agaram | 2022-07-13 | 1 | -2/+8 |
* | replace globals with args in a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 |
* | correct a mis-named threshold | Kartik K. Agaram | 2022-07-12 | 1 | -0/+2 |
* | deduce left/right from state where possible | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 |
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -16/+19 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -10/+10 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -3/+3 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -15/+15 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -3/+3 |