Dariusz Komosiński
573436ae9f
Merge branch 'master' into bench-style-attach
6 years ago
Steven Kirk
9a261b1503
Merge pull request #3557 from AvaloniaUI/fixes/3426-selecting-disabled-control
Don't select disabled controls with keyboard
6 years ago
Steven Kirk
165df29ea2
Merge branch 'master' into fixes/3426-selecting-disabled-control
6 years ago
Symbai
da2c7193cc
Add public DataGrid scroll events ( #3547 )
* Update DataGrid.cs
* Update DataGrid.cs
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
6 years ago
Symbai
fa9822b1ef
Add Progressbar ShowProgressText property ( #3531 )
6 years ago
Steven Kirk
4ad2f5b44e
Merge pull request #3528 from Symbai/comboboxHeightFix
Fix Combobox height if no item is selected v2
6 years ago
Steven Kirk
0a28b99690
Merge branch 'master' into comboboxHeightFix
6 years ago
Steven Kirk
e994b855d5
Don't consider disabled controls when moving focus.
Fixes #3426 .
6 years ago
Steven Kirk
886eee831c
Added failing test for #3426 .
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
c91559548e
Remove LINQ from Visual and StyledElement attach/detach funtions.
6 years ago
Dariusz Komosinski
2b6a2f4a9b
Optimize memory allocations when attaching styles.
6 years ago
Dariusz Komosinski
71d1f80d5a
Benchmark attaching styles.
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
Symbai
10d1412d0c
Update ComboBox.xaml
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