1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for shadows to Border. Added Line type. Added more strongly typed overloads and overloads with optional color to ConsoleBuffer. Renamed Line to Separator. More... about 11 years ago
Added Dock container. More... about 11 years ago
Added Canvas container. More... about 11 years ago
Separated BindableObject from Element. More... about 11 years ago
Added attached properties. More... about 11 years ago
Changed ConsoleRenderer to static class, added a few Render* overloads. More... about 11 years ago
Added support for streams and text writers to text render targets. More... about 11 years ago
Added TextRenderTarget. More... about 11 years ago
Added AnsiRenderTarget (WIP). More... about 11 years ago
Separated ConsoleRenderBuffer into ConsoleBuffer and RenderTargets. Added HtmlRenderTarget. Added foreground and background color overrides to render targets. More... about 11 years ago
Refactored ConsoleRenderBuffer: changed x1/x2/y1/y2 args to x/y/w/h. More... about 11 years ago
Refactored ConsoleRenderBuffer: changed separate line arrays into one array of ConsoleChar arrays. More... about 11 years ago
Added mem perf comments. Cleaned up CSProj files. More... about 11 years ago
Fixed wrapping of text split into multiple spans in WordWrap mode. Fixed wrapping on spaces (space at the very end of line was wasted). More... about 11 years ago
Fixed wrapping of text split into multiple spans in CharWrap mode. More... about 11 years ago
Refactored Get and Call markup extensions. Renamed Call to CallConverter. More... about 11 years ago
Added suport for parameters and overloads to converters. More... about 11 years ago
Added Call markup extension. Added support for zero-width spaces in WordWrap mode. Switched from reflection to dynamic call sites. Fixed crash when overflowing console window. More... about 11 years ago
Fixed word wrapping. More... about 11 years ago
Fixed consuming spaces and new lines on wrapping in WordWrap mode. Changed type of TextAlign to new TextAlignment enum. More... about 11 years ago
Added text wrapping in WordWrap mode. More... about 11 years ago
Refactored text wrapping into WrapContext and CharInfo. More... about 11 years ago
Added text wrapping in CharWrap mode. Fixed wrapping of lines with embedded \n in NoWrap mode. More... about 11 years ago
Disabled alignment degeneration. Fixed spans affecting colors of sibling spans. More... about 11 years ago
Fixed console output for fonts with zero character. More... about 11 years ago
Changed Document to inherit from Div (support for Padding). More... about 11 years ago
Added support for Span's Color and BgColor, BlockElement's TextAlign. Fixed adding inline elements to inline elements. More... about 11 years ago
Fixed layout of collapsed and clipped elements. Simplified core types: removed special Empty value. More... about 11 years ago
Fixed Repeater by adding proper element cloning. Added support for repeaters inside repeaters. More... about 11 years ago
WIP rendering. Added clipping to ConsoleRenderBuffer. More... about 11 years ago