0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 22 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a BarAlignment property that allows other canvas items to set their margins so content can be aligned to the inner bar, and not the widget, which has built in padding to account for the shadow and throbber More... about 15 years ago
Start the render clip offset at rect.X and rect.Y, not 0,0 More... about 15 years ago
Made Opacity, Width, and Height triggerable properties; added Foreground and Background brush properties More... about 15 years ago
Whitespace, I think More... about 15 years ago
Disabled the test tiles More... about 15 years ago
Updated build More... about 15 years ago
Updated More... about 15 years ago
Support alignment and opacity More... about 15 years ago
Added InvalidateRender that computes the widget-relative rectangle to redraw More... about 15 years ago
Started implementing some animation tests More... about 15 years ago
Add Animation entry points, require properties to be installed before reading/writing More... about 15 years ago
Pick a different color each render pass to show when excessive redrawing happens More... about 15 years ago
Ported the slider widget More... about 15 years ago
Added basic animation support More... about 15 years ago
Working towards the new seek slider More... about 15 years ago
Provide and use a RenderSize property on CanvasItem that does rounding to the nearest pixel suitible for the actual render pass More... about 15 years ago
Fixed measurement for text; StackPanel now remeasures children in the arrange phase More... about 15 years ago
Updated build sources More... about 15 years ago
Add a TextBlock test More... about 15 years ago
Hold a reference to Host More... about 15 years ago
Fixed RootAncestor and Manager logic More... about 15 years ago
Pass this to the new CanvasManager instance More... about 15 years ago
Started implementing TextBlock More... about 15 years ago
Fixed a lot of layout and sizing bugs, removed the ActualSize property since that's redundant from the Allocation More... about 15 years ago
Implemented StackPanel layout and sizing logic More... about 15 years ago
Refactored canvas implementation that is more like silverlight More... about 15 years ago
Changed namespace to Canvas2 temporarily to keep the build working, but refactoring into a more Silverlight-like API More... about 15 years ago
A test ICanvasItem for testing layout More... about 15 years ago
Implementation of HBox and VBox ala GTK for ICanvasItem More... about 15 years ago
Base class for Container Canvas Items More... about 15 years ago