Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | streamline button.lua | Kartik K. Agaram | 2023-12-16 | 1 | -0/+1 |
* | fix all tests in LÖVE v12 | Kartik K. Agaram | 2023-10-09 | 1 | -3/+10 |
* | bugfix: clear selection when clicking above or below lines | Kartik K. Agaram | 2023-09-20 | 1 | -0/+24 |
* | bugfix: inscript's bug | Kartik K. Agaram | 2023-06-04 | 1 | -0/+27 |
* | handle wrapping lines | Kartik K. Agaram | 2023-06-03 | 1 | -0/+17 |
* | change how we handle clicks above top margin | Kartik K. Agaram | 2023-06-03 | 1 | -24/+19 |
* | get rid of recent_mouse | Kartik K. Agaram | 2023-06-01 | 1 | -23/+23 |
* | failing test now looks realistic | Kartik K. Agaram | 2023-06-01 | 1 | -0/+46 |
* | bugfix: searching files containing unicode | Kartik K. Agaram | 2023-05-13 | 1 | -10/+10 |
* | avoid saving fragments in lines | Kartik K. Agaram | 2023-04-01 | 1 | -1/+1 |
* | give a test a unique name | Kartik K. Agaram | 2023-03-19 | 1 | -3/+3 |
* | bugfix | Kartik K. Agaram | 2023-03-17 | 1 | -0/+22 |
* | bugfix: up arrow when line above is a drawing | Kartik K. Agaram | 2023-01-31 | 1 | -0/+50 |
* | deduce test names on failures | Kartik K. Agaram | 2023-01-20 | 1 | -533/+438 |
* | overzealous search-and-replace | Kartik K. Agaram | 2022-12-23 | 1 | -1/+1 |
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -22/+22 |
* | streamline one more test name | Kartik K. Agaram | 2022-12-13 | 1 | -14/+14 |
* | more streamlined test names | Kartik K. Agaram | 2022-12-13 | 1 | -29/+29 |
* | remove a duplicate test | Kartik K. Agaram | 2022-12-13 | 1 | -27/+10 |
* | bugfix: check after cursor on same line when searching upwards | Kartik K. Agaram | 2022-08-11 | 1 | -0/+19 |
* | bugfix: search upwards | Kartik K. Agaram | 2022-08-11 | 1 | -0/+19 |
* | bugfix: check before cursor on same line | Kartik K. Agaram | 2022-08-11 | 1 | -0/+19 |
* | bugfix: pagedown was sometimes bouncing up | Kartik K. Agaram | 2022-08-10 | 1 | -0/+17 |
* | bugfix: backspace from start of final line | Kartik K. Agaram | 2022-08-10 | 1 | -0/+16 |
* | click to the left of a line | Kartik K. Agaram | 2022-07-29 | 1 | -0/+19 |
* | line.y -> line_cache.starty in a few more places | Kartik K. Agaram | 2022-07-27 | 1 | -4/+4 |
* | bugfix: skip over drawings when searching | Kartik K. Agaram | 2022-07-25 | 1 | -7/+2 |
* | bugfix: search | Kartik K. Agaram | 2022-07-21 | 1 | -0/+33 |
* | bugfix: where cursor is drawn | Kartik K. Agaram | 2022-07-20 | 1 | -10/+10 |
* | exclude left margin from my word-split heuristic | Kartik K. Agaram | 2022-07-20 | 1 | -2/+2 |
* | allow Text.nearest_pos_less_than to return 0 | Kartik K. Agaram | 2022-07-20 | 1 | -2/+2 |
* | 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 |