Steven Kirk
95d26dd0d5
Use `CreateDelegate` on Parse `MethodInfo`.
8 years ago
Jumar Macato
df34e26ade
Merge branch 'master' into wip-animations
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
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
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
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
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
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
e8c32bf801
Preliminary support. Indexers require more work since the compiler doesn't generate IndexExpressions (they weren't in S.L.Expressions v1 so they aren't auto-genned).
8 years ago
Jeremy Koritzinsky
8d8480c086
Allow indexer bindings to be at the start of a binding path.
8 years ago
Jumar Macato
5d7b7f0c9c
Restore AnimationsPage.xaml
8 years ago
Jumar Macato
586f345940
Merge branch 'master' into wip-animations
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
danwalmsley
bcae543b6e
Merge branch 'master' into feature/stop-renderer-on-minimize
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
danwalmsley
2dfb2d80ce
Merge branch 'master' into feature/customFonts
8 years ago
Jeremy Koritzinsky
1be3aab2e7
Merge pull request #1588 from AvaloniaUI/fix-broken-master-build
Fix broken master
8 years ago
Steven Kirk
6c3305d1b8
Missing quote.
8 years ago
Steven Kirk
ffeefabf1c
Update ControlCatalog.Desktop output dir.
The output path has changed from `bin\Release` to `bin\Release\net461`.
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
Jumar Macato
9cd1f3d2b1
Merge master
8 years ago
Jeremy Koritzinsky
33a1e8b8cf
Merge pull request #1308 from AvaloniaUI/readonly-struct
Use readonly structs where possible.
8 years ago
danwalmsley
a521cf7954
Merge branch 'master' into feature/customFonts
8 years ago
Steven Kirk
262e583f5c
Moved <LangVersion> to SharedVersion.props.
8 years ago