Max Katz
d8da2179f2
Fix build
3 years ago
Max Katz
47f610abf3
Fix inconsistent async/non-async methods
3 years ago
Max Katz
ae04033c76
Use ExecutionQueue in test frameworks
3 years ago
Max Katz
8e4b76cb19
Reuse same tests for XUnit and NUnit
3 years ago
Max Katz
2da88e7cfc
Implement Avalonia.Headless.NUnit integration
3 years ago
Max Katz
d59727e104
Implement AvaloniaFact and AvaloniaTheory attributes, introduce HeadlessUnitTestSession abstraction
3 years ago
Max Katz
06189f77d4
Add netstandard2.0 to the headless XUnit integration
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
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
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
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
Tom Deseyn
0921a98067
Use latest Tmds.DBus version.
3 years ago
Dan Walmsley
ce8c3be43f
update
3 years ago
Max Katz
f0e0366c85
Merge pull request #11111 from AvaloniaUI/static-resource-fix-temp
Fix theme-dependend markup extensions not knowing current theme context
3 years ago
Max Katz
b8ecad2cbc
Restore resource include validation
3 years ago
Max Katz
753b821035
Fix merged dictionaries ordering
3 years ago
Max Katz
bbbc1280ff
Rename RegionBrush to SystemRegionColor and use it in default templates
3 years ago
Max Katz
1aba81a27f
Fix non dynamic accent brushes
3 years ago
Max Katz
c9b1ed8f51
Implement ColorPaletteResources as a public API
3 years ago
Max Katz
a09c182e89
Implement SystemAccentColors backed by the actual system values
3 years ago
Max Katz
a507e92b31
Fix theme-dependend markup extensions not knowing current theme context
3 years ago
Max Katz
813de5745f
Merge pull request #11108 from affederaffe/kde-accent-colors
KDE Accent Colors
3 years ago