Commit Graph

  • 5b4abcf3e5 3 global line numbering across blocks, sync table states on reparse main jess 2026-04-08 05:55:57 -0700
  • a390a2cc4a 2 fix block rendering: computed heights, scrollable column, set_text guard jess 2026-04-08 05:36:34 -0700
  • 80fd148280 1 block compositor: heading, HR, table widgets with view_blocks integration jess 2026-04-08 05:18:45 -0700
  • 9c4c359056 0 gutter decorations, task list highlighting, fix line_decors init jess 2026-04-08 04:00:52 -0700
  • 81fdb9146c move find bar below editor, above status bar jess 2026-04-08 03:42:47 -0700
  • d50f463ebb Merge branch 'features-01f34a-rc4' into features-01f34a jess 2026-04-08 03:35:35 -0700
  • 908a69ec88 Merge branch 'features-01f34a-rc2' into features-01f34a jess 2026-04-08 03:32:56 -0700
  • 6f36f9c3df theme palette, command bridge, missing shortcuts jess 2026-04-08 03:30:34 -0700
  • 36895cd548 fix newline bug, debounce eval, skip result lines in gutter jess 2026-04-08 03:16:50 -0700
  • 57488a2861 undo/redo stack + find/replace bar with Cmd+F/G shortcuts jess 2026-04-08 03:12:52 -0700
  • cdd243c8ff markdown syntax highlighting in text editor jess 2026-04-08 03:08:01 -0700
  • 01f34a4f34 update app icon jess 2026-04-08 01:33:17 -0700
  • cdd6ddd92d merge rc1 (inline eval with table/tree formats) into features branch jess 2026-04-07 21:11:36 -0700
  • a61752dad8 merge rc2 (gutter) and rc3 (syntax + auto-indent) into features branch jess 2026-04-07 21:09:53 -0700
  • f4b2173534 inline eval results below /= lines, remove status bar panel jess 2026-04-07 21:07:45 -0700
  • 9b8333c53f add line number gutter via canvas alongside text editor jess 2026-04-07 21:06:32 -0700
  • 8a4a585374 add auto-indent on enter and content-based lang detection for untitled docs jess 2026-04-07 21:02:24 -0700
  • 1d3c03e23f rename to Acord, add SVG icon with rsvg build jess 2026-04-07 20:47:25 -0700
  • 1778c84bed fix codesign warning by removing --deep flag jess 2026-04-07 19:03:29 -0700
  • 768ec6db2c add file I/O bridge between Swift and Iced editor via FFI text get/set jess 2026-04-07 19:02:18 -0700
  • 60723a6071 revert preview-mode default, start in edit mode jess 2026-04-07 18:41:25 -0700
  • 558b41171e add Cmd+T insert table, wire table/preview shortcuts through performKeyEquivalent jess 2026-04-07 18:37:44 -0700
  • 88e134c01c fix double-toggle on Cmd+P preview, remove duplicate key binding jess 2026-04-07 18:24:13 -0700
  • 95ecdf3c95 add markdown preview mode (Cmd+P), zoom in/out (Cmd+=/-/0), performKeyEquivalent forwarding jess 2026-04-07 18:22:11 -0700
  • 50fcb9224a restrict performKeyEquivalent to editor-handled shortcuts only, restore system menu items jess 2026-04-07 18:19:29 -0700
  • e04e5b1953 add macOS key bindings: Opt+Backspace/Delete word-delete, Cmd+Up/Down document navigation jess 2026-04-07 18:00:21 -0700
  • 989dd98468 add cursor position status bar (Ln/Col) below text editor jess 2026-04-07 17:56:24 -0700
  • 4efab49959 remove dead ContentView.swift and IcedViewportRepresentable, relocate Notification.Name extensions jess 2026-04-07 17:54:33 -0700
  • 7a2aa08d1c replace Swift editor with Iced TextEditor, delete old compositor jess 2026-04-07 17:52:23 -0700
  • 50aad4bf84 add iced viewport crate with wgpu/metal surface embedded in swift app jess 2026-04-07 15:32:13 -0700
  • 3edc8838d9 skip gutter line numbers for collapsed table/HR source ranges jess 2026-04-07 14:29:37 -0700
  • 7441ec937c replace paragraph-spacing positioning hack with compositor block arithmetic jess 2026-04-07 14:25:15 -0700
  • 89aa999300 Remove DispatchQueue.main.async from all layout/rendering code paths jess 2026-04-07 14:19:40 -0700
  • 3e52866825 content-width tables, add-column button, column resize handles jess 2026-04-07 13:41:47 -0700
  • 405772ee6b table and HR blocks render in paragraph-spacing gaps instead of glyph-metric overlays jess 2026-04-07 07:44:08 -0700
  • b4411cc33f wire compositor into app, replacing EditorTextView with CompositorRepresentable jess 2026-04-07 07:26:57 -0700
  • b6a007490e add block compositor foundation: protocol, view, text block, document model jess 2026-04-07 07:18:33 -0700
  • de350b9d45 fix table cell editability and hide HR source text jess 2026-04-06 23:23:04 -0700
  • 65239ea0f0 fix duplicate tree-sitter symbols and ar -D flag on macOS jess 2026-04-06 21:46:03 -0700
  • ae20a6d5fd fix path quoting in build scripts for directories with spaces jess 2026-04-06 21:35:11 -0700
  • 752f5a1595 rework document browser: filesystem-backed grid with folder navigation jess 2026-04-06 18:45:12 -0700
  • 063063895a remove dead drawTableBorders code and fix table view positioning jess 2026-04-06 18:44:57 -0700
  • 77bf5a113c merge integration jess 2026-04-06 17:12:17 -0700
  • c326903e84 reapply eval spacing after syntax highlighting in all code paths jess 2026-04-06 17:10:58 -0700
  • eefca4f05e render eval trees and tables below the eval line with left margin jess 2026-04-06 17:07:49 -0700
  • 1ccea45a6f replace sidebar with separate document browser window jess 2026-04-06 17:06:56 -0700
  • fef2935ae5 fix table rendering: preserve layout size, skip raw glyphs, draw background jess 2026-04-06 17:02:24 -0700
  • db1a0aaefa merge integration jess 2026-04-06 15:40:09 -0700
  • 9209619473 keyboard shortcuts, menu items, and header zoom scaling jess 2026-04-06 15:38:11 -0700
  • 12a6cc2a52 sidebar: single-click opens note, delete key works, space previews jess 2026-04-06 15:33:51 -0700
  • bb3cc40b51 set deployment target for tree-sitter C compilation jess 2026-04-06 15:04:02 -0700
  • 9c8589de03 fix crash when opening files via Finder before appState init jess 2026-04-06 14:30:36 -0700
  • df35ed406e merge file handling, tree-sitter, and editor intelligence jess 2026-04-06 14:04:33 -0700
  • 93bebbf2bf merge Cordial eval display formats jess 2026-04-06 14:03:04 -0700
  • 81dbb41a65 add /=| table and /=\ tree eval display formats with CORDIAL_GUIDE jess 2026-04-06 14:00:22 -0700
  • 0466d7ca56 tree-sitter highlighting in fenced code blocks within markdown jess 2026-04-06 13:53:45 -0700
  • 5342ddbe5f fix auto-close pairs wrapping, normalize-indentation logic, cleanup jess 2026-04-06 13:51:17 -0700
  • 63fa4ef39a table enhancements: focus-only chrome, clickable headers, drag handle, resize indicators, export jess 2026-04-06 13:51:07 -0700
  • 030b38a7a2 tree-sitter syntax highlighting, auto-indent, auto-close pairs, smart paste, format command jess 2026-04-06 13:49:58 -0700
  • 63e926893b fix HR double-render: skip glyph drawing for horizontal rules jess 2026-04-06 13:39:02 -0700
  • cca7d78cb3 CSV files load as editable markdown tables, save converts back to CSV jess 2026-04-06 13:26:16 -0700
  • 977874cd22 format-aware highlighting: code files get code mode, others fall back to Cordial/markdown jess 2026-04-06 13:25:31 -0700
  • 3d20668edc implement file open from Finder, save preserves format, save-as with format choice jess 2026-04-06 13:23:57 -0700
  • 93d00f4282 add FileFormat enum and file tracking to AppState jess 2026-04-06 13:23:18 -0700
  • 23cdf0f8ee register all supported file types in Info.plist CFBundleDocumentTypes jess 2026-04-06 13:22:35 -0700
  • a1ca3817ba merge integration jess 2026-04-06 12:04:02 -0700
  • ee621b7993 work in progress on table indicators jess 2026-04-06 12:02:09 -0700
  • de1b494189 add auto-fit on double-click for table column/row dividers, row/col indicators on focus jess 2026-04-06 11:51:34 -0700
  • 96262ca9ef add resizable columns and rows to markdown table view jess 2026-04-06 11:45:42 -0700
  • ae398e7316 extend Cordial syntax highlighting with types, booleans, functions, and missing keywords jess 2026-04-06 11:45:22 -0700
  • 8f4f1fddc7 hide raw markdown text behind table GUI elements jess 2026-04-06 11:40:05 -0700
  • 8b3e780817 add if/else, for loops, array indexing, ranges, and return to Cordial jess 2026-04-06 11:35:23 -0700
  • 39d2658d67 fix brace-depth tracking for syntax highlighting and line classification jess 2026-04-06 11:30:55 -0700
  • 3be834f22e update icon sources jess 2026-04-06 11:15:55 -0700
  • 479c8a9482 extend Cordial with strings, booleans, while loops, functions, type annotations, arrays, and error recovery jess 2026-04-06 02:45:02 -0700
  • 5ebf308104 use note title as default Save As filename jess 2026-04-06 02:40:08 -0700
  • 358e30f613 fix sidebar: single click selects, double click opens, reorder on edit only jess 2026-04-06 02:39:20 -0700
  • 108484481a add Cmd+=/Cmd+- zoom with persistent zoom level in config jess 2026-04-06 02:20:32 -0700
  • 53e1832644 merge integration into ux-polish-1f610c jess 2026-04-06 01:01:01 -0700
  • c8f883742b migrate settings persistence to ~/.swiftly/config.json jess 2026-04-06 00:59:25 -0700
  • ecd01dfb37 add sidebar multi-selection with shift-click, cmd-click, and batch delete jess 2026-04-06 00:58:11 -0700
  • d17c1fe919 add auto-save with configurable directory and blank note cleanup jess 2026-04-06 00:57:21 -0700
  • 209a63c8b3 integrate title into native macOS title bar chrome jess 2026-04-06 00:57:19 -0700
  • 54e262161c hide gutter by matching editor background when line numbers off jess 2026-04-06 00:56:04 -0700
  • b2670d2acb match sidebar background color to editor base theme jess 2026-04-06 00:55:23 -0700
  • 5dce808863 default save format to .md jess 2026-04-06 00:55:19 -0700
  • 1f610cb798 merge settings and title bar features into polish branch jess 2026-04-05 12:34:54 -0700
  • 00ec70bfcc move editable title into macOS title bar via NSTitlebarAccessoryViewController jess 2026-04-05 12:33:43 -0700
  • 0bf2d1b344 add Settings window with theme mode and line indicator mode controls jess 2026-04-05 12:29:04 -0700
  • 4ae9409eff invalidate layout display after block range updates to persist HR rendering jess 2026-04-05 12:08:37 -0700
  • a72578cce8 draw eval results at right edge of editor, always show line numbers jess 2026-04-05 12:08:26 -0700
  • c4537b947e add eval test for let-binding with arithmetic expression jess 2026-04-05 06:01:52 -0700
  • e4d6db7269 restrict keyword highlighting to Cordial lines, fix nested block comments and HR text visibility jess 2026-04-05 06:01:44 -0700
  • f0c29533e7 hide horizontal rule source text by matching background color jess 2026-04-05 05:31:20 -0700
  • 23594548ed fix block comment parsing with proper nesting support jess 2026-04-05 05:29:00 -0700
  • 80017cf84f fix let-prefix prose misclassification as Cordial jess 2026-04-05 05:27:07 -0700
  • 50dc72395e fix word wrap clipping by adjusting text container width for gutter offset jess 2026-04-05 05:24:07 -0700
  • b1dd8653c9 h3 heading support in syntax highlighter jess 2026-04-05 03:14:32 -0700
  • 9ed64712f8 title area above editor with double-click edit and backspace-to-focus jess 2026-04-05 03:12:39 -0700
  • 695571e90e fix invisible text by replacing NSRulerView with integrated gutter drawing jess 2026-04-05 03:03:28 -0700