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
Dan Walmsley
e452664cd1
fix osx build.
7 years ago
Dan Walmsley
5a531b943b
Revert "use azure image v3 .net core"
This reverts commit 209e193142 .
7 years ago
danwalmsley
d525f66d5b
Merge pull request #3230 from AvaloniaUI/fixes/dont-crash-embedded-font-not-resolved
dont crash if embedded font is not resolved.
7 years ago
Dan Walmsley
209e193142
use azure image v3 .net core
7 years ago
Dan Walmsley
0a4e5f4309
never return null font entry if font not resolved.
7 years ago
Dan Walmsley
0341a23e41
dont crash if embedded font is not resolved.
7 years ago
Dan Walmsley
13bd6e9ab9
fix embedded font.
7 years ago
Dan Walmsley
bce1eb1325
embed font.
7 years ago
Dan Walmsley
868b125848
add hyper links.
7 years ago
Dan Walmsley
08bb2399f6
implement File -> Exit and Help -> About in control catalog.
7 years ago
Dan Walmsley
d9488356d7
Merge remote-tracking branch 'refs/remotes/origin/master' into fixes/osx-implement-default-app-menu
7 years ago
danwalmsley
013ea7acb0
Merge pull request #3227 from AvaloniaUI/fix-listbox-template-init-order
set Scroll before calling base.OnTemplateApplied.
7 years ago