8 Commits (9129ea24ce8e2e8d253e5d5985dfbe73f45161a6)

Author SHA1 Message Date
Jeremy Koritzinsky da0ab8b681 Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain 8 years ago
Jeremy Koritzinsky f65ae1918f Change TransformedBounds to a direct property on Visual (exposed on IVisual) instead of using an attached property in BoundsTracker. 9 years ago
Steven Kirk fc7a83ee72 Fixed panel collection change actions. 9 years ago
Steven Kirk 2c61d17bc3 Always raise visual tree attach/detach events. 9 years ago
Steven Kirk 4730ee1c41 Fix spelling of descendant. 9 years ago
Steven Kirk 69a06e452e Fixed some Visuals unit tests. 9 years ago
Steven Kirk 1b9d61416f Ported ImmediateRenderer from scenegraph branch. 10 years ago
Steven Kirk 558f98f5bf Remove refrences to "scene graph" in Visual. 10 years ago
Steven Kirk d34c279ba1 WIP: Adding render layers. 10 years ago
Steven Kirk 934e18c8ba Initial impl of incremental update to SceneGraph. 10 years ago
Steven Kirk 59ea52e254 Clip affects rendering. 10 years ago
Steven Kirk 59c49d259d Renamed assembly SceneGraph -> Visuals. 10 years ago
Steven Kirk 6afa000c42 Added a render loop. 10 years ago
Steven Kirk c554467d13 Invalidate measure when control removed 10 years ago
Jeremy Koritzinsky 5e0f12235f Added the platform independent interface and the Direct2D1 implementation of opacity masks. 10 years ago
donandren 31147af9d3 renamed Visual.TransformOrigin -> RenderTransformOrigin 10 years ago
Jeremy Koritzinsky 7969504431 Added path clipping infrastructure. Got Skia implementation working. 10 years ago
Steven Kirk 710de1f85a Fix an edge case in visual parenting. 10 years ago
Steven Kirk ab60beaa54 Check visual parent is not already set. 10 years ago
Steven Kirk 5be41985c3 Renamed Perspex -> Avalonia 10 years ago
Steven Kirk 45b5ec5d8f Added Control.Initialized. 11 years ago
Steven Kirk 50322aabf6 Use the same pattern for visual tree (de)attachment 11 years ago
Steven Kirk ea6b1d4cfd Starting removing hard dependency on Serilog. 11 years ago
Steven Kirk ac0a78293f Actually return visual root from IVisual.VisualRoot. 11 years ago
Steven Kirk e7556fbf39 Expose IVisual.VisualRoot. 11 years ago
Steven Kirk 663b1fe490 Moved Name to Control. 11 years ago
Steven Kirk 46a6d2917e Expose Name as PerspexProperty. 11 years ago
Steven Kirk 3fde7f979c Added VisualExtensions.PointToClient. 11 years ago
Steven Kirk 5489487131 Make LayoutManager global. 11 years ago
Steven Kirk d25e057ccc More WIP refactoring properties. 11 years ago
Steven Kirk 1841e7ad7a Start allowing Setters to contain bindings. 11 years ago
Steven Kirk d9f043b45d Don't allow null logical or visual children. 11 years ago
Steven Kirk a6b74db847 Merge branch 'logical-tree' into leaks 11 years ago
Steven Kirk 9892b1ea1c Fix crash when clicking menu item. 11 years ago
Steven Kirk 6f10775ec4 Unsubscribe from RenderTransform.Changed 11 years ago
Steven Kirk 67835cc09b Applied a bunch of resharper suggestions. 11 years ago
Steven Kirk 9eb54f59d2 Fixed name scopes. 11 years ago
Steven Kirk bd6b6bad67 Added test for SCV.BringDescendentIntoView 11 years ago
Steven Kirk 16c2242757 Implemented NameScopes 11 years ago
Steven Kirk d87bcde7be Added ResetBehavior to PerspexList. 11 years ago
Steven Kirk 92e6274ec3 Fixed input hit test Z ordering. 11 years ago
Nikita Tsukanov 3fc62506df Introduced DrawingContext class responsible for matrix transformation and push/pop order validation 11 years ago
Nikita Tsukanov f4f3d572a6 Renamed IRenderingViewport to IRenderTarget 11 years ago
Nikita Tsukanov c8e617231c Moved render-related code from TopLevel to a separate class 11 years ago
Steven Kirk b5b750123d Make VisualParent a direct PerspexProperty. 11 years ago
Steven Kirk 5c4d2b84a3 Started converting PPs to direct PPs. 11 years ago
Steven Kirk 6f09ee386b Clarified documentation for Visual.Bounds 11 years ago
Steven Kirk b4eca729fb Renamed Origin -> RelativePoint. 11 years ago
Nikita Tsukanov 3cd3579475 "field can be readonly" 11 years ago
Nikita Tsukanov 21a3554260 Change property getter to expression properties 11 years ago