Commit Graph

  • f233e1740b Add to known issues list mainly-main Isaiah Odhner 2024-11-11 16:20:20 -0500
  • 844de0e0cb Fix some View Bitmap behavior Isaiah Odhner 2024-11-11 15:41:36 -0500
  • 54f2aa7bb3 Avoid accessing styles.margin Isaiah Odhner 2024-11-11 12:02:10 -0500
  • d61de649a6 Prevent focusing character input when closing dialogs main Isaiah Odhner 2024-11-10 23:33:53 -0500
  • 45b28f142f Add some dead code Isaiah Odhner 2024-11-10 23:03:39 -0500
  • ce3b765a01 TRY TO ensure cursor is visible immediately after creation ensure-cursor-visible-immediately Isaiah Odhner 2024-11-10 22:27:58 -0500
  • 6693560383 Place pasted selections similarly to cursor Isaiah Odhner 2024-11-10 22:24:46 -0500
  • f15cfa0148 Cleanup cursor placement math Isaiah Odhner 2024-11-10 22:14:12 -0500
  • 25ecfa61f9 Prevent scrolling view when pressing Esc to hide cursor Isaiah Odhner 2024-11-10 18:01:44 -0500
  • fcc0329dae Create cursor at top left of viewport Isaiah Odhner 2024-11-08 18:51:55 -0500
  • 62db73e328 Scroll cursor into view when moving cursor Isaiah Odhner 2024-11-08 18:51:51 -0500
  • e8cc107f55 Make cursor mode explicit Isaiah Odhner 2024-11-08 17:27:07 -0500
  • c43fef57fc Avoid changing cursor color temporarily when picking colors Isaiah Odhner 2024-11-08 17:05:13 -0500
  • 9eae8a19e1 Note issue with multiple blinking cursors Isaiah Odhner 2024-11-08 16:39:32 -0500
  • 2ae77c15d0 Add changelog note Isaiah Odhner 2024-11-08 16:31:02 -0500
  • 4b390d884b Fix regression where CharInput defaults to focused Isaiah Odhner 2024-11-08 11:16:18 -0500
  • fa4d961fb4 Fix menu scrolling down when clicking menu items Isaiah Odhner 2024-11-08 10:52:25 -0500
  • 652c2138e5 Fix missing import (and missing spelling) for test mark Isaiah Odhner 2024-11-08 10:58:18 -0500
  • 2d659ef478 Fix missing word Isaiah Odhner 2024-11-07 14:20:25 -0500
  • a31e6a8f06 Organize Known Issues section Isaiah Odhner 2024-11-07 14:16:11 -0500
  • 993bb03719 Note Edit > Paste file format limitation Isaiah Odhner 2024-11-07 13:56:55 -0500
  • 688cb2f86f Mark incompatibility with Python 3.13 Isaiah Odhner 2024-11-07 13:16:06 -0500
  • ff7de3e500 Upgrade Pillow to 11.0.0 upgrade-pillow Isaiah Odhner 2024-11-07 12:42:05 -0500
  • 7ced8fc50b Add launch configuration to debug pip install Isaiah Odhner 2024-11-05 16:02:01 -0500
  • a2d117cd69 Add test for pasting emoji into CharInput Isaiah Odhner 2024-11-05 16:01:40 -0500
  • 81ea6867c0 Add snapshot test for loading a PNG file Isaiah Odhner 2024-11-05 11:07:23 -0500
  • dcfb05c58a Use a separate folder for ANSI art for tests; add more gallery tests Isaiah Odhner 2024-11-05 07:53:07 -0500
  • 4387c07e7b Save plain text with CRLF on Windows, fixing round-trip tests Isaiah Odhner 2024-11-05 06:57:29 -0500
  • 0a0d509cd2 Update test snapshots Isaiah Odhner 2024-11-04 23:50:33 -0500
  • d5448db34e Mark *.ambr as text Isaiah Odhner 2024-11-04 23:43:14 -0500
  • 0b09f7e7b8 WIP: add commands to command palette command-palette Isaiah Odhner 2024-11-04 23:16:49 -0500
  • 4994719f67 Restart cursor blink cycle when moving cursor or typing Isaiah Odhner 2024-11-04 22:59:50 -0500
  • 788ce400bf Implement cursor blinking effect Isaiah Odhner 2024-11-04 22:52:31 -0500
  • 4edd5ab4d7 Note worse variation of menu scrolling issue Isaiah Odhner 2024-11-04 21:26:21 -0500
  • 24ea6ea260 Fix image files opening as blank white Isaiah Odhner 2024-11-04 21:26:01 -0500
  • 93abb6f871 Remove todo for issue that I can't reproduce Isaiah Odhner 2024-11-04 21:18:28 -0500
  • 35860fbe1b Note errant commit found with git bisect Isaiah Odhner 2024-11-04 20:47:26 -0500
  • e519ad4613 Add to known issues list Isaiah Odhner 2024-11-04 14:46:19 -0500
  • 1a4eab97de Add pyright to requirements.txt Isaiah Odhner 2024-11-04 13:44:04 -0500
  • d384f54d48 Configure pyright to check for Python 3.10 compatibility Isaiah Odhner 2024-11-04 13:33:25 -0500
  • 00f249595e Fix compatibility with Python < 3.12 Isaiah Odhner 2024-11-04 11:58:41 -0500
  • dd331812eb Reset focus when pressing Escape Isaiah Odhner 2024-11-04 01:02:09 -0500
  • 0a715fff5d Fix double-acting arrow keys with dialog open Isaiah Odhner 2024-11-04 00:58:18 -0500
  • b0e478cae0 Fix errors when interacting with command palette Isaiah Odhner 2024-11-04 00:49:14 -0500
  • 9f285f2d9d Add sample text art of text Isaiah Odhner 2024-11-04 00:24:27 -0500
  • ce9b9d6fcb Create initial cursor with keyboard Isaiah Odhner 2024-11-03 23:59:09 -0500
  • 637284fe71 Restore cursor position after redoing free-typing Isaiah Odhner 2024-11-03 23:15:58 -0500
  • 8b6462ba44 Restore cursor position after undoing free-typing Isaiah Odhner 2024-11-03 23:03:37 -0500
  • b5ea2e5970 Make backspace delete to left in free typing mode Isaiah Odhner 2024-11-03 22:32:07 -0500
  • c7a6bc112b Switch to RegexMatchingEventHandler Isaiah Odhner 2024-11-02 12:34:26 -0400
  • fc269f3a90 Update watchdog to 6.0.0 Isaiah Odhner 2024-11-02 11:49:54 -0400
  • 2a3c3f2d1d Skip invalid file descriptors Isaiah Odhner 2024-11-02 11:37:26 -0400
  • 00decf8217 Add notes about annoying things detracting from real work Isaiah Odhner 2024-11-02 11:27:09 -0400
  • f7b94181bc Override launch task program paths for Windows Isaiah Odhner 2024-11-02 11:01:19 -0400
  • 0a48cb499e Update deprecated launch config type Isaiah Odhner 2024-11-01 11:54:39 -0400
  • 40b2b1b1a1 Catch ImportError to tweak error message Isaiah Odhner 2024-10-31 23:39:31 -0400
  • c88812ff57 Handle Windows argument escaping bullshit Isaiah Odhner 2024-10-31 23:14:48 -0400
  • 68e52ec30e Rename file to avoid pytest discovery Isaiah Odhner 2024-10-31 20:59:15 -0400
  • ade8d115cf Write same newlines across operating systems for gradient_test.ans Isaiah Odhner 2024-10-31 20:55:27 -0400
  • 33650e4dd0 Handle boundaries and more keys in free typing mode Isaiah Odhner 2024-10-31 18:27:36 -0400
  • 657a13b830 Add free typing support to Text tool Isaiah Odhner 2024-10-31 17:10:05 -0400
  • 3154ba45a3 Note about activating virtualenv in Bash on Windows Isaiah Odhner 2024-02-01 18:00:00 -0500
  • f25c3b84bd Flip text art magically flip-text-art-2 Isaiah Odhner 2023-07-09 03:24:16 -0400
  • b5e2f04b00 Undo multiple times if needed to discard restored backup discard-backup-by-undoing-multiply Isaiah Odhner 2024-01-13 03:55:40 -0500
  • bd8549d6f6 Note about baffling pip error update-textual Isaiah Odhner 2024-01-12 01:21:06 -0500
  • 35689876fe Update textual to 0.39.0 Isaiah Odhner 2024-01-11 20:17:27 -0500
  • 0baed2d819 VS Code: disable indentation detection to avoid future inconsistency Isaiah Odhner 2024-01-11 20:15:38 -0500
  • 4375c518e4 Replace all tabs with spaces for consistency Isaiah Odhner 2024-01-11 20:14:43 -0500
  • 2f5d708f4e Clarify a comment Isaiah Odhner 2024-01-11 19:54:27 -0500
  • c2f0435d36 Prepare v0.4.0 v0.4.0 Isaiah Odhner 2024-01-11 17:18:43 -0500
  • 37d38d1509 Add dependencies for release process Isaiah Odhner 2024-01-11 17:26:03 -0500
  • cb5f708c16 Fix typo Isaiah Odhner 2024-01-11 17:15:45 -0500
  • 6539dde40e Couch performance claims Isaiah Odhner 2024-01-11 17:13:40 -0500
  • 4a4012dbfd Update pyright version Isaiah Odhner 2024-01-11 16:34:07 -0500
  • da7f29177d Update changelog Isaiah Odhner 2023-09-28 22:12:25 -0400
  • 2fdb832dbd Fix type checker errors Isaiah Odhner 2023-09-22 13:28:48 -0400
  • d8206659c6 Make fill tool compare colors numerically (with a threshold) Isaiah Odhner 2023-09-21 22:20:08 -0400
  • f85e161e9e Test fill tool on a spiral Isaiah Odhner 2023-09-21 23:02:11 -0400
  • 48a40f63c8 Simplify Color Eraser logic (color comparison) Isaiah Odhner 2023-09-21 21:52:51 -0400
  • c2decd47fe DRY textbox color updating Isaiah Odhner 2023-09-21 21:34:17 -0400
  • cbd85a0102 Add to comment Isaiah Odhner 2023-09-21 19:36:09 -0400
  • 00bd187d5a Convert document model to use 2D array of Style objects directly Isaiah Odhner 2023-09-21 14:12:13 -0400
  • a51ffa4a8e Simplify Color Eraser logic (color comparison) remodeling Isaiah Odhner 2023-09-21 21:52:51 -0400
  • 3130acb6b0 DRY textbox color updating Isaiah Odhner 2023-09-21 21:34:17 -0400
  • 4b5ee59758 Add to comment Isaiah Odhner 2023-09-21 19:36:09 -0400
  • 7933ae67a8 Convert document model to use 2D array of Style objects directly Isaiah Odhner 2023-09-21 14:12:13 -0400
  • 7ce6459a27 Fix fill tool perf Isaiah Odhner 2023-09-21 16:33:55 -0400
  • 2b1b40fc12 Fix unbound var Isaiah Odhner 2023-09-21 16:30:37 -0400
  • 3cc4d9ff5d Cache Style objects for each cell in the document Isaiah Odhner 2023-09-19 19:50:47 -0400
  • d4e08e136c Simplify initializing textbox colors Isaiah Odhner 2023-09-19 19:43:55 -0400
  • 64e63f5cf3 Optimize meta glyph rendering? Isaiah Odhner 2023-09-19 18:07:57 -0400
  • 22635bc007 Optimize show_grid state access in Canvas Isaiah Odhner 2023-09-19 19:10:28 -0400
  • 7aa256e8df Optimize magnification state access in Canvas Isaiah Odhner 2023-09-19 11:17:02 -0400
  • fae2c216f0 Optimize Color and Style construction in Canvas Isaiah Odhner 2023-09-19 11:03:57 -0400
  • ccbd6cf5ce Remove outdated comment Isaiah Odhner 2023-09-19 10:38:48 -0400
  • 4ae90dcb11 Fix missing new scope parameter to parse Isaiah Odhner 2023-09-21 20:34:03 -0400
  • 71060ecd70 Use new :light/:dark pseudo classes Isaiah Odhner 2023-09-21 16:17:05 -0400
  • dd982f18b2 Update textual to 0.38.1 Isaiah Odhner 2023-09-21 16:14:02 -0400
  • f2f4da73dc Sync setup.cfg with requirements.txt Isaiah Odhner 2023-09-21 16:02:23 -0400
  • 020e70b52a Yeah idk viewport-culling-rebased Isaiah Odhner 2023-09-19 18:22:09 -0400