Jeremy Koritzinsky
|
f423dbbb1d
|
Fix codepath where the property is a value type but the weakreference has been collected.
|
8 years ago |
Jeremy Koritzinsky
|
1c3b714a0e
|
Move fix up to SettableNode and ExpressionNode so all settable node types (i.e. PropertyAccessor and Indexer nodes) can get the fix.
|
8 years ago |
Jeremy Koritzinsky
|
5ea9677cb9
|
Use WeakReferences to make sure we aren't accidentally keeping objects alive in this new cache.
|
8 years ago |
Jeremy Koritzinsky
|
a37e24dc44
|
Add unit test.
|
8 years ago |
Jeremy Koritzinsky
|
41b20f63f0
|
Move fix up to PropertyAccessorNode from InpcPropertyAccessorPlugin.
|
8 years ago |
Jeremy Koritzinsky
|
f596cb13bb
|
Don't set when value is equal to the last fetched value (invalidated on PropertyChanged event).
|
8 years ago |
Jeremy Koritzinsky
|
82cd66c678
|
Merge pull request #1622 from jkoritzinsky/RemoveLegacyDesigner
Remove legacy designer
|
8 years ago |
danwalmsley
|
3b54088d4d
|
Merge branch 'master' into RemoveLegacyDesigner
|
8 years ago |
Jeremy Koritzinsky
|
c334fa0063
|
Merge pull request #1626 from jkoritzinsky/fix-packages
FIx bug in package creation introduced by SourceLink PR.
|
8 years ago |
Jeremy Koritzinsky
|
b62de3f833
|
FIx bug in package creation introduced by SourceLink PR.
|
8 years ago |
Jeremy Koritzinsky
|
cdd72a4c12
|
Merge branch 'master' into RemoveLegacyDesigner
|
8 years ago |
Jeremy Koritzinsky
|
04e81bf2be
|
Separate designer tests into their own target for completeness.
|
8 years ago |
Jeremy Koritzinsky
|
c2d95fbd57
|
Added unit test for remote designer in Win32 mode.
|
8 years ago |
Steven Kirk
|
ecddba1046
|
Merge pull request #1612 from AvaloniaUI/update-portable-xaml
Update Portable.Xaml to develop branch.
|
8 years ago |
Steven Kirk
|
92f26f8139
|
Fix inclusion of UriTypeConverter.
|
8 years ago |
Steven Kirk
|
bfccfb14e1
|
Merge branch 'master' into update-portable-xaml
|
8 years ago |
Steven Kirk
|
192a50f6e4
|
Merge pull request #1619 from AvaloniaUI/SourceLink
Enable SourceLink
|
8 years ago |
Steven Kirk
|
301159e33d
|
Merge branch 'master' into SourceLink
|
8 years ago |
Steven Kirk
|
d42f6b4bd6
|
Merge pull request #1589 from CommonGuy/improve-dropdown-keybehavior
Improve dropdown keybehavior
|
8 years ago |
Steven Kirk
|
7f233b94fd
|
Merge branch 'master' into improve-dropdown-keybehavior
|
8 years ago |
Steven Kirk
|
e7df62ab2c
|
Merge pull request #1594 from jkoritzinsky/refactor/binding-support
Refactor Binding Support classes and Styling
|
8 years ago |
Steven Kirk
|
54f431300a
|
Merge branch 'master' into refactor/binding-support
|
8 years ago |
danwalmsley
|
831fe4d2e8
|
Merge pull request #1624 from AvaloniaUI/fixes/1613-d2d-span-immutable-brush
Convert brush to immutable brush in D2D backend.
|
8 years ago |
Steven Kirk
|
147b6bfe54
|
Convert brush to immutable brush.
Fixes #1613.
|
8 years ago |
Jeremy Koritzinsky
|
6f1315258c
|
Commit changes to sln
|
8 years ago |
Jeremy Koritzinsky
|
68309101e4
|
Remove legacy designer.
|
8 years ago |
Jeremy Koritzinsky
|
f5731d4e7c
|
Merge pull request #1621 from jkoritzinsky/ExtractHtmlRenderer
Remove HtmlRenderer from the Avalonia repository and move it to the Avalonia.HtmlRenderer repo.
|
8 years ago |
Steven Kirk
|
2d5eefb8de
|
Merge branch 'master' into ExtractHtmlRenderer
|
8 years ago |
Jeremy Koritzinsky
|
b89ab8f5f1
|
Remove HtmlRenderer from the Avalonia repository and move it to the Avalonia.HtmlRenderer repo.
|
8 years ago |
danwalmsley
|
21a273728b
|
Merge branch 'master' into SourceLink
|
8 years ago |
danwalmsley
|
667a489e87
|
Merge pull request #1618 from AvaloniaUI/stable-reactiveui-deps
Upgrade ReactiveUI dependency to 8.0.0 stable.
|
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
|
e3686ab10d
|
Fix intermittent test failures introduced by accidental possible inter-test dependency that caused a test to fail when a different (moved over from the refactor) test ran before it.
|
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
|
72708cae67
|
Fix namespace build break.
|
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
|
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 |