about summary refs log tree commit diff stats
path: root/source_edit.lua
Commit message (Expand)AuthorAgeFilesLines
* ensure tapping on editor brings up soft keyboardKartik K. Agaram2024-02-161-0/+1
* fix yet another placeKartik K. Agaram2024-02-041-3/+3
* fix still more issues with the previous scenarioKartik K. Agaram2024-01-121-1/+1
* moar bugfix X-(Kartik K. Agaram2023-12-291-1/+1
* bugfixKartik K. Agaram2023-12-291-1/+2
* 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
* mouse button state in source editorKartik K. Agaram2023-12-011-0/+2
* audit all assertsKartik K. Agaram2023-11-181-10/+3
* 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
* port an old fix to source editorKartik K. Agaram2023-09-161-1/+11
* bugfix to the helper I added yesterdayKartik K. Agaram2023-09-161-0/+1
* hide line numbers from log browserKartik K. Agaram2023-09-151-4/+8
* bugfix: crash when using mouse wheelKartik K. Agaram2023-09-151-0/+2
* change a helper slightlyKartik K. Agaram2023-09-151-7/+11
* always show line numbers in source editorKartik K. Agaram2023-09-141-1/+2
* make a few names consistent with snake_caseKartik K. Agaram2023-08-301-3/+3
* port inscript's bugfix to source editorKartik K. Agaram2023-06-041-12/+33
* 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-2/+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
* update stale source X-(Kartik K. Agaram2023-03-261-11/+16
* update stale informationKartik K. Agaram2023-03-251-1/+1
* some minor cleanupKartik K. Agaram2023-03-231-1/+1
* mouse wheel supportKartik K. Agaram2023-03-231-0/+14
* get rid of all bifold textKartik K. Agaram2023-03-171-76/+27
* bring a few things in sync between run and sourceKartik K. Agaram2023-03-171-3/+5
* bugfix: disallow font size of 0Kartik K. Agaram2023-03-171-2/+4
* state validation in source editor as wellKartik K. Agaram2023-03-171-2/+24
* bugfixKartik K. Agaram2023-02-091-0/+1
* 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
* repeat bugfix on source editor X-(Kartik K. Agaram2022-12-121-2/+5
* repeat bugfix on source editorKartik K. Agaram2022-12-121-1/+6
* repeat bugfix on source editorKartik K. Agaram2022-11-271-1/+1
* ctrl+a: select entire bufferKartik K. Agaram2022-11-191-1/+4
* stop tracking wallclock timeKartik K. Agaram2022-11-031-2/+2
* hide editor cursor while in file navigatorKartik K. Agaram2022-09-181-2/+2
* new testKartik K. Agaram2022-09-151-1/+4
* bugfix: path munging on WindowsKartik K. Agaram2022-09-101-1/+1
* self-documenting 0 Test_right_marginKartik K. Agaram2022-09-071-1/+4
* switch shortcuts for bifold textKartik K. Agaram2022-09-061-2/+2
* support selections in the source editorKartik K. Agaram2022-09-061-1/+56