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
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
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
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
Jumar Macato
2da5e0e023
Implement KeyFrame neutral values.
8 years ago
Jumar Macato
ea0bf1793b
Fix CI
8 years ago
Jumar Macato
578e1331aa
Nit fixes part 2
8 years ago
Jumar Macato
ec4af4f395
Fix extraneous empty lines.
Fix Animation.cs braces
8 years ago
Benedikt Schroeder
5a5be9e767
Requested changes
8 years ago
Jeremy Koritzinsky
8d8480c086
Allow indexer bindings to be at the start of a binding path.
8 years ago
Steven Kirk
f92a5deb3b
Only trigger class match when value changed.
Previously each time a class was added to a control, the selector match would be re-triggered even if it didn't affect whether the selector matches the class.
8 years ago
Benedikt Schroeder
3220e31308
TextBlock.SetFontFamily fix
8 years ago
Steven Kirk
25ed770790
Fix raising property changed for attached property.
Raise a property changed event for attached properties when `InheritanceParent` is set. This was broken by #1499 .
Fixes #1576
8 years ago
Steven Kirk
0b055771f5
Generate version numbers for assemblies.
Don't set `<GenerateAssemblyInfo>false</GenerateAssemblyInfo>` because this means that assemblies won't get versions.
8 years ago
Jumar Macato
40bf364cda
Added class-selector bug sample in RenderTest
8 years ago
Steven Kirk
262e583f5c
Moved <LangVersion> to SharedVersion.props.
8 years ago
Steven Kirk
cb39aa0426
Fixed doc comments.
8 years ago
Steven Kirk
a3f1c0d621
Make TryReadInt32 not throw too.
And simplify the code.
8 years ago
Dan Walmsley
515e180cdb
update documentation for CreateFormattedText method.
8 years ago
Dan Walmsley
58daa9390b
Allow CreateFormattedText to have the string it renders overridden.
8 years ago
zii-dmg
c2005c8702
OleInitialize checks already inited case and throws Win32Exception
8 years ago