Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4676940
Standardize NeedsDrawRect on viewport-local coordinates (#5359)
harder May 27, 2026
cc9829d
Remove scrolled-view narrowing guard now that NeedsDrawRect coords ar…
harder May 27, 2026
b9ab21e
Add NeedsDrawCoordTests covering #5359 acceptance criteria
harder May 27, 2026
c49d075
Address review: drop scroll subtraction in subview cascade, fix bad t…
harder May 27, 2026
491f190
Updated comment from code review feedback
harder May 28, 2026
5cec61e
Address review: clarify cascade adornment-offset comment, fix plan doc
harder May 28, 2026
e982dde
Fix malformed duplicate <para> in SetNeedsDraw XML doc
harder May 28, 2026
907beac
removed plan file
harder May 29, 2026
751e247
Merge pull request #5435 from harder/fix-5359-needsdraw-coord-normali…
harder May 29, 2026
209a1eb
Merge pull request #5448 from gui-cs/backmerge/v2.4.3
tig May 29, 2026
084ac3c
Fixes #5433. Make View.Draw self-draw context flow explicit
harder May 28, 2026
42fa6c1
Remove plan file from PR
harder May 29, 2026
7c8f9cb
Merge pull request #5440 from harder/fix-5433-explicit-self-draw-context
harder May 29, 2026
8237d33
Fixes #5449. WSL Clipboard Unicode Copy/Paste Issue (#5450)
BDisp May 30, 2026
57491dc
Fixes #5451. Linux UnixClipboard Selection Regression (#5452)
BDisp May 30, 2026
fd87e87
Prototype integrated sixel raster output
tig Jun 1, 2026
721d388
Fixes #5453. Fix Windows VT input encoding for IME and non-ASCII char…
BDisp Jun 1, 2026
8c6f4f1
Make Mandelbrot image resizable
tig Jun 1, 2026
7f12c37
Address sixel raster review feedback
tig Jun 1, 2026
dd9d9c8
Add Mandelbrot recording docs
tig Jun 1, 2026
da75a99
Scale Mandelbrot rendering on resize
tig Jun 1, 2026
1928c83
Add fire progress style and fix Mandelbrot layout
tig Jun 1, 2026
3cd20f4
Merge remote-tracking branch 'origin/develop' into tig/sixel-integrat…
tig Jun 1, 2026
dbbcd89
Merge remote-tracking branch 'origin/tig/sixel-integration-plan' into…
tig Jun 1, 2026
20a5759
Improve Mandelbrot interaction and fire overlay
tig Jun 1, 2026
f0f7abe
Refactoring
tig Jun 1, 2026
12854e2
Refactor ImageView rendering
tig Jun 1, 2026
1f13fda
Include remaining Image scenario updates
tig Jun 2, 2026
832e0b0
Ignore generated snapshot actuals
tig Jun 2, 2026
cb2faa9
Address sixel review feedback
tig Jun 2, 2026
698abbb
Keep image commands grouped
tig Jun 2, 2026
16f2992
Fixes #5461. AnsiOutput should momentarily display a blank screen ins…
BDisp Jun 2, 2026
27bdcf0
Merge pull request #5460 from gui-cs/tig/sixel-integration-plan
tig Jun 2, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ docfx/_site
# Test Results
UnitTests/TestResults
TestResults
*.actual

# git merge files
*.orig
Expand Down
Loading
Loading