Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5262b18
docs: Add research on multi-buffer single-tab architecture
claude Dec 31, 2025
e3e009f
docs: Complete multi-buffer single-tab architecture design
claude Dec 31, 2025
4652a5c
feat: Add core composite buffer infrastructure
claude Dec 31, 2025
7762993
feat: Add composite buffer input routing
claude Dec 31, 2025
b173810
feat: Integrate composite buffers into Editor state
claude Dec 31, 2025
a061385
feat: Add plugin API for composite buffer management
claude Dec 31, 2025
5b10e6f
feat: Add TypeScript API for composite buffer operations
claude Dec 31, 2025
c69d604
feat: Add diff_view.ts plugin for side-by-side diffs
claude Dec 31, 2025
ae77544
docs: Update research doc with implementation summary
claude Dec 31, 2025
cb913f9
fix: Correct pane width calculation for odd total widths
claude Dec 31, 2025
7a6a2b8
refactor: Update audit_mode.ts to use composite buffers for diff view
claude Dec 31, 2025
7f50612
Add test file for diff
claude Dec 31, 2025
e555572
feat: Integrate composite buffer rendering into split system
claude Dec 31, 2025
e1a8a8a
chore: Remove test file
claude Dec 31, 2025
cf512a7
Add test file for diff testing
claude Dec 31, 2025
1d755d3
feat: Add cursor navigation and scrolling for composite buffer diff view
claude Dec 31, 2025
d278a44
feat: Add diff highlighting colors to theme and alignment-based rende…
claude Jan 1, 2026
fa3a7e5
feat: Add scrollbar, horizontal scroll, and cursor to composite buffe…
claude Jan 1, 2026
f32ff9b
docs: Add architecture plan for rendering code reuse
claude Jan 1, 2026
ce3a3e4
docs: Redesign composite rendering to reuse ViewLine pipeline
claude Jan 1, 2026
d28c89c
docs: Complete architecture for composite buffer as coordination layer
claude Jan 1, 2026
1c7dffd
refactor: Remove unused composite_renderer.rs
claude Jan 1, 2026
54a4452
docs: Consolidate diff documentation into single DIFF_VIEW.md
claude Jan 1, 2026
84dc5e9
feat: Implement ViewLine-based composite buffer rendering
claude Jan 1, 2026
dd841bf
style: Run cargo fmt
claude Jan 1, 2026
5ca04eb
fix: Syntax highlighting for virtual buffers in diff view
claude Jan 1, 2026
478fa31
feat: Add selection and copy support for diff view
claude Jan 1, 2026
0d4c057
fix: Route Copy action through composite buffer handler
claude Jan 1, 2026
bc01e87
test: Add changes to test_diff.ts for diff view testing
claude Jan 4, 2026
bb015ec
refactor: Forward navigation actions to focused source buffer in comp…
claude Jan 4, 2026
0c50da1
refactor: Restore navigation handling in composite buffer actions
claude Jan 4, 2026
924e3d0
fix: Sync composite buffer cursor with EditorState for status bar dis…
claude Jan 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 0 additions & 114 deletions DIFF_BRANCH_CONTINUATION.md

This file was deleted.

103 changes: 0 additions & 103 deletions docs/COMPOSITE_BUFFER_ARCHITECTURE.md

This file was deleted.

Loading
Loading