Steven Kirk
b8f127fce7
Reimplemented TemplateBinding.
Rather than just use a standard `Binding`, make `TemplateBinding` a lightweight binding in the case where the binding is simply to a property on the templated parent.
8 years ago
Nelson Carrillo
88bfdf87ea
Skia backend cleanup.
8 years ago
Jumar Macato
7b1c9bde18
Replace namespaces accordingly; Rename projects on main sln file.
8 years ago
Jumar Macato
def7da4bb2
Rename Sample projects to avoid confusion with the CI tests.
8 years ago
Jeremy Koritzinsky
18f436a2c3
Clean up unused code warnings and malformed doc comments.
8 years ago
Jeremy Koritzinsky
93774af3a4
Update Android resource files.
8 years ago
Jeremy Koritzinsky
1f0e173e95
Fix the inspection errors. Also clean up some Calendar code in the meantime since most of the warnings were there.
8 years ago
Jeremy Koritzinsky
b89ab8f5f1
Remove HtmlRenderer from the Avalonia repository and move it to the Avalonia.HtmlRenderer repo.
8 years ago
Jeremy Koritzinsky
4b8c6df9eb
Implement animation setters using the Avalonia.Styling.Setter class. Enable custom animators through a static method on Animation that can be called from the a static constructor (example in Transform.cs).
8 years ago
Jeremy Koritzinsky
72708cae67
Fix namespace build break.
8 years ago
Jeremy Koritzinsky
cf8244b37a
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
Use pattern-matching switch.
Fix bug from cleanup.
8 years ago
Jumar Macato
287588c300
Simplify RepeatBehavior into a RepeatCount with Loop option.
8 years ago
Jumar Macato
fb24332d2a
Port RenderTest animations to the new syntax
8 years ago
Jumar Macato
ed7b875561
Finish rough implementation of the new syntax.
8 years ago
Jumar Macato
1b416690eb
More syntax rework
8 years ago
Benedikt Schroeder
17dfa70b4f
ControlCatalog .csproj fix
8 years ago
Benedikt Schroeder
a10a756366
IAssetLoader changes
Rename resource to asset
8 years ago
Jumar Macato
de4ffbec3b
Fix introduced bug in neutral keyframe values.
8 years ago
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
Benedikt Schroeder
36d5aad6fe
Removed fonts
8 years ago
Benedikt Schroeder
0da9083ba3
Added comments
8 years ago
Jumar Macato
4d9c7239cc
Fix CI failures.
8 years ago
Benedikt Schroeder
5fe6276228
Finished skia support
8 years ago
Benedikt Schroeder
756db86316
res support finished
8 years ago
Benedikt Schroeder
ff230d4360
resm filename globbing
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
Benedikt Schroeder
7082831021
Assets revert
8 years ago
Benedikt Schroeder
e96c6e4fe7
Sample revert
8 years ago
Benedikt Schroeder
53db6d75e9
Skia support
8 years ago
Benedikt Schroeder
1ace429342
Direct2D1 caching
8 years ago
Benedikt Schroeder
9f29e9a8f4
caching
8 years ago
Benedikt Schroeder
3b308d8d19
Direct2D1 experimental
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