about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* simpler implementation of bugfix #2Kartik K. Agaram2024-10-292-46/+2
* bugfix #3, attempt #2 in search UIKartik K. Agaram2024-10-292-5/+5
* bugfix #3 in search UIKartik K. Agaram2024-10-292-9/+5
* bugfix #2 in search UIKartik K. Agaram2024-10-295-6/+44
* bugfix in search UIKartik K. Agaram2024-10-295-13/+83
* bugfix: restart search on backspaceKartik K. Agaram2024-10-281-0/+3
* bugfix: UnicodeKartik K. Agaram2024-10-142-4/+4
* transparent highlights work with more colorsKartik K. Agaram2024-09-191-1/+1
* bugfix in source editorKartik K. Agaram2024-09-102-1/+1
* don't always pop up keyboard on mobile devicesKartik K. Agaram2024-09-103-2/+1
* streamline ReadmeKartik K. Agaram2024-09-081-2/+1
* fine, I'll add a badgeKartik K. Agaram2024-09-051-0/+2
* clean up some issues I now feel confident aboutKartik K. Agaram2024-08-312-9/+1
* explicitly state when operations manage undoKartik K. Agaram2024-08-316-14/+14
* clean up Drawing.before after creating undo eventKartik K. Agaram2024-08-312-0/+2
* stop returning unused valueKartik K. Agaram2024-07-281-2/+0
* clarify that PRs and patches are both welcomeKartik K. Agaram2024-07-221-1/+2
* add a forkKartik K. Agaram2024-07-221-0/+2
* fix a commentKartik K. Agaram2024-07-172-2/+2
* clean up an unnecessary mutationKartik K. Agaram2024-07-172-2/+0
* consistently schedule_save after all mutationsKartik K. Agaram2024-07-164-15/+15
* register a new add-on toolKartik K. Agaram2024-07-121-0/+3
* patch a vector for memory leaksKartik K. Agaram2024-07-101-2/+2
* delete some seemingly redundant codeKartik K. Agaram2024-07-084-24/+0
* purge obsolete term 'fragment'Kartik K. Agaram2024-07-084-27/+22
* simplify some code now that lines contains no derived dataKartik K. Agaram2024-07-082-18/+2
* use deepcopy where possibleKartik K. Agaram2024-06-234-32/+32
* bugfix: restart search on backspaceKartik K. Agaram2024-06-231-0/+3
* correct some commentsKartik K. Agaram2024-06-231-5/+3
* update a stale commentKartik K. Agaram2024-06-161-2/+1
* crap, fix some final changes in the source editorKartik K. Agaram2024-06-113-9/+7
* commentKartik K. Agaram2024-06-111-2/+2
* whitespaceKartik K. Agaram2024-06-111-5/+5
* stop caching startyKartik K. Agaram2024-06-1112-107/+148
* stop caching screen_bottom1Kartik K. Agaram2024-06-1110-303/+173
* bugfix in source editor: don't clear selection on M-arrowKartik K. Agaram2024-06-091-1/+1
* bugfix in source editorKartik K. Agaram2024-06-093-7/+27
* fix a crash involving mouse and drawingsKartik K. Agaram2024-06-095-8/+33
* document recent handlersKartik K. Agaram2024-05-191-0/+7
* mousefocus handlerKartik K. Agaram2024-05-191-0/+11
* mousemoved handlerKartik K. Agaram2024-05-191-0/+11
* add a mirror and reorg mirrorsKartik K. Agaram2024-03-101-3/+4
* ensure tapping on editor brings up soft keyboardKartik K. Agaram2024-02-162-0/+2
* bugfix in cursor positioningKartik K. Agaram2024-02-084-14/+14
* fix yet another placeKartik K. Agaram2024-02-041-3/+3
* more realism in one more helperKartik K. Agaram2024-02-042-5/+5
* bugfix: don't clear selection on M-arrowKartik K. Agaram2024-02-041-1/+1
* more carefully pass the 'key' arg aroundKartik K. Agaram2024-02-045-188/+188
* use editor state font for width calculationsKartik K. Agaram2024-01-129-71/+67
* don't save settings on error in source editorKartik K. Agaram2024-01-123-2/+3