Steven Kirk
c20e3c29e6
Initial (re)impl of VirtualizingStackPanel.
Currently only supports smooth scrolling.
3 years ago
Steven Kirk
692c0c155d
Begin refactoring ItemsPresenter.
A lot still broken, in particular virtualization is completely removed.`ItemsPresenter` now no longer has an `Items` or `ItemTemplate` property; it detects when it's hosted in an `ItemsControl`. `IItemsPresenter` interface removed.
3 years ago
Max Katz
511d7b5957
Merge pull request #9622 from danielmayost/fixes/moveFlowDirection
Move FlowFirection to Visual
3 years ago
Benedikt Stebner
36681d19e4
Merge branch 'master' into fixes/moveFlowDirection
3 years ago
Jumar Macato
cea2268971
Merge pull request #9642 from AvaloniaUI/fixes/9514-routedviewhost
Fix canceling animations.
3 years ago
Jumar Macato
a46c35f9b1
Merge branch 'master' into fixes/9514-routedviewhost
3 years ago
Max Katz
2a5c1095cf
Merge pull request #9625 from AvaloniaUI/fixes/9561-theme-reattach
Fix Theme Re-Attach and Animations in Styles Without Activators
3 years ago
Jumar Macato
e630da1616
Merge branch 'master' into fixes/9514-routedviewhost
3 years ago
Max Katz
0e666894d1
Merge branch 'master' into fixes/9561-theme-reattach
3 years ago
Steven Kirk
f4eeb82a58
Actually dispose DisposeAnimationInstanceSubject.
We were creating a `DisposeAnimationInstanceSubject` and then just discarding it, meaning it was never disposed.
Fixes #6111
Fixes #9514
3 years ago
Steven Kirk
4502ed3729
Added ReactiveUIDemo sample.
3 years ago
Nikita Tsukanov
8cc9953d45
Merge pull request #9637 from AvaloniaUI/public-ctors
Do not require matching ctor, if top level element
3 years ago
Max Katz
6348a810a0
Merge branch 'master' into public-ctors
3 years ago
Max Katz
ba1c4dcc1b
Switch to upstream xamlx
3 years ago
Max Katz
8d272c7381
Merge pull request #9566 from AvaloniaUI/fixes/9565-mac-fullscreen-children
MacOS: Only bring windows to front if they're on the active space.
3 years ago
Steven Kirk
23e45beb90
Fix integration tests on macOS.
3 years ago
Steven Kirk
003923b50d
Fix integration tests on Windows.
We need to be explicit about which element we're talking about when there are two elements with the same content, and so use accessibility IDs rather than Name.
3 years ago
Steven Kirk
e3e8c7af48
Merge branch 'master' into fixes/9565-mac-fullscreen-children
3 years ago
Max Katz
76b2d467ae
Merge pull request #9629 from AvaloniaUI/combox_selection
Don't set key event to handled if selection control receives Enter or Space key events
3 years ago
Max Katz
9b9539a791
Merge branch 'master' into combox_selection
3 years ago
Max Katz
bdceb1c3df
Do not require matching ctor, if top level element
3 years ago
Dan Walmsley
9e41e223f8
Merge pull request #9620 from comesx4/fix-tray-menu-issue
bugfix: Prevent showing trayMenu if the menu is empty.
3 years ago
Dan Walmsley
923df459e3
Merge branch 'master' into fix-tray-menu-issue
3 years ago
Max Katz
46fd473772
Merge pull request #9634 from kivarsen/fix-datagrid-grouping-arrows
Fix datagrid grouping arrows
3 years ago
kivarsen
0b76ab251e
Merge branch 'AvaloniaUI:master' into fix-datagrid-grouping-arrows
3 years ago
Kevin Ivarsen
845fea9d11
Swap the figures used for expanded/collapsed groups in DataGrid to match the standard convention.
3 years ago
Emmanuel Hansen
a691e7c8fa
don't set key event to handled when selection changes with space or enter
3 years ago
Max Katz
567a38ec72
Merge pull request #9480 from AvaloniaUI/enable-trimming
Enable trimming and fix errors in multiple projects
3 years ago
Max Katz
eb1f2edaed
Merge branch 'master' into enable-trimming
3 years ago
Steven Kirk
a3e79d3127
Start animations in styles without activators.
Fixes issue mentioned in #9561 .
3 years ago
Steven Kirk
387728fb2d
Added failing test for animations without activator.
Mentioned in #9561 .
3 years ago
Steven Kirk
b382a9d6ac
Re-evaluate theme on tree detach + reattach.
Fixes #9561
3 years ago
Steven Kirk
58b5eeb9d2
Added failing tests for #9561 .
3 years ago
daniel mayost
aa31daecde
Move FlowDirectionTests to Avalonia.Base.Tests
3 years ago
zhijun zhou
9ab7314ac6
Merge branch 'master' into fix-tray-menu-issue
3 years ago
daniel mayost
18aa1e16e5
Submodel
3 years ago
daniel mayost
374821699f
Merge branch 'master' into fixes/moveFlowDirection
3 years ago
daniel mayost
16f73a32c5
Rmove BypassFlowDirectionPolicies from TopLavel
3 years ago
daniel mayost
4fae1b6e7a
Move FlewDirection to Visual and fix tests
3 years ago
Max Katz
b72c33ea28
Merge pull request #9592 from item-industrietechnik/master
Notifications: Correctly set parent
3 years ago
Max Katz
5bdbca1fad
Fix build
3 years ago
Thomas Karl Pietrowski
2300373c92
Merge branch 'master' into master
3 years ago
Max Katz
d047b51018
Merge branch 'master' into fix-tray-menu-issue
3 years ago
Max Katz
bf5d217412
Merge pull request #9619 from comesx4/Add-Ctrl+Insert-and-Shift+Insert
fix: Add more copy&paste hotkeys
3 years ago
Max Katz
d44b14126d
Enable COM autimation only when dynamic code is disabled
3 years ago
Max Katz
e75b5d0c5f
Platform specific trimming attributes
3 years ago
Max Katz
526d9d052b
Avalonia.Base and controls related project trimming attributes
3 years ago
Max Katz
de039015ca
Small cleanup of warnings
3 years ago
zhouzj
19043beda1
fix typo
3 years ago
zhouzj
915aff2eea
Prevent showing trayMenu if the menu is empty.
3 years ago