CommonGuy
ab36f86325
Add the NewLine property to TextBox
8 years ago
Jeremy Koritzinsky
1bbc155303
Use a concrete type for the host type to avoid #959 .
8 years ago
Jeremy Koritzinsky
4eec8b4271
Fix #1531 by making IStyle an IAvaloniaObject.
8 years ago
Steven Kirk
92f26f8139
Fix inclusion of UriTypeConverter.
8 years ago
Steven Kirk
147b6bfe54
Convert brush to immutable brush.
Fixes #1613 .
8 years ago
Jeremy Koritzinsky
68309101e4
Remove legacy designer.
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
b14d76e257
Fix another broken csproj merge.
8 years ago
Jeremy Koritzinsky
6673123ffc
Fix bad csproj merge.
8 years ago
Jeremy Koritzinsky
9ff429879f
Revert "Move Avalonia.Styling to be below Avalonia.Animation in the dependency chain per conversation in Gitter."
This reverts commit 867ecc05b6e7f94e08389e7f8383f61d488e1245.
8 years ago
Jeremy Koritzinsky
72a4889435
Move Control static constructor statements to more accurate layers.
8 years ago
Jeremy Koritzinsky
b448b64bdd
Fixed broken doc comment.
8 years ago
Jeremy Koritzinsky
61ebeb2ac9
Move Avalonia.Styling to be below Avalonia.Animation in the dependency chain per conversation in Gitter.
8 years ago
Jeremy Koritzinsky
b38b46a280
PR Feedback.
8 years ago
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
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
Jeremy Koritzinsky
c2c581e524
Refactor away dependencies between Avalonia.Markup and Avalonia.Controls. Now Avalonia.Markup only depends on Avalonia.Base.
8 years ago
Jeremy Koritzinsky
dd6bfb77b2
Disable SourceLink on iOS projects.
8 years ago
Jeremy Koritzinsky
a5a582bf22
Add SourceLink package to enable SourceLink debugging.
8 years ago
Jumar Macato
71a05f06d7
Merge Conflict fix
8 years ago
Steven Kirk
90742b8c51
FontFamilyTypeConverter is no longer needed.
8 years ago
Steven Kirk
c026b3dd5e
Removed missing files.
8 years ago
Jumar Macato
d196a431a8
Fix nits
8 years ago
Jumar Macato
4d5bb0b4cc
Fix nits
8 years ago
Jumar Macato
287588c300
Simplify RepeatBehavior into a RepeatCount with Loop option.
8 years ago
Unknown
4479734961
remove added whitespace.
8 years ago
Unknown
0f7ab7e61f
add singleitem psuedo class on items control.
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
Jumar Macato
c04a368bad
Start of syntax rework
8 years ago
Steven Kirk
d5041bc1b0
Update Portable.Xaml to develop branch.
As far as I can tell, all of the changes we need have been merged into Portable.Xaml, so we should be able to use the `develop` branch without any of our own patches.
8 years ago
Steven Kirk
755ce21564
Fix RadioButton bullet border at 1px.
`BorderThickness` is now a `Thickness` so we can't bind `StrokeThickness` to it.
8 years ago
Benedikt Schroeder
e50f2d269a
Removed IFontFamily
Some code style fixes
8 years ago
Benedikt Schroeder
f3f750cf86
Cleanup
8 years ago
Benedikt Schroeder
a59cf3a135
New asset loader
Added unit test for wildcard
8 years ago
Benedikt Schroeder
f609c9c5d9
Cleanup
8 years ago
Benedikt Schroeder
724bb45abb
comment fixes
8 years ago
Benedikt Schroeder
3bec8036a7
Initial
8 years ago
CommonGuy
55da255d86
Improve KeyDown behavior in DropDown
8 years ago
Benedikt Schroeder
b4848b20e3
Spacing fix
8 years ago
Benedikt Schroeder
2c8953de97
Requested changes
8 years ago
Steven Kirk
1f1e67c797
Don't use Parse for types that XAML handles.
8 years ago
Steven Kirk
95d26dd0d5
Use `CreateDelegate` on Parse `MethodInfo`.
8 years ago
Jumar Macato
b0456d46a1
Fix all remaining nits - this commit will be used as a breakpoint for the upcoming syntax reimplementation.
8 years ago
Benedikt Schroeder
a10a756366
IAssetLoader changes
Rename resource to asset
8 years ago
Steven Kirk
51a376f3e2
Register ToolTip attached properties correctly.
Was previously registering them with `Popup` as the owner, which was causing two properties with the same name to get registered, confusing XAML.
We should probably put in a check to make sure this doesn't happen, but this fixes the problem for now.
Fixes #1573
8 years ago
Jumar Macato
de4ffbec3b
Fix introduced bug in neutral keyframe values.
8 years ago
Unknown
f97d293240
fix textblock and texstpresenter issues related to password char.
8 years ago
Jumar Macato
9bdd228d15
Enable smarter TransformKeyFrames logic
8 years ago