Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge lines.love | Kartik K. Agaram | 2022-08-19 | 2 | -4/+6 |
|\ | |||||
| * | fix a name | Kartik K. Agaram | 2022-08-19 | 1 | -4/+4 |
| | | |||||
| * | reclaim a couple more functions after tests | Kartik K. Agaram | 2022-08-19 | 1 | -0/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-18 | 1 | -2/+2 |
|\| | |||||
| * | couple of accidental globals | Kartik K. Agaram | 2022-08-18 | 1 | -2/+2 |
| | | | | | | | | Luckily they didn't bite me yet. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-18 | 4 | -52/+41 |
|\| | |||||
| * | get rid of some ridiculous code | Kartik K. Agaram | 2022-08-18 | 1 | -15/+5 |
| | | | | | | | | | | | | I guess I wrote it before I settled into the idiom of: * first change cursor * then scroll if necessary | ||||
| * | spurious args | Kartik K. Agaram | 2022-08-18 | 1 | -18/+18 |
| | | |||||
| * | dead code | Kartik K. Agaram | 2022-08-18 | 1 | -2/+0 |
| | | |||||
| * | generalize a function | Kartik K. Agaram | 2022-08-18 | 3 | -12/+13 |
| | | |||||
| * | drop some obsolete args | Kartik K. Agaram | 2022-08-18 | 1 | -2/+2 |
| | | |||||
| * | subsection headings in a long switch | Kartik K. Agaram | 2022-08-18 | 1 | -0/+2 |
| | | |||||
| * | extract a variable | Kartik K. Agaram | 2022-08-18 | 1 | -2/+3 |
| | | |||||
| * | simplify | Kartik K. Agaram | 2022-08-18 | 1 | -4/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 1 | -5/+2 |
|\| | |||||
| * | simpler location comparison | Kartik K. Agaram | 2022-08-17 | 1 | -5/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 1 | -4/+5 |
|\| | |||||
| * | move caching behavior inside compute_fragments | Kartik K. Agaram | 2022-08-17 | 1 | -6/+6 |
| | | |||||
| * | remove some unnecessary work | Kartik K. Agaram | 2022-08-17 | 1 | -1/+3 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 2 | -14/+12 |
|\| | |||||
| * | standardize scroll check in a few places | Kartik K. Agaram | 2022-08-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | I'm taking some lessons from pensieve.love here. It seem like specific pixel thresholds don't matter too much for plain lines.love. I'd probably feel safer if I just used Text.cursor_out_of_screen in these places, but it means we draw the screen twice for most events[1]. Let's see if we can get by with the current approach. [1] Or we have to start scheduling things for the next draw, which is more complex to orchestrate. | ||||
| * | simplify cursor-on-screen check | Kartik K. Agaram | 2022-08-17 | 2 | -11/+9 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 3 | -8/+8 |
|\| | |||||
| * | swap return values | Kartik K. Agaram | 2022-08-17 | 3 | -8/+8 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 1 | -2/+0 |
|\| | |||||
| * | obsolete comment | Kartik K. Agaram | 2022-08-16 | 1 | -2/+0 |
| | | |||||
* | | title | Kartik K. Agaram | 2022-08-15 | 1 | -2/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-08-15 | 1 | -27/+27 |
|\| | | | | | | | | | (I'm going to change the format of these commits to be more useful in the presence of more than one level of upstream.) | ||||
| * | move | Kartik K. Agaram | 2022-08-15 | 1 | -28/+28 |
| | | |||||
* | | Merge upstream | Kartik K. Agaram | 2022-08-15 | 1 | -8/+2 |
|\| | |||||
| * | drop some unnecessary calls | Kartik K. Agaram | 2022-08-15 | 1 | -6/+0 |
| | | |||||
| * | stop confusingly reading a global | Kartik K. Agaram | 2022-08-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | The way Text.draw is called by edit.draw, we know it'll never be called for lines above screen_top1.line. Comparing every line on screen with screen_top1 makes no sense. The intent is really just to compare with screen_top1 only for the first line, and otherwise to ignore this check. | ||||
* | | bring back a level of wrapping | Kartik K. Agaram | 2022-08-15 | 8 | -96/+97 |
| | | | | | | | | | | Many projects will require the ability to add metadata to lines, so let's not drop that. | ||||
* | | superfluous line | Kartik K. Agaram | 2022-08-15 | 1 | -1/+0 |
| | | |||||
* | | clean up a few more loose ends | Kartik K. Agaram | 2022-08-14 | 3 | -25/+0 |
| | | |||||
* | | new fork: rip out drawing support | Kartik K. Agaram | 2022-08-14 | 15 | -2539/+202 |
|/ | |||||
* | new mirror | Kartik K. Agaram | 2022-08-14 | 1 | -0/+1 |
| | |||||
* | more cogent onboarding instructions | Kartik K. Agaram | 2022-08-14 | 1 | -4/+7 |
| | | | | Someone looking at the repo will probably prefer the terminal. | ||||
* | remove some duplication | Kartik K. Agaram | 2022-08-14 | 2 | -13/+8 |
| | |||||
* | bugfix: obsolete location for attribute | Kartik K. Agaram | 2022-08-14 | 1 | -2/+2 |
| | |||||
* | overzealous search-and-replace | Kartik K. Agaram | 2022-08-13 | 1 | -1/+1 |
| | |||||
* | bugfix: check after cursor on same line when searching upwards | Kartik K. Agaram | 2022-08-11 | 2 | -1/+28 |
| | |||||
* | search: transparently handle drawings everywhere | Kartik K. Agaram | 2022-08-11 | 1 | -22/+18 |
| | |||||
* | bugfix: search upwards | Kartik K. Agaram | 2022-08-11 | 2 | -1/+20 |
| | |||||
* | bugfix: check before cursor on same line | Kartik K. Agaram | 2022-08-11 | 2 | -1/+31 |
| | |||||
* | bugfix: handle drawings when updating screen top | Kartik K. Agaram | 2022-08-11 | 1 | -0/+1 |
| | |||||
* | rename | Kartik K. Agaram | 2022-08-11 | 1 | -24/+24 |
| | |||||
* | bugfix: pagedown was sometimes bouncing up | Kartik K. Agaram | 2022-08-10 | 2 | -1/+18 |
| | |||||
* | bugfix: backspace from start of final line | Kartik K. Agaram | 2022-08-10 | 2 | -1/+21 |
| | |||||
* | unnecessary args | Kartik K. Agaram | 2022-08-10 | 1 | -1/+1 |
| |