Commit graph

  • 5fca1c8c92 fix(editor): restore viewport after mouse click scroll main Feror 2026-06-03 08:52:20 +02:00
  • bfedd11186 fix(workspace): refresh expanded folder contents Feror 2026-06-02 23:35:50 +02:00
  • 3b9b165464 fix(editor): defer mouse presentation activation Feror 2026-06-02 23:28:55 +02:00
  • 771f3368b4 fix(workspace): publish loaded folder children Feror 2026-06-02 23:28:48 +02:00
  • 1801f44f86 docs(workspace): document lazy tree loading Feror 2026-06-02 15:26:58 +02:00
  • ab545ef18b perf(workspace): lazily load tree folders Feror 2026-06-02 15:24:36 +02:00
  • 4d7a0d04c2 fix(workspace): make file rows deterministic Feror 2026-06-02 15:19:45 +02:00
  • a0ca8bf89c test(editor): stabilize dirty render measurement Feror 2026-06-02 15:19:23 +02:00
  • 373a05b265 fix(editor): prevent top viewport scroll jump Feror 2026-06-02 15:15:09 +02:00
  • 1eb9ede960 fix(workspace): present AppKit folder picker Feror 2026-06-02 14:51:19 +02:00
  • 1d7840e45c feat(workspace): add workspace sidebar experience Feror 2026-06-02 14:43:19 +02:00
  • 3d3d1aee28 feat(editor): introduce document sessions Feror 2026-06-02 14:39:46 +02:00
  • 1ca75c60bd feat(workspace): implement filesystem scanner Feror 2026-06-02 14:38:27 +02:00
  • d05b211ded docs(decisions): separate workspace tree from document sessions Feror 2026-06-02 14:31:53 +02:00
  • 7d4538d8c1 docs(decisions): document validated editor architecture and workspace model Feror 2026-06-02 14:21:36 +02:00
  • 2c923c245a Milestone 3 completed. Feror 2026-06-01 15:16:00 +02:00
  • 183493022f fix(editor): restrict viewport anchoring to presentation transitions Feror 2026-06-01 15:00:55 +02:00
  • 95be4348cd fix(editor): preserve viewport during presentation transitions Feror 2026-06-01 14:44:14 +02:00
  • d12a0a58ed feat(renderer): add code block containers Feror 2026-06-01 14:22:27 +02:00
  • 3da06e096b added .vscode to .gitignore Feror 2026-06-01 10:59:07 +02:00
  • d2578494e3 fix(editor): Tasks are now marked as dirty when clicked. Feror 2026-06-01 10:57:08 +02:00
  • 941fcd5d56 feat(editor): support editable regions and code blocks Feror 2026-06-01 10:17:17 +02:00
  • 3e7fe6ef03 fix(ui): sync checklist overlays after layout Feror 2026-06-01 09:56:36 +02:00
  • 78a44184f6 docs(ui): add live presentation verification Feror 2026-06-01 09:41:39 +02:00
  • 75da8d10e1 fix(ui): verify live editor presentation path Feror 2026-06-01 09:40:19 +02:00
  • f9530a9164 docs(ui): document presentation determinism Feror 2026-06-01 09:28:22 +02:00
  • 4f85a76033 fix(ui): stabilize presentation determinism Feror 2026-06-01 09:27:22 +02:00
  • df1e2ad8f4 docs(renderer): document rendering determinism Feror 2026-06-01 09:14:08 +02:00
  • fcfe65050f fix(renderer): stabilize render determinism Feror 2026-06-01 09:13:09 +02:00
  • f4948c4089 docs(renderer): document rendered lifecycle Feror 2026-05-31 23:02:20 +02:00
  • 0dd8351847 refactor(renderer): formalize rendered lifecycle Feror 2026-05-31 23:01:11 +02:00
  • fc21b9d1bd docs(renderer): document rendering correctness Feror 2026-05-31 22:26:12 +02:00
  • ca306ba8bf test(renderer): assert task state styling Feror 2026-05-31 22:24:57 +02:00
  • 2f64d9cd83 fix(renderer): hide rendered markdown syntax Feror 2026-05-31 22:21:03 +02:00
  • c9afdcaa84 docs(editor): document rendering expansion Feror 2026-05-31 20:54:13 +02:00
  • 9afd3e87ee perf(renderer): guard markdown parser work Feror 2026-05-31 20:53:20 +02:00
  • d013b5328c test(renderer): add markdown rendering samples Feror 2026-05-31 20:49:28 +02:00
  • a0407f9704 feat(renderer): expand markdown fundamentals Feror 2026-05-31 20:47:34 +02:00
  • e6bbf78d79 docs(roadmap): updated the status of the roadmap Feror 2026-05-30 20:15:14 +02:00
  • 8d8f8751b4 docs(perf): document incremental line index impact Feror 2026-05-30 19:29:58 +02:00
  • f62d59d621 perf(editor): apply native edit source to line index Feror 2026-05-30 19:28:34 +02:00
  • 525691693b perf(bench): report tracked editor interaction metrics Feror 2026-05-30 19:25:41 +02:00
  • a29844dfbc perf(editor): introduce incremental line index Feror 2026-05-30 19:24:48 +02:00
  • 6426dc494a docs(perf): map editor scalability bottlenecks Feror 2026-05-30 18:51:17 +02:00
  • 26ed4956e1 perf(editor): extend textkit profiling probes Feror 2026-05-30 18:47:22 +02:00
  • c02bac3c2d docs(perf): analyze CRLF benchmark impact Feror 2026-05-30 18:23:53 +02:00
  • 3a5645464f fix(editor): support CRLF line segmentation Feror 2026-05-30 18:19:52 +02:00
  • 181ec6ccca docs(perf): analyze 5mb benchmark results Feror 2026-05-30 18:02:44 +02:00
  • e4818c4cd7 perf(editor): align benchmark with render skipping Feror 2026-05-30 17:59:41 +02:00
  • be53eddfd2 perf(editor): add profiling benchmark harness Feror 2026-05-30 17:57:37 +02:00
  • 9730f860de docs(editor): document scalability findings Feror 2026-05-29 20:59:38 +02:00
  • 6aefffef8d perf(editor): implement dirty-line invalidation Feror 2026-05-29 20:57:03 +02:00
  • 6b1d2f8b27 docs(editor): evaluate hybrid rendering architecture Feror 2026-05-29 20:11:22 +02:00
  • 1ee42300ce test(editor): add hybrid prototype documents Feror 2026-05-29 20:09:57 +02:00
  • c458fb1529 feat(editor): validate hybrid active line rendering Feror 2026-05-29 20:08:46 +02:00
  • b2ae51d7a8 Addition of 3D models to the roadmap Feror 2026-05-29 19:53:05 +02:00
  • a010cb19be fix(editor): activate text editor for keyboard input Feror 2026-05-29 19:47:40 +02:00
  • ce55b9a2ce docs(editor): document writing ergonomics findings Feror 2026-05-29 19:22:53 +02:00
  • 9b13766359 feat(editor): add realistic sample document Feror 2026-05-29 19:21:44 +02:00
  • 820099ddad feat(editor): improve writing layout Feror 2026-05-29 19:19:59 +02:00
  • 0b01178f24 refactor(ui): prioritize editor space Feror 2026-05-29 19:17:34 +02:00
  • 002fde6169 Add agent instructions Feror 2026-05-29 19:16:50 +02:00
  • 63b642a47f docs(editor): document selection feedback loop investigation Feror 2026-05-29 19:04:30 +02:00
  • 5e1b7ad885 fix(editor): prevent recursive selection updates Feror 2026-05-29 19:02:51 +02:00
  • 527a99c2e7 docs(editor): document hybrid editing investigation Feror 2026-05-29 18:01:29 +02:00
  • 9161b42d9d test(editor): validate editor state foundation Feror 2026-05-29 17:59:43 +02:00
  • 1e15778364 feat(editor): implement document loading and saving Feror 2026-05-29 17:58:23 +02:00
  • 93d095feeb feat(editor): add native text view bridge Feror 2026-05-29 17:55:37 +02:00
  • bd54714fa0 docs(decisions): record editor technology selection Feror 2026-05-29 17:52:49 +02:00
  • 5b57df0214 Milestone 0 completed. Feror 2026-05-29 15:34:15 +02:00
  • 24ed7f2655 Addition of roadmap.md and decisions.md Feror 2026-05-29 15:27:42 +02:00
  • c12816c09c Added the initial project scaffolding Feror 2026-05-29 15:19:33 +02:00
  • 48818f27b3 Initial commit Feror 2026-05-29 14:36:32 +02:00