Steven Kirk
25b92e83f4
Merge pull request #1487 from AvaloniaUI/fixes/fix-csproj-explicit-includes
tidy ControlCatalog.cspoj
8 years ago
Steven Kirk
3d0a8adda4
Merge branch 'master' into fixes/fix-csproj-explicit-includes
8 years ago
Benedikt Schroeder
87cc247100
fix tests
8 years ago
Benedikt Schroeder
b2562e19e2
Merge branch 'master' into feature/layoutHelper
8 years ago
Benedikt Schroeder
5190a6c915
fix missing measure call if the padding changes
8 years ago
Benedikt Schroeder
969265fbed
fix additional default templates
8 years ago
Benedikt Schroeder
dbbf36e872
fix default templates
8 years ago
Benedikt Schroeder
da25b2f61f
LayoutHelper for controls with single content
BorderRenderHelper refactoring
8 years ago
Jumar Macato
d2ecaeb17b
fixed message in Transition`1.cs
8 years ago
Jumar Macato
6860f3fc69
Added a looping example. Removed Easing from default type converters, adding an typeconverter attribute is enough.
8 years ago
Jumar Macato
62d814f7dc
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into wip-animations
8 years ago
Jumar Macato
164ff083c2
Fix tests and rename classes with typeparams according to conventions.
8 years ago
Jumar Macato
a71151839d
Revert changes in AppBuilder.cs
8 years ago
Jumar Macato
5e849b82df
Minor Fixes on KFSM regarding backward fill mode.
Reimplemented ClippingPage.xaml to XAML Keyframes.
Reverted Animatable properties to a DirectProperty.
8 years ago
Jumar Macato
edf982b820
Implemented FillMode; This PR is now almost feature complete (that nasty Control.Class selector bug).
8 years ago
Jeremy Koritzinsky
fe60908f52
Merge pull request #1500 from AvaloniaUI/fixes/devtools-focus
Fixed focused control display in DevTools.
8 years ago
Steven Kirk
3b2012dcd8
Fixed focused control display in DevTools.
9 years ago
Steven Kirk
b02ad2be48
Fix failing tests.
This class was registering a global attached property which affected other tests.
8 years ago
Steven Kirk
f0d0429644
Remove unused member.
8 years ago
Jumar Macato
beee57d146
Commented out System.Numerics.Vectors and the corresponding Vector4 to Color conversion code.
Completed the Repeat Behaviors logic (Loop, Repeat)
State Machine can now respond to PlayStates properly.
Combined the Intra-frame normalized time and Keyframe Pair selection into a single function for flexibility and customizable custom KeyFrames objects on the end-user.
Initial FillMode implementation.
8 years ago
Steven Kirk
1d31f8480b
Merge branch 'master' into refactor/properties-overhaul
8 years ago
Steven Kirk
44cfcfb04d
Allow any property to be registered anywhere.
Makes Avalonia more like other XAML frameworks, in that any avalonia property can now be set anywhere. The XAML parser however will only allow you to set registered properties.
8 years ago
Steven Kirk
f8791ecad7
Make attached property accessors static.
8 years ago
Jumar Macato
dd407ac6db
removed spurrious code
8 years ago
Jumar Macato
69cfe68693
make KFSM.Step a void, doesnt make sense to make it return some value now.
8 years ago
Jumar Macato
c854521992
Fixed delay logic on keyframe statemachine.
8 years ago
Jumar Macato
1acfc74fb1
Make KeyFrameStateMachine an IObservable.
8 years ago
Benedikt Schroeder
b09174a67f
Merge pull request #1 from AvaloniaUI/master
Merge
8 years ago
Jumar Macato
91153814d6
Addendum to the previous commit, again.
8 years ago
Jumar Macato
0ef78ed21c
Amended previous commit.
8 years ago
Jumar Macato
0ed34541a2
Initial Implementation of KeyFrame state machines for handling different stages of an animation.
8 years ago
Jumar Macato
df602f8480
Implement IterationTokens for Repeat behaviors
8 years ago
Steven Kirk
4e22f4ece4
Merge pull request #1498 from factormystic/patch-1
Fix broken quickstart link
8 years ago
factormystic
195c2bb57a
Fix broken quickstart link
8 years ago
ahopper
cf547b22d0
Merge branch 'master' into fixes/1484-nested-autoclose-popups
8 years ago
danwalmsley
82246cbae1
Merge branch 'master' into fixes/fix-csproj-explicit-includes
8 years ago
danwalmsley
25f25dd1c4
Merge pull request #1488 from AvaloniaUI/fixes/1436-border-layout-issues
Fix ZIndex / Layout issue with Styles and Border Control
8 years ago
danwalmsley
36ba73bace
Merge branch 'master' into fixes/1436-border-layout-issues
8 years ago
danwalmsley
dd003c325f
Merge pull request #1497 from AvaloniaUI/fixes/content-presenter-arrange-with-padding-gt-child-height
Fixes/content presenter arrange with padding > child height
8 years ago
Jumar Macato
99e9f9eed5
Delegated the animation clock to the Animatable objects so that we can control their Play State individually.
8 years ago
Jumar Macato
9d835ef5ee
Fix a nit
8 years ago
Steven Kirk
4ca13f2e3f
Added additional invalidation properties...
...to `ContentPresenter`
8 years ago
Jumar Macato
5d1b33f41a
Remove the 2nd Observable.Tick and merge the transitions and animations timer.
8 years ago
Steven Kirk
7b4cd4f96d
Modify/add tests for non-registered properties.
We should change to the behavior of other XAML frameworks where non-registered `AvaloniaProperty`s can be set on `AvaloniaObject`s via code.
9 years ago
Dan Walmsley
8d07861e59
white space.
8 years ago
Jumar Macato
1116e92999
Added RepeatBehavior, Direction and PlayState
enums and their respective properties in Animatable.cs
8 years ago
Dan Walmsley
2c9f3ede54
fix tests and and fixes.
8 years ago
danwalmsley
d944f36d88
Merge branch 'master' into fixes/1436-border-layout-issues
8 years ago
Dan Walmsley
a98d289af8
Add arrange fix for border and content presenter.
8 years ago
Dan Walmsley
67003577a0
Add failing unit tests for border and content presenter.
8 years ago