about summary refs log tree commit diff stats
path: root/source_text_tests.lua
Commit message (Expand)AuthorAgeFilesLines
* bugfix in cursor positioningKartik K. Agaram2024-02-081-6/+6
* more carefully pass the 'key' arg aroundKartik K. Agaram2024-02-041-80/+80
* streamline button.luaKartik K. Agaram2023-12-161-0/+1
* fix all tests in LÖVE v12Kartik K. Agaram2023-10-091-3/+10
* bugfix: clear selection when clicking above or below linesKartik K. Agaram2023-09-201-0/+24
* port inscript's bugfix to source editorKartik K. Agaram2023-06-041-0/+85
* bugfix: searching files containing unicodeKartik K. Agaram2023-05-131-10/+10
* switch source side to new screen-line-based renderKartik K. Agaram2023-04-031-1/+1
* give a test a unique nameKartik K. Agaram2023-03-191-3/+3
* bugfixKartik K. Agaram2023-03-171-0/+22
* bugfix: up arrow when line above is a drawingKartik K. Agaram2023-01-311-0/+50
* deduce test names on failuresKartik K. Agaram2023-01-201-522/+428
* overzealous search-and-replaceKartik K. Agaram2022-12-231-1/+1
* make love event names consistentKartik K. Agaram2022-12-231-22/+22
* streamline one more test nameKartik K. Agaram2022-12-131-14/+14
* repeat changes on source editorKartik K. Agaram2022-12-131-53/+36
* support selections in the source editorKartik K. Agaram2022-09-061-2/+408
* support drawings in the source editorKartik K. Agaram2022-09-051-1/+59
* editing source code from within the appKartik K. Agaram2022-09-031-0/+1609