Commit Graph

  • 712dc95985 experiment: turn off JIT Kartik K. Agaram 2022-06-09 08:15:32 -0700
  • 4ad51d648b move Kartik K. Agaram 2022-06-09 07:29:38 -0700
  • e77157d316 speeding up copy, attempt 1 Kartik K. Agaram 2022-06-09 07:24:40 -0700
  • ac4879bb85 more defensive resize handling Kartik K. Agaram 2022-06-07 21:51:48 -0700
  • 12f5fa9bed forgot to commit documentation for the commandline arg Kartik K. Agaram 2022-06-07 14:20:54 -0700
  • ff08bbe7f4 first commandline arg: window dimensions Kartik K. Agaram 2022-06-07 14:11:09 -0700
  • 6b628781d1 use app name in window title Kartik K. Agaram 2022-06-07 13:59:26 -0700
  • 7b78c359b6 clearer discription of how to run lines.love Kartik K. Agaram 2022-06-07 13:58:38 -0700
  • 1e33eeeffc a likely source of issues Kartik K. Agaram 2022-06-07 13:48:59 -0700
  • faee5f9047 warn on unused commandline args Kartik K. Agaram 2022-06-07 13:35:56 -0700
  • 0337d75933 obsolete comment Kartik K. Agaram 2022-06-07 13:35:22 -0700
  • 4c0095ea46 extract a function Kartik K. Agaram 2022-06-07 13:24:43 -0700
  • 33ea91f8d9 allow the window to be resized Kartik K. Agaram 2022-06-07 13:19:17 -0700
  • bc46cef4e5 freudian typo Kartik K. Agaram 2022-06-07 12:34:58 -0700
  • f7afc61b22 fix a crash Kartik K. Agaram 2022-06-06 18:57:46 -0700
  • f0e967d2a1 flesh out Readme Kartik K. Agaram 2022-06-06 18:33:44 -0700
  • 8780276f0c another known issue Kartik K. Agaram 2022-06-06 17:30:03 -0700
  • 612e08571f autosave on cut/paste Kartik K. Agaram 2022-06-05 12:55:36 -0700
  • b1c7ebdca3 additional logging for an active bug Kartik K. Agaram 2022-06-05 12:04:21 -0700
  • a70d7ba8bc . Kartik K. Agaram 2022-06-05 10:30:23 -0700
  • d043745ccd record another known issue I don't know how to fix yet Kartik K. Agaram 2022-06-05 10:26:35 -0700
  • 9cafed99f4 another bugfix in scrolling while inserting text Kartik K. Agaram 2022-06-05 10:08:28 -0700
  • e7a985bd0a bugfix in previous commit Kartik K. Agaram 2022-06-05 09:50:19 -0700
  • de473046bc check for scroll when just typing Kartik K. Agaram 2022-06-05 08:29:38 -0700
  • 5055361209 rename Kartik K. Agaram 2022-06-05 08:11:50 -0700
  • 3f07ac51d2 some unnecessary mutations Kartik K. Agaram 2022-06-05 08:00:57 -0700
  • 8c0f54ee64 some typos Kartik K. Agaram 2022-06-05 07:59:44 -0700
  • 6267ddd2eb bugfix: backspace from start of file Kartik K. Agaram 2022-06-04 22:13:34 -0700
  • 778bc78416 make online help fit within a drawing Kartik K. Agaram 2022-06-04 21:58:06 -0700
  • 7d1671051f yet another key conflict Kartik K. Agaram 2022-06-04 21:48:35 -0700
  • 4c5ac9ae5e regression: couldn't do many drawing operations because line.y was reset Kartik K. Agaram 2022-06-04 20:52:36 -0700
  • db8b5b5062 switch circles to 'o' to avoid conflicting with copy Kartik K. Agaram 2022-06-04 20:35:31 -0700
  • bfaa3fd95b bugfix in help Kartik K. Agaram 2022-06-04 20:25:41 -0700
  • 9ee5d1c913 try to maintain a reasonable line width Kartik K. Agaram 2022-06-04 20:06:37 -0700
  • 557b91a5de . Kartik K. Agaram 2022-06-04 19:38:20 -0700
  • fa267e25e6 experiment: slightly adaptive scrolling Kartik K. Agaram 2022-06-04 14:55:52 -0700
  • 1326914d7b select text with shift + mouseclick Kartik K. Agaram 2022-06-04 14:14:26 -0700
  • 98f50f0b40 make cursor more obvious Kartik K. Agaram 2022-06-04 11:46:01 -0700
  • a4cec2f58a one more known issue Kartik K. Agaram 2022-06-03 14:42:08 -0700
  • e2696fcc72 more precise search highlighting Kartik K. Agaram 2022-06-03 14:37:32 -0700
  • 1bdb931575 extract a function Kartik K. Agaram 2022-06-03 14:30:51 -0700
  • 0d52962b3e extract a couple of files Kartik K. Agaram 2022-06-03 14:14:53 -0700
  • 06e6ecdf8f bugfix: restore state after C-f (find) Kartik K. Agaram 2022-06-03 13:59:40 -0700
  • ac83252684 taking stock Kartik K. Agaram 2022-06-03 13:32:42 -0700
  • b69801bdf1 highlight selection while dragging Kartik K. Agaram 2022-06-03 13:22:03 -0700
  • 73cc12047e select text using mouse drag Kartik K. Agaram 2022-06-03 08:11:18 -0700
  • 9efeae1f82 rename Kartik K. Agaram 2022-06-03 08:01:21 -0700
  • 91d79eba33 local var Kartik K. Agaram 2022-06-03 08:00:31 -0700
  • 7301f3964c up arrow to search previous Kartik K. Agaram 2022-06-03 07:48:41 -0700
  • 03499f7449 switch freehand hotkey to eliminate conflict with search Kartik K. Agaram 2022-06-02 23:55:17 -0700
  • 8047ab9b89 switch copy/paste to ctrl- hotkeys Kartik K. Agaram 2022-06-02 23:52:26 -0700
  • dcdcd07902 switch undo/redo to ctrl- hotkeys Kartik K. Agaram 2022-06-02 23:48:35 -0700
  • 1fc4214029 default font size and line-height Kartik K. Agaram 2022-06-02 23:44:34 -0700
  • 0b63721bb0 extract a new variable Kartik K. Agaram 2022-06-02 23:40:20 -0700
  • 9bbfc2be13 crisp font rendering Kartik K. Agaram 2022-06-02 23:36:07 -0700
  • b94b007db5 find text Kartik K. Agaram 2022-06-02 22:53:34 -0700
  • 63f59e7c2c scroll if necessary on paste Kartik K. Agaram 2022-06-02 19:28:38 -0700
  • 15c54f4383 rename Kartik K. Agaram 2022-06-02 19:25:33 -0700
  • 9121a263a6 . Kartik K. Agaram 2022-06-02 19:08:06 -0700
  • 51f4f13ecc test harness now supports copy/paste Kartik K. Agaram 2022-06-02 18:52:49 -0700
  • 283c4e5804 bugfix: pasting newlines Kartik K. Agaram 2022-06-02 18:35:18 -0700
  • 4f76ea37d7 more efficient undo/redo Kartik K. Agaram 2022-06-02 17:46:30 -0700
  • 22817492a3 rename Kartik K. Agaram 2022-06-02 16:44:18 -0700
  • 477216a051 this implementation undo load-tests quite poorly Kartik K. Agaram 2022-06-02 16:29:18 -0700
  • b4e76eac4e bugfix: undo drawing creation Kartik K. Agaram 2022-06-02 15:51:44 -0700
  • 670886240f after much struggle, a brute-force undo Kartik K. Agaram 2022-06-02 15:45:25 -0700
  • a9a133e6fb update some App framework docs Kartik K. Agaram 2022-05-31 17:29:58 -0700
  • 819cb4b1cc avoid scrolling down if possible Kartik K. Agaram 2022-05-30 17:24:23 -0700
  • d0d22fffbc missing temporary modes in a couple more places Kartik K. Agaram 2022-05-30 16:23:08 -0700
  • 69eeefe197 missing shape modes in a couple more places Kartik K. Agaram 2022-05-30 16:22:35 -0700
  • b22bfe82db support non-text lines in Text.to2 Kartik K. Agaram 2022-05-30 15:40:36 -0700
  • 3b4dacaee8 regression: typing uppercase letters in text Kartik K. Agaram 2022-05-30 15:36:53 -0700
  • fd5a47f8bf more robust transitions to temporary modes Kartik K. Agaram 2022-05-30 15:34:53 -0700
  • 714f7d11cd experiment: give up on changing shape mode Kartik K. Agaram 2022-05-30 15:30:34 -0700
  • 3414f0a11d bugfix: function names Kartik K. Agaram 2022-05-30 15:29:57 -0700
  • 096f6255b2 ignore 'name' mode in a few places Kartik K. Agaram 2022-05-30 15:28:50 -0700
  • 1552efd76d bugfix: checking if a point is on a manhattan line Kartik K. Agaram 2022-05-30 15:27:03 -0700
  • 26033f40f1 ignore 'deleted' shapes when saving to disk Kartik K. Agaram 2022-05-30 15:26:31 -0700
  • 53def098e1 Readme Kartik K. Agaram 2022-05-29 17:03:01 -0700
  • a603847d18 go through App in a couple more places Kartik K. Agaram 2022-05-29 16:37:31 -0700
  • 5b95e51c36 . Kartik K. Agaram 2022-05-29 16:34:36 -0700
  • d441f8a760 some helpers Kartik K. Agaram 2022-05-29 16:13:24 -0700
  • 6aeb89386c . Kartik K. Agaram 2022-05-29 16:03:02 -0700
  • f17f5a1192 cut/copy selected text to clipboard Kartik K. Agaram 2022-05-29 15:33:24 -0700
  • 23e9be3e10 selecting text and deleting selections Kartik K. Agaram 2022-05-29 08:12:47 -0700
  • 524157fb8a bugfix for non-ASCII Kartik K. Agaram 2022-05-29 07:57:35 -0700
  • 2b69b71c7a update some documentation Kartik K. Agaram 2022-05-29 07:56:55 -0700
  • b0bb105cbe extract a couple of methods Kartik K. Agaram 2022-05-28 23:11:53 -0700
  • a6ab7a2c20 bugfix: include shift keys in modifier_down Kartik K. Agaram 2022-05-28 23:01:01 -0700
  • d58aabe867 extract a couple more methods Kartik K. Agaram 2022-05-28 22:45:53 -0700
  • 86532eef4b move some code Kartik K. Agaram 2022-05-28 22:42:11 -0700
  • 18c62fb146 extract a few methods Kartik K. Agaram 2022-05-28 22:36:05 -0700
  • e79c895c7d move Kartik K. Agaram 2022-05-28 22:27:47 -0700
  • 10c1a70dd0 . Kartik K. Agaram 2022-05-28 22:24:17 -0700
  • 916e4ce341 scroll on backspace Kartik K. Agaram 2022-05-28 09:41:02 -0700
  • cf94d36a5f . Kartik K. Agaram 2022-05-28 09:35:06 -0700
  • 95592b83fb . Kartik K. Agaram 2022-05-28 09:31:51 -0700
  • 3266262b1f fix a regression in line wrapping Kartik K. Agaram 2022-05-28 09:02:15 -0700
  • 8a3b66c813 scroll on enter Kartik K. Agaram 2022-05-28 08:38:49 -0700
  • 229e1514f2 . Kartik K. Agaram 2022-05-27 23:35:01 -0700