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
0d459c6f70
Merge branch 'master' into update-portable-xaml
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
Jeremy Koritzinsky
9ede7a3d25
Include pdbs in packages.
8 years ago
Jeremy Koritzinsky
32ae9e813b
Upgrade ReactiveUI dependency to 8.0.0 stable.
8 years ago
Steven Kirk
0c36c1baab
Merge pull request #1461 from jmacato/wip-animations
CSS-like Animations & Transitions
8 years ago
Jumar Macato
ca3b8b259f
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into wip-animations
8 years ago
Jumar Macato
71a05f06d7
Merge Conflict fix
8 years ago
Jeremy Koritzinsky
ef7e71c47c
Merge pull request #1615 from jkoritzinsky/fix-font-intermittent-crash
Fix intermittent test failure introduced by font tests
8 years ago
Jeremy Koritzinsky
63daa04852
Fix intermittent test failure introduced by font tests
8 years ago
Steven Kirk
e4032eee58
Merge pull request #1560 from AvaloniaUI/fixes/1559-wrong-brush-type
Reworked TypeConverters.
8 years ago
Steven Kirk
90742b8c51
FontFamilyTypeConverter is no longer needed.
8 years ago
Steven Kirk
c026b3dd5e
Removed missing files.
8 years ago
Steven Kirk
d43ca773be
Merge branch 'master' into fixes/1559-wrong-brush-type
Conflicts:
src/Markup/Avalonia.Markup.Xaml/PortableXaml/AvaloniaDefaultTypeConverters.cs
8 years ago
Jumar Macato
3af57ec2c9
Merge branch 'master' into wip-animations
8 years ago
Jumar Macato
5151b1dddf
Merge branch 'wip-animations' of https://github.com/jmacato/Avalonia into wip-animations
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
danwalmsley
cd8a2196b8
Merge pull request #1611 from AvaloniaUI/feature/single-item-psuedo-class-items-control
add singleitem psuedo class on items control.
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
fb24332d2a
Port RenderTest animations to the new syntax
8 years ago
Jumar Macato
b2502fef82
Merge branch 'master' into wip-animations
8 years ago
Jumar Macato
ed7b875561
Finish rough implementation of the new syntax.
8 years ago
Jumar Macato
8c94af444e
Merge branch 'wip-animations' of https://github.com/jmacato/Avalonia into wip-animations
8 years ago
Jumar Macato
1b416690eb
More syntax rework
8 years ago
Jumar Macato
c04a368bad
Start of syntax rework
8 years ago
danwalmsley
06f4840485
Merge pull request #1564 from Gillibald/feature/customFonts
Custom font support
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
danwalmsley
06ce812520
Merge branch 'master' into feature/customFonts
8 years ago
danwalmsley
af46748840
Merge pull request #1609 from AvaloniaUI/fixes/radiobutton-border
Fix RadioButton bullet border at 1px.
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
17dfa70b4f
ControlCatalog .csproj fix
8 years ago
Benedikt Schroeder
e50f2d269a
Removed IFontFamily
Some code style fixes
8 years ago
Benedikt Schroeder
d550526936
Unit test fix
8 years ago
Benedikt Schroeder
f3f750cf86
Cleanup
8 years ago
Benedikt Schroeder
5c1a979b16
Merge branch 'master' into feature/customFonts
8 years ago
Benedikt Schroeder
a59cf3a135
New asset loader
Added unit test for wildcard
8 years ago
Jeremy Koritzinsky
bf045bbea8
Merge pull request #1608 from Gillibald/feature/IAssetLoader-GetAssets
AssetLoader GetAssets
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
6f1e34486b
Merge branch 'master' into fixes/1559-wrong-brush-type
8 years ago
Steven Kirk
1f1e67c797
Don't use Parse for types that XAML handles.
8 years ago