Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: restart search on backspace | Kartik K. Agaram | 2024-10-28 | 1 | -0/+3 |
* | bugfix in source editor | Kartik K. Agaram | 2024-09-10 | 1 | -1/+0 |
* | explicitly state when operations manage undo | Kartik K. Agaram | 2024-08-31 | 1 | -2/+2 |
* | clean up Drawing.before after creating undo event | Kartik K. Agaram | 2024-08-31 | 1 | -0/+1 |
* | consistently schedule_save after all mutations | Kartik K. Agaram | 2024-07-16 | 1 | -3/+3 |
* | delete some seemingly redundant code | Kartik K. Agaram | 2024-07-08 | 1 | -1/+0 |
* | purge obsolete term 'fragment' | Kartik K. Agaram | 2024-07-08 | 1 | -7/+4 |
* | use deepcopy where possible | Kartik K. Agaram | 2024-06-23 | 1 | -2/+2 |
* | stop caching starty | Kartik K. Agaram | 2024-06-11 | 1 | -8/+1 |
* | stop caching screen_bottom1 | Kartik K. Agaram | 2024-06-11 | 1 | -6/+2 |
* | bugfix in source editor: don't clear selection on M-arrow | Kartik K. Agaram | 2024-06-09 | 1 | -1/+1 |
* | bugfix in source editor | Kartik K. Agaram | 2024-06-09 | 1 | -6/+7 |
* | ensure tapping on editor brings up soft keyboard | Kartik K. Agaram | 2024-02-16 | 1 | -0/+1 |
* | fix yet another place | Kartik K. Agaram | 2024-02-04 | 1 | -3/+3 |
* | fix still more issues with the previous scenario | Kartik K. Agaram | 2024-01-12 | 1 | -1/+1 |
* | moar bugfix X-( | Kartik K. Agaram | 2023-12-29 | 1 | -1/+1 |
* | bugfix | Kartik K. Agaram | 2023-12-29 | 1 | -1/+2 |
* | pull font into editor | Kartik K. Agaram | 2023-12-29 | 1 | -5/+7 |
* | 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 |
* | mouse button state in source editor | Kartik K. Agaram | 2023-12-01 | 1 | -0/+2 |
* | audit all asserts | Kartik K. Agaram | 2023-11-18 | 1 | -10/+3 |
* | 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 |
* | port an old fix to source editor | Kartik K. Agaram | 2023-09-16 | 1 | -1/+11 |
* | bugfix to the helper I added yesterday | Kartik K. Agaram | 2023-09-16 | 1 | -0/+1 |
* | hide line numbers from log browser | Kartik K. Agaram | 2023-09-15 | 1 | -4/+8 |
* | 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 |
* | always show line numbers in source editor | Kartik K. Agaram | 2023-09-14 | 1 | -1/+2 |
* | make a few names consistent with snake_case | Kartik K. Agaram | 2023-08-30 | 1 | -3/+3 |
* | port inscript's bugfix to source editor | Kartik K. Agaram | 2023-06-04 | 1 | -12/+33 |
* | 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 | -2/+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 |
* | update stale source X-( | Kartik K. Agaram | 2023-03-26 | 1 | -11/+16 |
* | update stale information | 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 |
* | get rid of all bifold text | Kartik K. Agaram | 2023-03-17 | 1 | -76/+27 |
* | bring a few things in sync between run and source | Kartik K. Agaram | 2023-03-17 | 1 | -3/+5 |
* | bugfix: disallow font size of 0 | Kartik K. Agaram | 2023-03-17 | 1 | -2/+4 |
* | state validation in source editor as well | Kartik K. Agaram | 2023-03-17 | 1 | -2/+24 |
* | bugfix | Kartik K. Agaram | 2023-02-09 | 1 | -0/+1 |
* | 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 |