Benedikt Stebner
2b9f32dfd3
Merge remote-tracking branch 'upstream/master' into fixes/getTextBounds
3 years ago
Benedikt Stebner
d44773517c
Merge remote-tracking branch 'upstream/feature/public-frost' into fixes/getTextBounds
3 years ago
Max Katz
9f64bad365
Merge pull request #11127 from AvaloniaUI/fixes/11076-layout-invalidation
Fix layout invalidation when controls made effectively visible.
3 years ago
Max Katz
1d03f8f653
Merge pull request #11168 from AvaloniaUI/fixes/selection-clearing-on-unrealized
Fix selection being clearing when recycling containers.
3 years ago
Steven Kirk
3d693beffa
Clarify `ClearItemContainer` docs.
And change usages of "should" to "must" as it's not optional.
3 years ago
Steven Kirk
8a5a5c8d44
Remove element from list before recycling.
Remove the element from the realized element list before recycling it, so that `IndexFromContainer` and `ContainerFromIndex` report the container as not found during `ClearItemContainer`. Fixes selection being reset when a container is unrealized.
3 years ago
Steven Kirk
5391361d45
Failing test for selection w/ virtualization.
3 years ago
Steven Kirk
3db7059d98
Merge branch 'master' into fixes/11076-layout-invalidation
3 years ago
Nikita Tsukanov
271cb55b85
Remove ModuleInitializer duplicates
3 years ago
Nikita Tsukanov
1bdb067ab9
external consumers
3 years ago
Max Katz
82c7c0d17b
Merge pull request #11114 from tmds/tmds_dbus_bump
Use latest Tmds.DBus version.
3 years ago
Max Katz
4e1a43e91b
Merge pull request #11141 from AvaloniaUI/fixes/11119-carousel-control-items
Fix selection with unrealized container items
3 years ago
Max Katz
28a1bd7bed
Merge pull request #11138 from AvaloniaUI/fixes/11128-container-clear
Don't clear ItemIsOwnContainer containers in PanelContainerGenerator.
3 years ago
Max Katz
e99fe7c441
Merge pull request #11135 from yexcoffier/fixes/removes-double-click-on-treeviewitem-toggle
Set double tap of a TreeViewItem on ContentPresenter instead of whole header
3 years ago
Max Katz
55e0a31c13
Merge branch 'master' into fixes/11119-carousel-control-items
3 years ago
Steven Kirk
8a354d8cb9
Only prepare items that are containers once.
When an `ItemsControl` returns true for `IsItemItsOwnContainer`, `ItemContainerPrepared` should only be called once the first time the container is prepared.
Requires that `ContainerFromIndex` returns `ItemIsOwnContainer` items that have previously been prepared in order for `SelectingItemsControl` to update their selection correctly when outside the realized viewport.
Fixes #11119
3 years ago
Steven Kirk
2c9f286db0
Added failing tests for #11119 .
3 years ago
yexcoffier
eb1f58a309
Merge branch 'master' into fixes/removes-double-click-on-treeviewitem-toggle
3 years ago
Nikita Tsukanov
94526e0cc2
Merge pull request #11136 from AvaloniaUI/fixes/sandbox-generator
Enable source generators in Sandbox.
3 years ago
Max Katz
f949fdffee
Merge pull request #11095 from AvaloniaUI/fixes/window-resized-sizechanged-order
Raise WindowBase.Resized before SizeChanged.
3 years ago
Steven Kirk
c77276d00a
Don't clear ItemIsOwnContainer in PanelContainerGenerator.
One shouldn't call `ClearContainer` on a container that is an item. Adjusted `SelectingItemsControlTests` because selection is actually maintained on move with containers hold their own `IsSelected` state.
Fixes #11128
3 years ago
Steven Kirk
582248fb04
Added failing test for #11128 .
3 years ago
Max Katz
4367c2d947
Merge pull request #11131 from AvaloniaUI/fixes/11120-devtools-tab-switching
Fix DevTools tab switching.
3 years ago
Steven Kirk
bdbc0344dc
Enable source generators in Sandbox.
3 years ago
Yannick Excoffier
4016da0a2c
Set double click on presenter instead of whole header
3 years ago
Max Katz
6b18f9e976
Merge branch 'master' into fixes/window-resized-sizechanged-order
3 years ago
Steven Kirk
6c8afc714c
Correctly handle TreeViewPage data context change.
Fixes #11120 .
3 years ago
Steven Kirk
9f3dbfff6a
Added docs to clarify difference with SizeChanged.
3 years ago
Benedikt Stebner
ec74cb2dc6
Fix font fallback for control characters
3 years ago
Benedikt Stebner
4ddd83b561
Fix TextBlock Measure/Arrange
3 years ago
Benedikt Stebner
dc52b5eb04
Merge remote-tracking branch 'upstream/master' into fixes/getTextBounds
3 years ago
Steven Kirk
c8f3237b87
Merge pull request #11124 from AvaloniaUI/add-scaling-properties
Adds RenderScaling and DesktopScaling back to the public API together with ScalingChanged
3 years ago
Jumar Macato
bb637f525f
Merge pull request #11121 from AvaloniaUI/fix-grid-definitions
Fix GridDefinitions parsing with space separated syntax
3 years ago
Steven Kirk
109c05aeab
Increase max number of permitted layout attempts.
And log a message when a control was skipped due to a layout cycle.
3 years ago
Steven Kirk
b8fed4cbea
Remove hack from VirtualizingStackPanel.
No longer needed since layout invalidation was fixed in last commit.
3 years ago
Steven Kirk
c2220039da
Re-layout descendants when made effectively visible.
Fixes #11076 .
3 years ago
Benedikt Stebner
c93da8138c
Merge branch 'master' into fixes/getTextBounds
3 years ago
Max Katz
decf80cb77
Adds RenderScaling and DesktopScaling back to the public API together with ScalingChanged
3 years ago
Max Katz
89e1680501
Fix DefinitionList parsing
3 years ago
Max Katz
41d76f256b
Add AvaloniaListAttribute
3 years ago
Dan Walmsley
c21a876142
Merge pull request #11116 from AvaloniaUI/msbuild-version-property
Add Telemetry and Msbuild version property
3 years ago
Steven Kirk
5a3e6c343c
Merge pull request #11086 from AvaloniaUI/devtools-tree-context
DevTools visual/logical tree context flyout
3 years ago
Dan Walmsley
a3917d6b73
update
3 years ago
Steven Kirk
06b7515b48
Added failing test for #11076 .
3 years ago
Dan Walmsley
66f07356bf
update.
3 years ago
Dan Walmsley
46c9417dea
Merge remote-tracking branch 'origin/master' into msbuild-version-property
3 years ago
Dan Walmsley
6b4d286f43
update
3 years ago
Max Katz
06cf6c43fe
Merge pull request #11097 from AvaloniaUI/ColorPaletteResources
[FluentTheme] Addition of ColorPaletteResources and automatic system accent resource colors
3 years ago
Dan Walmsley
96e639e67f
Merge remote-tracking branch 'origin/master' into msbuild-version-property
3 years ago
Dan Walmsley
990b134159
update
3 years ago