Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show any error after switching to source editor | Kartik K. Agaram | 2023-09-04 | 2 | -0/+9 |
* | switch to source editor on error | Kartik K. Agaram | 2023-09-04 | 1 | -3/+18 |
* | stop using keyboard.isDown | Kartik K. Agaram | 2023-09-04 | 1 | -2/+18 |
* | yet another set of bugfixes | Kartik K. Agaram | 2023-08-30 | 2 | -2/+2 |
* | bugfix in source editor | Kartik K. Agaram | 2023-08-30 | 1 | -2/+8 |
* | cleaner API for file-system access | Kartik K. Agaram | 2023-08-30 | 4 | -52/+535 |
* | make a few names consistent with snake_case | Kartik K. Agaram | 2023-08-30 | 4 | -20/+20 |
* | reorganize app.lua and its comments | Kartik K. Agaram | 2023-08-26 | 1 | -166/+142 |
* | correct various names in this and other pre-freewheeling forks | Kartik K. Agaram | 2023-08-26 | 1 | -7/+7 |
* | fix method name in documentation | Kartik K. Agaram | 2023-08-26 | 1 | -1/+1 |
* | tweak wording in test list | Kartik K. Agaram | 2023-08-07 | 1 | -3/+2 |
* | reorganize some comments | Kartik K. Agaram | 2023-07-31 | 1 | -2/+2 |
* | bugfix: search highlight straddling screen lines | Kartik K. Agaram | 2023-07-31 | 2 | -14/+16 |
* | remove a duplicate print to screen | Kartik K. Agaram | 2023-07-31 | 2 | -17/+14 |
* | extract a variable | Kartik K. Agaram | 2023-07-31 | 2 | -2/+4 |
* | bugfix: highlight search patterns on the right line | Kartik K. Agaram | 2023-07-31 | 2 | -4/+14 |
* | hoist and duplicate a conditional | Kartik K. Agaram | 2023-07-31 | 2 | -6/+10 |
* | improve a comment | Kartik K. Agaram | 2023-07-31 | 2 | -2/+2 |
* | drop an unused arg | Kartik K. Agaram | 2023-07-11 | 2 | -4/+4 |
* | standardize between run and source some more | Kartik K. Agaram | 2023-07-10 | 2 | -7/+3 |
* | simplify saving settings | Kartik K. Agaram | 2023-07-10 | 2 | -8/+2 |
* | bugfix: Windows pushing title bar off screen | Kartik K. Agaram | 2023-07-10 | 3 | -92/+32 |
* | delete flags that have never been exercised | Kartik K. Agaram | 2023-07-10 | 2 | -8/+0 |
* | bugfix: preserve window position | Kartik K. Agaram | 2023-07-10 | 1 | -1/+11 |
* | bugfix: preserve window position | Kartik K. Agaram | 2023-07-10 | 1 | -2/+7 |
* | support for num pad | Kartik K. Agaram | 2023-07-07 | 1 | -0/+37 |
* | experiment: convert to Pijul | Kartik K. Agaram | 2023-06-25 | 1 | -0/+1 |
* | stop highlighting strings in code | Kartik K. Agaram | 2023-06-17 | 1 | -2/+3 |
* | reconcile manual tests with some downstream forks | Kartik K. Agaram | 2023-06-08 | 1 | -1/+3 |
* | several bugfixes in saving/loading cursor position | Kartik K. Agaram | 2023-06-08 | 3 | -7/+24 |
* | document some editor constants | Kartik K. Agaram | 2023-06-07 | 1 | -0/+19 |
* | return height of editor widget after drawing | Kartik K. Agaram | 2023-06-06 | 1 | -0/+2 |
* | document facilities for buttons on screen | Kartik K. Agaram | 2023-06-06 | 1 | -0/+54 |
* | document a couple of miscellaneous helpers | Kartik K. Agaram | 2023-06-05 | 1 | -0/+6 |
* | document a few more keyboard primitives | Kartik K. Agaram | 2023-06-05 | 1 | -0/+9 |
* | rename modifier_down to key_down | Kartik K. Agaram | 2023-06-05 | 3 | -8/+7 |
* | port inscript's bugfix to source editor | Kartik K. Agaram | 2023-06-04 | 6 | -31/+143 |
* | bugfix: inscript's bug | Kartik K. Agaram | 2023-06-04 | 4 | -16/+65 |
* | handle wrapping lines | Kartik K. Agaram | 2023-06-03 | 2 | -2/+19 |
* | change how we handle clicks above top margin | Kartik K. Agaram | 2023-06-03 | 4 | -24/+34 |
* | desired behavior now looks good | Kartik K. Agaram | 2023-06-02 | 1 | -0/+5 |
* | save the list of tests in repo | Kartik K. Agaram | 2023-06-02 | 1 | -0/+113 |
* | get rid of recent_mouse | Kartik K. Agaram | 2023-06-01 | 3 | -37/+24 |
* | failing test now looks realistic | Kartik K. Agaram | 2023-06-01 | 1 | -0/+46 |
* | idea: set recent_mouse on mouse events | Kartik K. Agaram | 2023-06-01 | 2 | -4/+4 |
* | ah, I see the problem | Kartik K. Agaram | 2023-06-01 | 2 | -13/+8 |
* | some temporary logging to catch a bug | Kartik K. Agaram | 2023-06-01 | 3 | -6/+17 |
* | wait, fix tests | Kartik K. Agaram | 2023-05-30 | 1 | -9/+19 |
* | bugfix: drawings in source editor | Kartik K. Agaram | 2023-05-30 | 2 | -10/+20 |
* | hide cursor in log browser window | Kartik K. Agaram | 2023-05-14 | 2 | -3/+3 |