Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify two similar functions | Kartik K. Agaram | 2022-07-19 | 1 | -13/+12 |
* | keep text from overflowing right margin | Kartik K. Agaram | 2022-07-19 | 1 | -36/+33 |
* | delete some duplicate initialization | Kartik K. Agaram | 2022-07-19 | 1 | -4/+0 |
* | bugfix: couple of margin-relative computations | Kartik K. Agaram | 2022-07-17 | 1 | -1/+61 |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -12/+96 |
* | bring back a set of constants | Kartik K. Agaram | 2022-07-16 | 1 | -1/+1 |
* | more decoupling editor tests from App | Kartik K. Agaram | 2022-07-16 | 1 | -1/+1 |
* | more decoupling editor tests from App | Kartik K. Agaram | 2022-07-16 | 1 | -3/+3 |
* | make test initializations a little more obvious | Kartik K. Agaram | 2022-07-15 | 1 | -93/+93 |
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -121/+214 |
* | call edit rather than App callbacks in tests | Kartik K. Agaram | 2022-07-12 | 1 | -101/+101 |
* | start passing in Editor_state explicitly | Kartik K. Agaram | 2022-07-12 | 1 | -76/+77 |
* | initialize contains test state | Kartik K. Agaram | 2022-07-12 | 1 | -87/+0 |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -877/+877 |
* | start decoupling editor tests from App | Kartik K. Agaram | 2022-07-11 | 1 | -76/+76 |
* | skip multiple consecutive whitespace | Kartik K. Agaram | 2022-07-11 | 1 | -0/+22 |
* | support other whitespace chars in word movements | Kartik K. Agaram | 2022-07-11 | 1 | -0/+22 |
* | flesh out some tests for word movements | Kartik K. Agaram | 2022-07-11 | 1 | -0/+125 |
* | yet another bugfix in selection management | Kartik K. Agaram | 2022-07-07 | 1 | -18/+1 |
* | bugfix: clicking on empty lines | Kartik K. Agaram | 2022-07-01 | 1 | -0/+16 |
* | right margin | Kartik K. Agaram | 2022-06-30 | 1 | -0/+71 |
* | rip out notion of Line_width | Kartik K. Agaram | 2022-06-30 | 1 | -84/+17 |
* | bugfix: lines that aren't drawn from the start | Kartik K. Agaram | 2022-06-30 | 1 | -0/+21 |
* | some redundant calls | Kartik K. Agaram | 2022-06-30 | 1 | -4/+0 |
* | clicking to the right of a line within line width | Kartik K. Agaram | 2022-06-29 | 1 | -0/+22 |
* | bugfix: clicking past end of screen line | Kartik K. Agaram | 2022-06-29 | 1 | -0/+49 |
* | bugfix: scrolling in left/right movements | Kartik K. Agaram | 2022-06-28 | 1 | -0/+118 |
* | bugfix: typing a capital letter deletes selection | Kartik K. Agaram | 2022-06-26 | 1 | -0/+22 |
* | bugfix: deleting a selection spanning pages | Kartik K. Agaram | 2022-06-26 | 1 | -0/+25 |
* | bugfix: don't delete selection when moving cursor | Kartik K. Agaram | 2022-06-23 | 1 | -0/+18 |
* | keep drawings within the line width slider as well | Kartik K. Agaram | 2022-06-22 | 1 | -2/+3 |
* | bugfix: delete selection before pasting | Kartik K. Agaram | 2022-06-21 | 1 | -0/+38 |
* | revert selection logic to before commit 3ffc2ed8f | Kartik K. Agaram | 2022-06-20 | 1 | -0/+1 |
* | snapshot: test for a new regression | Kartik K. Agaram | 2022-06-20 | 1 | -0/+22 |
* | selection bugfix | Kartik K. Agaram | 2022-06-20 | 1 | -0/+18 |
* | no, that's not right | Kartik K. Agaram | 2022-06-20 | 1 | -0/+22 |
* | bugfix: typing should delete highlighted text | Kartik K. Agaram | 2022-06-20 | 1 | -0/+17 |
* | bugfix | Kartik K. Agaram | 2022-06-19 | 1 | -0/+18 |
* | extract variables for drawing padding | Kartik K. Agaram | 2022-06-14 | 1 | -1/+1 |
* | extract variable Margin_left | Kartik K. Agaram | 2022-06-14 | 1 | -44/+38 |
* | . | Kartik K. Agaram | 2022-06-14 | 1 | -1/+0 |
* | lots more tests | Kartik K. Agaram | 2022-06-14 | 1 | -0/+65 |
* | mouse buttons are integers, not strings | Kartik K. Agaram | 2022-06-14 | 1 | -16/+16 |
* | answered an open question | Kartik K. Agaram | 2022-06-14 | 1 | -1/+0 |
* | bugfix | Kartik K. Agaram | 2022-06-14 | 1 | -0/+25 |
* | bugfix: UTF-8 in compute_fragments | Kartik K. Agaram | 2022-06-14 | 1 | -0/+18 |
* | . | Kartik K. Agaram | 2022-06-14 | 1 | -2/+2 |
* | new test | Kartik K. Agaram | 2022-06-12 | 1 | -0/+17 |
* | new test | Kartik K. Agaram | 2022-06-12 | 1 | -0/+12 |
* | override mouse state lookups in tests | Kartik K. Agaram | 2022-06-12 | 1 | -19/+19 |