Steven Kirk
d5dc470416
Fixed issue with LocalValue and bindings.
7 years ago
Steven Kirk
44e1bd5158
Use LocalValueEntry instead of boxing.
Further reduces allocated memory in the common case of only a local value being set.
7 years ago
Steven Kirk
557898adfd
Move methods back to original order.
Moving them like this was confusing the diff.
7 years ago
Steven Kirk
a29a2db616
Removed unused method.
7 years ago
Steven Kirk
55eea624ee
Implement IEquatable on Optional.
7 years ago
Steven Kirk
8b1efc53ca
Make Optional readonly.
7 years ago
Steven Kirk
13431044c1
Remove TryGetValueUntyped.
7 years ago
Steven Kirk
8ed800ad71
I did the merge wrong.
Delete some files that should have been deleted in merge.
7 years ago
Steven Kirk
13c6fb61fb
Merge branch 'master' into refactor/value-store
7 years ago
Steven Kirk
44d885fbd4
Merge pull request #3263 from AvaloniaUI/fixes/styled-test-base-classes
Simplify test controls in styling unit tests.
7 years ago
Steven Kirk
24f11bba18
Simplify test controls in styling unit tests.
Making a change to interfaces was becoming a pain because of this.
7 years ago
Steven Kirk
60422d621b
Handle GetBindingObservable<object>().
7 years ago
Steven Kirk
aa9386ddaf
Add another sanity check to BindingValue.
7 years ago
Steven Kirk
c5acd37ea7
Merge pull request #3258 from AvaloniaUI/fixes/binding-stack-overflow
Alternative fix for binding stack overflow
7 years ago
Steven Kirk
49b91d129d
Fix stack overflow.
Don't believe the new value given to us in the `AvaloniaPropertyChangedEventArgs`: it may have already changed. Instead, read the current value of the property from the object.
7 years ago
Steven Kirk
aa3dfcd426
Remove DeferredSetter.
It's not needed any more.
7 years ago
Steven Kirk
b8717bf6dc
Tidy up API.
7 years ago
Steven Kirk
e404544596
Move check to avalonia properties.
7 years ago
Steven Kirk
0cfa15913d
Remove ignored validate parameter.
7 years ago
Steven Kirk
6be3acb46c
Make ValueStore typed.
Major refactor of the Avalonia core to make the styled property store typed.
7 years ago
Steven Kirk
fc2439e0cf
Added some benchmarks for styled properties.
7 years ago
Steven Kirk
9295858d5a
Merge pull request #3251 from MarchingCube/fix-itemsrepeater-itemsource-reset
Fix ItemsRepeater not clearing focused elements on items source changed.
7 years ago
Dariusz Komosiński
7f72230597
Fix ItemsRepeater not clearing focused elements on items source changed.
7 years ago
Steven Kirk
82f1ec820f
Merge pull request #3250 from AvaloniaUI/fix-invalid-project-reference
fix invalid project reference.
7 years ago
Dan Walmsley
396c34d82b
fix invalid project reference.
7 years ago
Steven Kirk
c651ca0026
Merge pull request #3243 from MarchingCube/bench-measure
Improve Measure benchmark.
7 years ago
Dariusz Komosiński
91158f51f7
Merge branch 'master' into bench-measure
7 years ago
Dariusz Komosinski
993840a612
Improve measure benchmark.
7 years ago
Benedikt Stebner
d40368120e
Merge pull request #3233 from AvaloniaUI/shape-fix
Simplify Shape AffectsGeometry
7 years ago
Dariusz Komosiński
9ae3a54ca2
Merge branch 'master' into shape-fix
7 years ago
Dariusz Komosinski
45168de028
Remove not needed type check.
7 years ago
Dariusz Komosinski
57ff7b35f1
Remove reflection usage from Shape AffectsGeometry calls.
7 years ago
Dan Walmsley
3f95e7676e
Revert "Merge pull request #3221 from mstr2/undecorated-window"
This reverts commit a3712ed4c2 , reversing
changes made to edbd75cc1f .
7 years ago
Jumar Macato
b9251ebb2d
Merge pull request #3232 from AvaloniaUI/prevent-filename-cleared-managed-file-dialog
Backport of ManagedFileDialogFix from Wasabi Wallet
7 years ago
danwalmsley
aea400c6ae
fix spacing.
7 years ago
danwalmsley
684216c6e9
Update ManagedFileChooserViewModel.cs
7 years ago
Benedikt Stebner
a3712ed4c2
Merge pull request #3221 from mstr2/undecorated-window
Added window animations for undecorated Win32 window
7 years ago
mstr2
4fe923eea4
Merge branch 'master' into undecorated-window
7 years ago
Dan Walmsley
edbd75cc1f
[OSX] fix popup position and mouse device positioning.
7 years ago
Dan Walmsley
6230bf37ef
[OSX] empty native menus can be attached as submenu
7 years ago
Jumar Macato
1121d45ad0
Merge pull request #3220 from AvaloniaUI/fixes/osx-implement-default-app-menu
Default app menu for osx - With about screen
7 years ago
Jumar Macato
2a914e55a3
Final tweaks
7 years ago
Jumar Macato
477d4b1d18
make osx work again
7 years ago
Jumar Macato
75934d5daf
More tweaks.
7 years ago
Jumar Macato
5e0b4bff2c
tidy up hyperlinks into a style
7 years ago
Dan Walmsley
858c87fd39
Merge branch 'fixes/osx-implement-default-app-menu' of https://github.com/AvaloniaUI/Avalonia into fixes/osx-implement-default-app-menu
7 years ago
Dan Walmsley
24009ed04f
use stable dotnet.
7 years ago
danwalmsley
df1a237827
Merge branch 'master' into fixes/osx-implement-default-app-menu
7 years ago
Jumar Macato
529f5c83f2
add parenthesis to fix OSX
7 years ago
Dan Walmsley
74533c9e33
fix osx build again.
7 years ago