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
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
danwalmsley
06f4840485
Merge pull request #1564 from Gillibald/feature/customFonts
Custom font support
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
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
Steven Kirk
95d26dd0d5
Use `CreateDelegate` on Parse `MethodInfo`.
8 years ago
Benedikt Schroeder
2b6307b35e
Merge pull request #4 from AvaloniaUI/master
Merge
8 years ago
Benedikt Schroeder
33ea1925c7
Fixed unit tests
8 years ago
Benedikt Schroeder
a10a756366
IAssetLoader changes
Rename resource to asset
8 years ago
Benedikt Schroeder
8ab77b9736
Merge branch 'master' into feature/customFonts
8 years ago
Jeremy Koritzinsky
fee5f204d6
Merge pull request #1595 from jkoritzinsky/fixes/1566-indexer-binding-start
Allow indexer bindings to be at the start of a binding path.
8 years ago
Steven Kirk
226eb651d7
Merge branch 'master' into fixes/1566-indexer-binding-start
8 years ago
Steven Kirk
5e65465ec2
Merge pull request #1599 from AvaloniaUI/fixes/1573-popup-offset
Register ToolTip attached properties correctly.
8 years ago
danwalmsley
3fff1912ce
Merge branch 'master' into fixes/1573-popup-offset
8 years ago
danwalmsley
3e775def55
Merge pull request #1598 from AvaloniaUI/fixes/password-char-crash
Fixes/password char crash
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
Dan Walmsley
8266621d65
fix nits.
8 years ago
Unknown
f97d293240
fix textblock and texstpresenter issues related to password char.
8 years ago
Unknown
92ad156d83
Add test that default value of TextBlock.Text property is empty string.
8 years ago
Unknown
18c963aac9
Add test for password char on TextPresenter.
8 years ago
Unknown
4b5ce0cf40
add failing unit test.
8 years ago
Benedikt Schroeder
6e9b45cf53
Merge branch 'feature/customFonts' of https://github.com/Gillibald/Avalonia into feature/customFonts
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
danwalmsley
e5c86e5fe6
Merge branch 'master' into feature/customFonts
8 years ago
Steven Kirk
0e8e8610f9
Merge pull request #1503 from Gillibald/feature/layoutHelper
Layout helper for single child controls
8 years ago
Steven Kirk
f60803275a
Merge branch 'master' into feature/layoutHelper
8 years ago
Steven Kirk
c4e4e60cf4
Merge remote-tracking branch 'origin/master' into pr/1190-make-windowstate-bindable
8 years ago
Benedikt Schroeder
3220e31308
TextBlock.SetFontFamily fix
8 years ago
Benedikt Schroeder
d6263b28f2
Merge branch 'master' into feature/customFonts
8 years ago
danwalmsley
a6cbe17b06
Merge pull request #1590 from AvaloniaUI/fixes/1576-attached-property-changed
Fix raising property changed for attached property.
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