about summary refs log tree commit diff stats
path: root/edit.lua
Commit message (Expand)AuthorAgeFilesLines
* ensure tapping on editor brings up soft keyboardKartik K. Agaram2024-02-161-0/+1
* bugfix: don't clear selection on M-arrowKartik K. Agaram2024-02-041-1/+1
* more carefully pass the 'key' arg aroundKartik K. Agaram2024-02-041-3/+3
* bugfixKartik K. Agaram2023-12-291-2/+3
* pull font into editorKartik K. Agaram2023-12-291-5/+7
* streamline button.luaKartik K. Agaram2023-12-161-1/+1
* clearing starty is redundant in mutationsKartik K. Agaram2023-12-031-5/+0
* manually maintain mouse button press stateKartik K. Agaram2023-12-011-0/+2
* audit all assertsKartik K. Agaram2023-11-181-11/+4
* clearer API for drawing a buttonKartik K. Agaram2023-10-161-1/+1
* bugfix: clear selection when clicking above or below linesKartik K. Agaram2023-09-201-13/+27
* indentKartik K. Agaram2023-09-161-8/+8
* bugfix to the helper I added yesterdayKartik K. Agaram2023-09-161-0/+1
* bugfix: crash when using mouse wheelKartik K. Agaram2023-09-151-0/+2
* change a helper slightlyKartik K. Agaram2023-09-151-7/+11
* make a few names consistent with snake_caseKartik K. Agaram2023-08-301-3/+3
* several bugfixes in saving/loading cursor positionKartik K. Agaram2023-06-081-1/+11
* return height of editor widget after drawingKartik K. Agaram2023-06-061-0/+2
* port inscript's bugfix to source editorKartik K. Agaram2023-06-041-1/+1
* bugfix: inscript's bugKartik K. Agaram2023-06-041-10/+21
* handle wrapping linesKartik K. Agaram2023-06-031-2/+2
* change how we handle clicks above top marginKartik K. Agaram2023-06-031-0/+11
* get rid of recent_mouseKartik K. Agaram2023-06-011-4/+0
* idea: set recent_mouse on mouse eventsKartik K. Agaram2023-06-011-1/+2
* ah, I see the problemKartik K. Agaram2023-06-011-7/+7
* some temporary logging to catch a bugKartik K. Agaram2023-06-011-6/+8
* enhance bugfix of commit a9aa3436f (Dec 2024)Kartik K. Agaram2023-04-081-1/+1
* switch source side to new screen-line-based renderKartik K. Agaram2023-04-031-1/+0
* streamline the interface for Text.drawKartik K. Agaram2023-04-021-1/+0
* update documentation on fragmentsKartik K. Agaram2023-04-011-1/+1
* no more Text allocationsKartik K. Agaram2023-04-011-1/+0
* App.width can no longer take a TextKartik K. Agaram2023-04-011-7/+0
* bugfix: naming pointsKartik K. Agaram2023-03-261-4/+5
* bugfixKartik K. Agaram2023-03-261-4/+6
* bugfixKartik K. Agaram2023-03-261-2/+4
* clean up some absolute coordinatesKartik K. Agaram2023-03-251-1/+1
* some minor cleanupKartik K. Agaram2023-03-231-1/+1
* mouse wheel supportKartik K. Agaram2023-03-231-0/+14
* move default file locationKartik K. Agaram2023-03-181-1/+1
* bring a few things in sync between run and sourceKartik K. Agaram2023-03-171-1/+4
* bugfix: disallow font size of 0Kartik K. Agaram2023-03-171-2/+4
* more robust state validationKartik K. Agaram2023-03-171-2/+24
* bugfixKartik K. Agaram2023-02-091-0/+1
* wait a little to flush disk before quittingKartik K. Agaram2023-01-281-0/+2
* bugfixKartik K. Agaram2022-12-241-1/+1
* typoKartik K. Agaram2022-12-241-1/+1
* consistent names in a few more placesKartik K. Agaram2022-12-231-4/+4
* make love event names consistentKartik K. Agaram2022-12-231-19/+19
* require editor margins to be intsKartik K. Agaram2022-12-231-2/+2
* bugfix in changing shape mid-strokeKartik K. Agaram2022-12-121-2/+5