Jumar Macato
5d7b7f0c9c
Restore AnimationsPage.xaml
8 years ago
Jumar Macato
40bf364cda
Added class-selector bug sample in RenderTest
8 years ago
Steven Kirk
edc093a67d
Update ControlCatalog.Desktop.csproj.
Make it an SDK project too.
8 years ago
Steven Kirk
a7f05540b6
Added SampleApp.props.
With conditional references for net461. Hopefully fixes sample apps on net461.
8 years ago
Jumar Macato
4d9c7239cc
Fix CI failures.
8 years ago
Jumar Macato
185eaf9e8a
Added default window size to avoid resizing them to proper size everytime they are run.
8 years ago
Jumar Macato
1d6020ab85
Fix frameworks and add conditional target to DotNetCoreRuntime reference.
8 years ago
Jumar Macato
dd3a9ed3d3
Port BindingTest sample to the new csproj format. Also added MainWindow's Title.
Added net461 on TargetFramework attribs on the samples.
8 years ago
Jumar Macato
b161593994
Moved version and xaml props to build directory.
added Directory.Build.Props to src & samples directory.
cleaned up Avalonia.Markup.csproj. Will do more test to do the same on
Avalonia.Markup.Xaml.
8 years ago
Steven Kirk
9b24d244b5
Remove now-unneeded assembly references.
8 years ago
Jumar Macato
7ae90eb7c5
Cleanup all the csproj's that can be cleaned. Ported RenderTest and VirtualizationTest samples to .NET Core.
8 years ago
Dan Walmsley
a9747e0bd6
whitespace.
8 years ago
Dan Walmsley
aca0fb3eba
Implement password char on TextBox rather than separate control.
8 years ago
Dan Walmsley
2bd00bff49
Add a PasswordBox control.
8 years ago
Amadeusz Sadowski
8d11d7a5fa
BindingExtension Source tests and sample
#1521
8 years ago
Steven Kirk
68f5cd6dd6
Move DnD classes to Avalonia.Input.
Fixes #1506 .
8 years ago
Wiesław Šoltés
0561ee2cb2
Fix DragAndDropPage file name
8 years ago
ahopper
cea86f3647
removed popup from control catalog
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
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
Jumar Macato
c854521992
Fixed delay logic on keyframe statemachine.
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
1116e92999
Added RepeatBehavior, Direction and PlayState
enums and their respective properties in Animatable.cs
8 years ago
boombuler
36186b3107
added Drag+Drop sample
8 years ago
Jumar Macato
2a96099ac2
Removed ColorTransitions from AnimationsPage.xaml
8 years ago
Dan Walmsley
5cba2f4aac
auto generate assembly info for control catalog.
8 years ago
Dan Walmsley
85339e4585
remove other unnecesary stuff from ControlCatalog project file.
8 years ago
ahopper
a0b1ad62b3
Fix #1484
8 years ago
Jumar Macato
954a65e14d
Fix formatting in AnimationsPage.xaml
8 years ago
Jumar Macato
9099b6e6de
Fix color transitions code. Reworked animation example page a little bit.
8 years ago
Dan Walmsley
15fed263fd
tidy ControlCatalog.cspoj
8 years ago
Jumar Macato
2748bc8ae2
fix mismatched end tag in ControlCatalog/MainView.xaml
8 years ago
Jumar Macato
1fbf8ee796
Some tweaking with AnimationPage.xaml.
Merged RenderTest's Program and App class for brevity.
8 years ago
Jumar Macato
bb5c5c0d3a
TransitionKeyFrames transform selection logic are now fully functional.
Trigger RaiseChanged() on TransformGroup class when a child transform was changed.
Split the PlayState enum to a new file.
8 years ago
David Maas
a139ce0116
Fixed Direct3DInteropSample.
8 years ago
Jumar Macato
8dd3315c9a
Split the global timer for Transitions and Animations.
Added more example animations in RenderTest with Global Pause/Resume button for Animations.
9 years ago
Jumar Macato
7693836c43
Minor Fixes pt. 2
9 years ago
Jumar Macato
c828437239
Minor fixes.
9 years ago
Jumar Macato
ee1960ba00
Finally, finally fix the linear parametric interpolation for DoubleKeyFrames 😄
Credits to Georgia Tech's keyframe slides : https://www.cc.gatech.edu/classes/AY2012/cs4496_spring/slides/Keyframe.pdf
9 years ago
Jumar Macato
39fea68f74
9 years ago
Jumar Macato
431afdebb1
* Fixed interpolation point selection when theres three or more keyframes.
*Added new examples in RenderTest/AnimationsPage
9 years ago
Jumar Macato
dd657e203d
*Implement Basic Keyframe Animations support.
*Implement DoubleKeyFrames for Properties such as Opacity, etc.
*Implement TransformKeyFrames with initial implementation
of specialized logic for selecting RenderTransform of the
target control properly.
*Ported RenderTest to .NET Core for testing and to remove the
crufty old .csproj format.
*Replaced AnimationsPage with some samples of hover-activated
animated red rectangles.
9 years ago
dzhelnin
7c0f1f9374
Use "double" instead of "double?" for Value. DefaultValue removed.
9 years ago
dzhelnin
d6b5e04f0c
Reworked to provide common NumericUpDown control which values are doubles.
9 years ago
Jumar Macato
28e3d73098
Revert the library split, just transferring the base Animatable class to Avalonia.Visual was good enough.
Apply important changes from my internal test branch
9 years ago
Jumar Macato
378bdc6c8c
Fixed transition backend, transitions are now working.
9 years ago
Jumar Macato
7becd1ea92
*Added initial implementation of new Transitions
*Added default easing classes
*Added easing type converter
9 years ago
Jumar Macato
2556b50992
Rename Carousel & TabControls Transition property to PageTransitions to avoid confusion to the upcoming Transitions from Avalonia.Animations.
9 years ago
dzhelnin
89cfa644ae
Added NumbersPage to ControlCatalog.
9 years ago