Steven Kirk
edc8bece4e
Raised property changed when binding completes.
Fixes #3545
6 years ago
Steven Kirk
187e45d021
Make ClearLocalValue notify with correct priority.
6 years ago
Steven Kirk
11a8c01ef1
Added failing tests for #3545 .
`PropertyChanged` is not being fired when binding is disposed. Also change some other unit tests to ensure that priority passed in event args is correct.
6 years ago
Steven Kirk
f16080d00b
Added failing leak test for #3545 .
6 years ago
Steven Kirk
239fa15823
Merge pull request #3553 from AvaloniaUI/fixes/3550-menu-sizing
Prevent reentrancy in LayoutManager.ExecuteInitialLayoutPass
6 years ago
Steven Kirk
649c655bbc
Merge branch 'master' into fixes/3550-menu-sizing
6 years ago
Steven Kirk
e09c2ef899
Merge pull request #3543 from MarchingCube/bench-calendar
Benchmark for creating Calendars.
6 years ago
Steven Kirk
f9e2cec0e6
Merge branch 'master' into bench-calendar
6 years ago
Steven Kirk
15140b83b3
Merge pull request #3292 from AvaloniaUI/refactor/remove-property-initialized
Remove AvaloniaProperty.Initialized and PseudoClass static methods
6 years ago
Steven Kirk
0486e209d6
Merge branch 'master' into refactor/remove-property-initialized
6 years ago
Nikita Tsukanov
6d5e2bb749
Added Rider note
6 years ago
Dariusz Komosinski
992ced0c9c
Cleanup code.
6 years ago
Dariusz Komosinski
ffe0020698
Benchmark for creating Calendars.
6 years ago
Steven Kirk
715bd59fab
Merge branch 'master' into refactor/remove-property-initialized
6 years ago
Steven Kirk
3076bfc4a4
Merge pull request #3535 from Symbai/datagridBackgroundfix
Fix DataGrid background color is being ignored
6 years ago
Steven Kirk
536b58f4cf
Merge branch 'master' into datagridBackgroundfix
6 years ago
Steven Kirk
d5fc004df0
Prevent reentrancy in ExecuteInitialLayoutPass.
Fixes #3550 .
6 years ago
Steven Kirk
ccd7236346
Added failing test for #3550 .
Calling `InvalidateMeasure` during `ExecuteInitialLayoutPass` causes invalid bounds/desired size.
6 years ago
Jumar Macato
c0a903c3d2
Merge pull request #3546 from AvaloniaUI/fixes/3487-itemscontrol-detach-reattach
Expose ContentPresenters from ItemsControl.LogicalChildren
6 years ago
Steven Kirk
56825d252e
Expose ContentPresenter from ItemsControl.LogicalChildren.
Exposing the `ContentPresenter.Child` in `ItemsControl.LogicalChildren` was causing problems when detaching and reattaching an `ItemsControl` to the logical tree. Instead, expose the `ContentPresenter` itself in effect meaning that `ItemsControl` has a "container" type just like the controls derived from it.
Fixes #3487
6 years ago
Dariusz Komosiński
779285698a
Merge branch 'master' into refactor/remove-property-initialized
6 years ago
Steven Kirk
632c40340a
Added failing test for #3487 .
6 years ago
Dariusz Komosiński
a732ae64e8
Merge branch 'master' into datagridBackgroundfix
6 years ago
Steven Kirk
1cc06a1a8a
Merge pull request #3532 from jclapis/master
Added the ScrollToHome() and ScrollToEnd() methods to ScrollViewer.
6 years ago
Steven Kirk
82b68c1960
Merge branch 'master' into master
6 years ago
Steven Kirk
75739d1316
Merge pull request #3537 from MarchingCube/fix-weak-event-manager-compact
WeakEventHandlerManager: Ensure that weak refs with collected refs are compacted as well.
6 years ago
Symbai
5576a644b0
Update Default.xaml
6 years ago
Steven Kirk
71d129f9e1
Merge branch 'master' into fix-weak-event-manager-compact
6 years ago
Steven Kirk
dc8a7b15af
Merge pull request #3492 from MarchingCube/fix-popup-close
Fix ComboBox causing keyboard focus loss when detached
6 years ago
Steven Kirk
ef35d903dc
Merge branch 'master' into fix-popup-close
6 years ago
Dariusz Komosiński
3622d90e0d
Merge pull request #3526 from AvaloniaUI/fixes/3737-event-arg-ordering
Fix event arg parameter ordering.
6 years ago
Jumar Macato
767db33d4c
Merge branch 'master' into fix-weak-event-manager-compact
6 years ago
Dariusz Komosiński
9516d012b6
Merge branch 'master' into fixes/3737-event-arg-ordering
6 years ago
Joe Clapis
1cf343a090
Merge branch 'master' into master
6 years ago
Nikita Tsukanov
d5c362dffd
Update readme.md
6 years ago
Jumar Macato
af3118497a
Merge pull request #3524 from jp2masa/update-obsolete-api-usages
Replaced obsolete PointerEventArgs.Device usages
6 years ago
Dariusz Komosiński
dde979280d
Merge branch 'master' into update-obsolete-api-usages
6 years ago
Dariusz Komosinski
77df8b319e
Ensure that weak refs with collected refs are compacted as well.
6 years ago
Symbai
2e4624683b
Update Default.xaml
6 years ago
Dariusz Komosiński
da571ac552
Merge branch 'master' into fix-popup-close
6 years ago
Joe Clapis
8bfbc10049
Added the ScrollToHome() and ScrollToEnd() methods to ScrollViewer.
6 years ago
Symbai
4aeeb2e85f
Merge pull request #1 from AvaloniaUI/master
g
6 years ago
Steven Kirk
388e49b9d4
Merge pull request #3530 from Symbai/datagridDarkThemeFix
Fix DataGrid highlight color on white and dark theme v2
6 years ago
Symbai
010ec8273d
Update Default.xaml
6 years ago
Dariusz Komosiński
86e894b7e1
Merge branch 'master' into fix-popup-close
6 years ago
Dariusz Komosiński
8fe6a039fb
Merge branch 'master' into fixes/3737-event-arg-ordering
6 years ago
Dan Walmsley
4848e42d7e
Update (c) year to 2020
6 years ago
danwalmsley
1619799913
Merge pull request #3525 from AvaloniaUI/iosurf
[OSX] Use backing CALayer with offscreen-rendered IOSurface
6 years ago
Nikita Tsukanov
1afb8458fc
[OSX] Removed unused method
6 years ago
Dan Walmsley
119a64a1fb
remove commented code.
6 years ago