Commit Graph

  • 093da1e7f8 add a mirror and reorg mirrors main Kartik K. Agaram 2024-03-10 20:15:46 -0700
  • 219ee11686 ensure tapping on editor brings up soft keyboard Kartik K. Agaram 2024-02-16 21:12:02 -0800
  • 4e9298dda1 bugfix in cursor positioning Kartik K. Agaram 2024-02-08 02:23:56 -0800
  • 1dbd734abb fix yet another place Kartik K. Agaram 2024-02-04 17:19:39 -0800
  • 95be13f9db more realism in one more helper Kartik K. Agaram 2024-02-04 17:15:35 -0800
  • 83722db5e4 bugfix: don't clear selection on M-arrow Kartik K. Agaram 2024-02-04 09:31:36 -0800
  • 1d1a829d5b more carefully pass the 'key' arg around Kartik K. Agaram 2024-02-04 09:30:48 -0800
  • 95d88a8298 use editor state font for width calculations Kartik K. Agaram 2024-01-12 05:23:06 -0800
  • 4121613fc6 don't save settings on error in source editor Kartik K. Agaram 2024-01-12 03:51:34 -0800
  • 5d4fd4aa93 fix still more issues with the previous scenario Kartik K. Agaram 2024-01-12 03:33:13 -0800
  • 57fb2d4b57 clean up test mocks before aborting Kartik K. Agaram 2024-01-12 03:03:31 -0800
  • aa6bfb4b15 moar bugfix X-( Kartik K. Agaram 2023-12-29 12:02:45 -0800
  • bd2179d8aa bugfix Kartik K. Agaram 2023-12-29 11:52:28 -0800
  • 6601c9fad8 update doc Kartik K. Agaram 2023-12-29 11:26:24 -0800
  • 0f4aea6db7 pull font into editor Kartik K. Agaram 2023-12-29 11:18:41 -0800
  • e36559d264 bugfix: utf-8 Kartik K. Agaram 2023-12-26 11:19:23 -0800
  • 3520682605 document a missing editor API Kartik K. Agaram 2023-12-19 10:41:53 -0800
  • 81883d7dca bugfix :( Kartik K. Agaram 2023-12-18 21:39:01 -0800
  • 0c4730dffc make button backgrounds optional Kartik K. Agaram 2023-12-18 21:33:59 -0800
  • 445ce2d220 add a helper and update some docs Kartik K. Agaram 2023-12-18 11:59:08 -0800
  • c29be0ffce streamline button.lua Kartik K. Agaram 2023-12-16 23:37:32 -0800
  • 961f296131 fix a couple of asserts missed in the recent audit Kartik K. Agaram 2023-12-09 09:22:45 -0800
  • 366d806515 copy correct warning message Kartik K. Agaram 2023-12-07 01:08:09 -0800
  • c4333b8da5 minor tweaks to manual tests while pushing to all forks Kartik K. Agaram 2023-12-07 01:06:19 -0800
  • 8c97755480 hide some details within the 'warning' state Kartik K. Agaram 2023-12-06 22:59:24 -0800
  • 19597e7619 redo version checks yet again Kartik K. Agaram 2023-12-06 21:32:10 -0800
  • 01a26cad5f redo version checks Kartik K. Agaram 2023-12-06 20:14:24 -0800
  • fa778f95a1 _yet another_ bugfix to the version check X-( Kartik K. Agaram 2023-12-06 17:34:04 -0800
  • f6bc670ef6 yet another bugfix to the version check Kartik K. Agaram 2023-12-03 12:30:16 -0800
  • f37b45196a speculatively recommend new LÖVE v11.5 in all forks Kartik K. Agaram 2023-12-03 12:12:56 -0800
  • 9993014904 bugfix: version check Kartik K. Agaram 2023-12-03 12:11:17 -0800
  • 0d3db19c85 clearing starty is redundant in mutations Kartik K. Agaram 2023-12-03 10:29:24 -0800
  • 8399c42707 mouse button state in source editor Kartik K. Agaram 2023-12-01 22:07:24 -0800
  • 8a588880b7 manually maintain mouse button press state Kartik K. Agaram 2023-12-01 21:52:10 -0800
  • 9ed7c576e6 port keyboard layout handling to source editor Kartik K. Agaram 2023-11-25 15:31:42 -0800
  • f6420efd90 improved handling of other keyboard layouts Kartik K. Agaram 2023-11-25 15:20:55 -0800
  • c1f7f17f9c bugfix: infinite loop inside a very narrow window Kartik K. Agaram 2023-11-24 19:19:29 -0800
  • 0751b38932 establish a fairly fundamental invariant Kartik K. Agaram 2023-11-24 19:16:33 -0800
  • 48c05aa77a late-bind my App.* handlers Kartik K. Agaram 2023-11-18 14:13:13 -0800
  • 007b965b11 audit all asserts Kartik K. Agaram 2023-11-18 11:30:57 -0800
  • 5cce511550 remove some dead code Kartik K. Agaram 2023-11-12 17:14:37 -0800
  • 7057ac74ec check for 'error' mode in a few more places Kartik K. Agaram 2023-11-12 16:26:51 -0800
  • d90dff3286 improve a name Kartik K. Agaram 2023-11-10 10:21:52 -0800
  • f86ebf6247 clean up a debug print Kartik K. Agaram 2023-11-10 10:20:57 -0800
  • a6738b49c4 clean up some cruft from error callstacks Kartik K. Agaram 2023-11-10 08:41:56 -0800
  • 8b70258978 remove a no-op regex munging on callstacks Kartik K. Agaram 2023-11-10 07:24:46 -0800
  • aa9a0b0b15 use my name for a dir Kartik K. Agaram 2023-10-27 23:58:42 -0700
  • 5d41640d2f remove stale variable from docs Kartik K. Agaram 2023-10-27 23:57:18 -0700
  • 523db004d9 change section delimiters in log for OpenBSD Kartik K. Agaram 2023-10-20 15:53:03 -0700
  • f61976c61a use color alpha in button backgrounds Kartik K. Agaram 2023-10-16 22:59:04 -0700
  • 4b3f359526 clearer API for drawing a button Kartik K. Agaram 2023-10-16 22:53:26 -0700
  • ea4a8379fe rfind bugfix: handle empty pattern like string.find Kartik K. Agaram 2023-10-15 14:21:41 -0700
  • 6b723363b8 add some tests for rfind Kartik K. Agaram 2023-10-15 14:20:55 -0700
  • 69d86cae5b fix all tests in LÖVE v12 Kartik K. Agaram 2023-10-09 20:25:08 -0700
  • 6e391d7875 start supporting LÖVE v12 Kartik K. Agaram 2023-10-09 20:00:36 -0700
  • bd6f7d48e7 bugfix: clear selection when clicking above or below lines Kartik K. Agaram 2023-09-20 13:39:29 -0700
  • c43d884b6f indent Kartik K. Agaram 2023-09-16 22:41:55 -0700
  • 9241fedf3a port an old fix to source editor Kartik K. Agaram 2023-09-16 22:40:46 -0700
  • 6e2137c5b6 bugfix to the helper I added yesterday Kartik K. Agaram 2023-09-16 22:39:51 -0700
  • 715c6fd32f source: show file being edited in window title bar Kartik K. Agaram 2023-09-15 13:36:27 -0700
  • 6ed60848a4 delete some dead code Kartik K. Agaram 2023-09-15 13:33:26 -0700
  • 76f119b7b9 hide line numbers from log browser Kartik K. Agaram 2023-09-15 13:30:42 -0700
  • ab5ba3f3e5 assume starty can be nil in update Kartik K. Agaram 2023-09-15 11:13:04 -0700
  • bafc45b028 bugfix: crash when using mouse wheel Kartik K. Agaram 2023-09-15 08:52:39 -0700
  • 0a12e4c733 change a helper slightly Kartik K. Agaram 2023-09-15 08:46:36 -0700
  • 0e20565e17 clean up a slight jitter when drawing circles Kartik K. Agaram 2023-09-15 08:24:54 -0700
  • 1fd30c0462 always show line numbers in source editor Kartik K. Agaram 2023-09-14 22:27:38 -0700
  • 7062963888 Revert "deemphasize the source editor" Kartik K. Agaram 2023-09-10 21:45:59 -0700
  • 790b7f18db yet another bugfix X-( Kartik K. Agaram 2023-09-09 09:27:56 -0700
  • 0016d668bc two bugfixes Kartik K. Agaram 2023-09-09 09:09:14 -0700
  • bcd7f6b598 new primitives for reading/writing files Kartik K. Agaram 2023-09-09 08:56:21 -0700
  • 31266e23f5 reorder Kartik K. Agaram 2023-09-09 08:27:27 -0700
  • 87ea2af2da a few more testable file-system operations Kartik K. Agaram 2023-09-08 14:03:40 -0700
  • e74b92b733 show any error after switching to source editor Kartik K. Agaram 2023-09-04 15:07:54 -0700
  • adfe94b9fc switch to source editor on error Kartik K. Agaram 2023-09-04 00:33:27 -0700
  • 99495355b4 stop using keyboard.isDown Kartik K. Agaram 2023-09-04 00:22:31 -0700
  • 6e54ad55d9 yet another set of bugfixes Kartik K. Agaram 2023-08-30 23:52:25 -0700
  • 06ad5c4e8c bugfix in source editor Kartik K. Agaram 2023-08-30 22:30:20 -0700
  • f82c0de502 cleaner API for file-system access Kartik K. Agaram 2023-08-30 19:04:06 -0700
  • 7e97a2a1e7 make a few names consistent with snake_case Kartik K. Agaram 2023-08-30 06:43:01 -0700
  • ca4ad8a9e5 reorganize app.lua and its comments Kartik K. Agaram 2023-08-26 15:04:45 -0700
  • 9c38e505a5 correct various names in this and other pre-freewheeling forks Kartik K. Agaram 2023-08-26 13:15:32 -0700
  • d76541dec3 fix method name in documentation Kartik K. Agaram 2023-08-26 13:04:39 -0700
  • 8603ca5d39 tweak wording in test list Kartik K. Agaram 2023-08-07 06:52:25 -0700
  • b93c0cd6cc reorganize some comments Kartik K. Agaram 2023-07-31 09:27:31 -0700
  • bb3e12eb5f bugfix: search highlight straddling screen lines Kartik K. Agaram 2023-07-31 09:15:48 -0700
  • 2b52383e18 remove a duplicate print to screen Kartik K. Agaram 2023-07-31 08:56:20 -0700
  • 8879fd6f29 extract a variable Kartik K. Agaram 2023-07-31 08:49:24 -0700
  • d6c06db97a bugfix: highlight search patterns on the right line Kartik K. Agaram 2023-07-31 08:29:11 -0700
  • f7f42b0bef hoist and duplicate a conditional Kartik K. Agaram 2023-07-31 08:24:15 -0700
  • 484b76f5c6 improve a comment Kartik K. Agaram 2023-07-31 08:21:38 -0700
  • 52ba030eaa drop an unused arg Kartik K. Agaram 2023-07-11 08:36:42 -0700
  • bca7f82598 standardize between run and source some more Kartik K. Agaram 2023-07-10 17:16:58 -0700
  • 7f4c5f847b simplify saving settings Kartik K. Agaram 2023-07-10 17:14:38 -0700
  • a8747478ff bugfix: Windows pushing title bar off screen Kartik K. Agaram 2023-07-10 16:24:20 -0700
  • 3f52063d02 delete flags that have never been exercised Kartik K. Agaram 2023-07-10 16:33:17 -0700
  • b42f08cb79 bugfix: preserve window position Kartik K. Agaram 2023-07-10 16:08:18 -0700
  • e68261d7a3 bugfix: preserve window position Kartik K. Agaram 2023-07-10 15:50:47 -0700
  • 9df1c3f997 support for num pad Kartik K. Agaram 2023-07-07 18:40:12 -0700
  • 33934337ab experiment: convert to Pijul Kartik K. Agaram 2023-06-25 06:12:33 -0700