about summary refs log tree commit diff stats
path: root/edit.lua
Commit message (Expand)AuthorAgeFilesLines
* transparent highlights work with more colorsKartik K. Agaram2024-09-191-1/+1
* don't always pop up keyboard on mobile devicesKartik K. Agaram2024-09-101-1/+0
* explicitly state when operations manage undoKartik K. Agaram2024-08-311-2/+2
* clean up Drawing.before after creating undo eventKartik K. Agaram2024-08-311-0/+1
* stop returning unused valueKartik K. Agaram2024-07-281-2/+0
* consistently schedule_save after all mutationsKartik K. Agaram2024-07-161-3/+3
* patch a vector for memory leaksKartik K. Agaram2024-07-101-2/+2
* delete some seemingly redundant codeKartik K. Agaram2024-07-081-1/+0
* purge obsolete term 'fragment'Kartik K. Agaram2024-07-081-5/+3
* use deepcopy where possibleKartik K. Agaram2024-06-231-2/+2
* bugfix: restart search on backspaceKartik K. Agaram2024-06-231-0/+3
* update a stale commentKartik K. Agaram2024-06-161-2/+1
* stop caching startyKartik K. Agaram2024-06-111-8/+1
* stop caching screen_bottom1Kartik K. Agaram2024-06-111-6/+2
* fix a crash involving mouse and drawingsKartik K. Agaram2024-06-091-6/+7
* 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