Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | streamline button.lua | Kartik K. Agaram | 2023-12-16 | 1 | -1/+1 |
* | clearing starty is redundant in mutations | Kartik K. Agaram | 2023-12-03 | 1 | -5/+0 |
* | manually maintain mouse button press state | Kartik K. Agaram | 2023-12-01 | 1 | -0/+2 |
* | audit all asserts | Kartik K. Agaram | 2023-11-18 | 1 | -11/+4 |
* | clearer API for drawing a button | Kartik K. Agaram | 2023-10-16 | 1 | -1/+1 |
* | bugfix: clear selection when clicking above or below lines | Kartik K. Agaram | 2023-09-20 | 1 | -13/+27 |
* | indent | Kartik K. Agaram | 2023-09-16 | 1 | -8/+8 |
* | bugfix to the helper I added yesterday | Kartik K. Agaram | 2023-09-16 | 1 | -0/+1 |
* | bugfix: crash when using mouse wheel | Kartik K. Agaram | 2023-09-15 | 1 | -0/+2 |
* | change a helper slightly | Kartik K. Agaram | 2023-09-15 | 1 | -7/+11 |
* | make a few names consistent with snake_case | Kartik K. Agaram | 2023-08-30 | 1 | -3/+3 |
* | several bugfixes in saving/loading cursor position | Kartik K. Agaram | 2023-06-08 | 1 | -1/+11 |
* | return height of editor widget after drawing | Kartik K. Agaram | 2023-06-06 | 1 | -0/+2 |
* | port inscript's bugfix to source editor | Kartik K. Agaram | 2023-06-04 | 1 | -1/+1 |
* | bugfix: inscript's bug | Kartik K. Agaram | 2023-06-04 | 1 | -10/+21 |
* | handle wrapping lines | Kartik K. Agaram | 2023-06-03 | 1 | -2/+2 |
* | change how we handle clicks above top margin | Kartik K. Agaram | 2023-06-03 | 1 | -0/+11 |
* | get rid of recent_mouse | Kartik K. Agaram | 2023-06-01 | 1 | -4/+0 |
* | idea: set recent_mouse on mouse events | Kartik K. Agaram | 2023-06-01 | 1 | -1/+2 |
* | ah, I see the problem | Kartik K. Agaram | 2023-06-01 | 1 | -7/+7 |
* | some temporary logging to catch a bug | Kartik K. Agaram | 2023-06-01 | 1 | -6/+8 |
* | enhance bugfix of commit a9aa3436f (Dec 2024) | Kartik K. Agaram | 2023-04-08 | 1 | -1/+1 |
* | switch source side to new screen-line-based render | Kartik K. Agaram | 2023-04-03 | 1 | -1/+0 |
* | streamline the interface for Text.draw | Kartik K. Agaram | 2023-04-02 | 1 | -1/+0 |
* | update documentation on fragments | Kartik K. Agaram | 2023-04-01 | 1 | -1/+1 |
* | no more Text allocations | Kartik K. Agaram | 2023-04-01 | 1 | -1/+0 |
* | App.width can no longer take a Text | Kartik K. Agaram | 2023-04-01 | 1 | -7/+0 |
* | bugfix: naming points | Kartik K. Agaram | 2023-03-26 | 1 | -4/+5 |
* | bugfix | Kartik K. Agaram | 2023-03-26 | 1 | -4/+6 |
* | bugfix | Kartik K. Agaram | 2023-03-26 | 1 | -2/+4 |
* | clean up some absolute coordinates | Kartik K. Agaram | 2023-03-25 | 1 | -1/+1 |
* | some minor cleanup | Kartik K. Agaram | 2023-03-23 | 1 | -1/+1 |
* | mouse wheel support | Kartik K. Agaram | 2023-03-23 | 1 | -0/+14 |
* | move default file location | Kartik K. Agaram | 2023-03-18 | 1 | -1/+1 |
* | bring a few things in sync between run and source | Kartik K. Agaram | 2023-03-17 | 1 | -1/+4 |
* | bugfix: disallow font size of 0 | Kartik K. Agaram | 2023-03-17 | 1 | -2/+4 |
* | more robust state validation | Kartik K. Agaram | 2023-03-17 | 1 | -2/+24 |
* | bugfix | Kartik K. Agaram | 2023-02-09 | 1 | -0/+1 |
* | wait a little to flush disk before quitting | Kartik K. Agaram | 2023-01-28 | 1 | -0/+2 |
* | bugfix | Kartik K. Agaram | 2022-12-24 | 1 | -1/+1 |
* | typo | Kartik K. Agaram | 2022-12-24 | 1 | -1/+1 |
* | consistent names in a few more places | Kartik K. Agaram | 2022-12-23 | 1 | -4/+4 |
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -19/+19 |
* | require editor margins to be ints | Kartik K. Agaram | 2022-12-23 | 1 | -2/+2 |
* | bugfix in changing shape mid-stroke | Kartik K. Agaram | 2022-12-12 | 1 | -2/+5 |
* | bugfix: naming points in drawings | Kartik K. Agaram | 2022-12-12 | 1 | -1/+6 |
* | bugfix | Kartik K. Agaram | 2022-11-27 | 1 | -1/+1 |
* | ctrl+a: select entire buffer | Kartik K. Agaram | 2022-11-19 | 1 | -1/+4 |
* | stop tracking wallclock time | Kartik K. Agaram | 2022-11-03 | 1 | -2/+2 |
* | bugfix: path munging on Windows | Kartik K. Agaram | 2022-09-10 | 1 | -1/+1 |