Jumar Macato
|
bfefeb9e9c
|
Make Transitions Bind strongly typed.
|
8 years ago |
Jumar Macato
|
1b37397e69
|
Fix bug on PageTransitions by adding 1 to the zeroth iteration frame count modulo.
|
8 years ago |
Jumar Macato
|
ee15c1c493
|
Merge branch 'new-animations-algo' of github.com:AvaloniaUI/Avalonia into new-animations-algo
|
8 years ago |
Jumar Macato
|
b020bddb20
|
Fix onComplete assignment.
|
8 years ago |
Jumar Macato
|
1757604dab
|
Fix onComplete assignment.
|
8 years ago |
Jumar Macato
|
66d43ad2b7
|
Merge branch 'new-animations-algo' of github.com:AvaloniaUI/Avalonia into new-animations-algo
|
8 years ago |
Jumar Macato
|
cfabbe9b65
|
More optimizations.
|
8 years ago |
Jumar Macato
|
5f0ef59ba6
|
Merge branch 'master' into new-animations-algo
|
8 years ago |
Jumar Macato
|
2f803cb504
|
Merge pull request #1795 from jkoritzinsky/pagetransitions
Reimplement Page Transitions
|
8 years ago |
Jumar Macato
|
e62d6debe4
|
Merge branch 'master' into pagetransitions
|
8 years ago |
Jeremy Koritzinsky
|
03444597cb
|
Merge pull request #1774 from AvaloniaUI/awaitablerun-animations
Code-behind Animation Trigger
|
8 years ago |
Jeremy Koritzinsky
|
5e4555e366
|
Add conditional access to satisfy our inspector.
|
8 years ago |
Jeremy Koritzinsky
|
792cc791f2
|
Merge branch 'awaitablerun-animations' of https://github.com/AvaloniaUI/Avalonia into pr/1774-wip-code-behind-animation-trigger
|
8 years ago |
Jeremy Koritzinsky
|
7d1b7593a5
|
Dispose subscriptions on completed code-behind run of animation.
|
8 years ago |
Jeremy Koritzinsky
|
b60c4abccb
|
Merge branch 'master' into awaitablerun-animations
|
8 years ago |
sdoroff
|
f24ad3c2d4
|
Merge pull request #14 from danwalmsley/minor-fixes
Minor fixes
|
8 years ago |
Dan Walmsley
|
e6db8421ed
|
fix crash on app load due to inconsistent namespace.
|
8 years ago |
Dan Walmsley
|
8ef74ec4ff
|
allow selected row background color to be overriden.
|
8 years ago |
Jumar Macato
|
0b248e6bb2
|
Optimize & remove excess numeric castings.
|
8 years ago |
Jumar Macato
|
5365fd0a41
|
Add the new animation algorithm.
|
8 years ago |
Jumar Macato
|
b3ebfa5748
|
Add the global frame count to AnimationStateTimer.
|
8 years ago |
Jumar Macato
|
127d060f66
|
Add new properties for Animations.
|
8 years ago |
Jumar Macato
|
87934f2bfd
|
Remove underscores on ASM fields.
|
8 years ago |
Jumar Macato
|
0624d30037
|
Make ASM more Genericized.
|
8 years ago |
danwalmsley
|
c77738f20c
|
Merge pull request #1727 from AvaloniaUI/fixes/dont-create-virtualizer-before-panel
Don't create virtualizer before panel.
|
8 years ago |
danwalmsley
|
a51c0098e4
|
Merge branch 'master' into fixes/dont-create-virtualizer-before-panel
|
8 years ago |
sdoroff
|
0a77846555
|
Merge pull request #13 from AvaloniaUI/default-theme-changes
Updated the Default Theme Control Templates
|
8 years ago |
sdoroff
|
c23f6cb857
|
Updated the Default Theme Control Templates
|
8 years ago |
sdoroff
|
8b0d3daa9c
|
Merge pull request #12 from AvaloniaUI/change-theme-namespace
Changed Theme Namespace to avoid conflict
|
8 years ago |
sdoroff
|
aae5259b20
|
Changed Theme Namespace to avoid conflict
|
8 years ago |
Jumar Macato
|
63beaef6f0
|
Merge branch 'master' into awaitablerun-animations
|
8 years ago |
Jeremy Koritzinsky
|
28ec140c47
|
Merge branch 'awaitablerun-animations' of https://github.com/AvaloniaUI/Avalonia into pr/1774-wip-code-behind-animation-trigger
|
8 years ago |
Jeremy Koritzinsky
|
2345818aab
|
Change completion to be notified via a callback. Only notify that an animation is complete if all animators used in the animation are complete.
|
8 years ago |
Jeremy Koritzinsky
|
079302a123
|
Fix bug in AnimatorKeyFrame.ValueProperty registration.
|
8 years ago |
Jumar Macato
|
ff702fb077
|
Merge pull request #1788 from AvaloniaUI/fixes/windows-close-applicatio-exit-stuck-in-loop
Dont freeze if someone implements window close cancellation.
|
8 years ago |
Dan Walmsley
|
14ed0191af
|
Dont freeze if someone implements window close cancellation.
|
8 years ago |
Jumar Macato
|
713efbd16a
|
Merge pull request #1787 from AvaloniaUI/fixes/1407
freeze designer support assembly version.
|
8 years ago |
Dan Walmsley
|
ca7204ad9a
|
freeze designer support assembly version.
|
8 years ago |
danwalmsley
|
8b3c0803c7
|
Merge pull request #1786 from AvaloniaUI/fixes/1374-rename-gap-to-spacing
rename stackpanel Gap property to Spacing property.
|
8 years ago |
Dan Walmsley
|
5062f823b3
|
rename stackpanel Gap property to Spacing property.
|
8 years ago |
Jumar Macato
|
d68875ded4
|
Merge pull request #1762 from Gillibald/feature/ImageScaleMode
RenderOptions.BitmapInterpolationMode
|
8 years ago |
Benedikt Schroeder
|
9723eccb70
|
Merge branch 'feature/ImageScaleMode' of https://github.com/Gillibald/Avalonia into feature/ImageScaleMode
|
8 years ago |
Benedikt Schroeder
|
fb30bcd9bd
|
Some minor issues fixed
|
8 years ago |
sdoroff
|
6a7cc9f525
|
Merge pull request #11 from AvaloniaUI/scroll-bug
Fixes scrolling bug in grouped DataGrids
|
8 years ago |
sdoroff
|
f24b7da0d3
|
Fixes scrolling bug in grouped DataGrids
Fixes #5
|
8 years ago |
Jumar Macato
|
981d0c346b
|
Merge branch 'master' into feature/ImageScaleMode
|
8 years ago |
danwalmsley
|
19bc7039e4
|
Merge branch 'master' into fixes/dont-create-virtualizer-before-panel
|
8 years ago |
danwalmsley
|
a9f11c159f
|
Merge pull request #1784 from AvaloniaUI/fixes/correct-handling-of-close-cancellation
fix bug that was preventing user from cancelling window close.
|
8 years ago |
Dan Walmsley
|
23fdfe51df
|
fix bug that was preventing user from cancelling window close.
|
8 years ago |
Jumar Macato
|
667d288cec
|
Merge branch 'master' into feature/ImageScaleMode
|
8 years ago |