Tim
4340052cae
fix incement / decrement when value was null
3 years ago
Max Katz
7e2150ec54
Merge pull request #11313 from workgroupengineering/features/Issue_11311
feat: CompiledBinding StringFormat without curly braces
3 years ago
Max Katz
132c3b8a6a
Merge pull request #11323 from AvaloniaUI/fixes/itemscontrol-tab-navigation
Fix ItemsControl tab navigation
3 years ago
Steven Kirk
f3640afc56
Set KeyboardNavigationMode.Once on Menu.
Not 100% sure this is necessary, but WPF does it.
3 years ago
Steven Kirk
6b2d6f71a1
Fix tab navigation in TabControl.
This control is a bit trickier as `KeyboardNavigationMode.Once` needs to only apply to the header panel. Set `KeyboardNavigationMode.Once` on the panel when the template is applied, and forward `TabOnceActiveElement` from the `TabControl` to the panel.
3 years ago
Steven Kirk
d4194c8e2b
Added failing tests for TabControl tab navigation.
3 years ago
Steven Kirk
31ece204fc
Fix tab navigation in ItemsControl & ListBox
- Don't set `KeyboardNavigationMode.Once` on `ItemsPresenter`
- Instead set it on `ListBox` (more controls to come)
- Make `TabOnceActiveElement` follow `Selection.AnchorIndex` in `SelectingItemsControl` and set it on `ItemsControl` itself
3 years ago
Giuseppe Lippolis
20971097ca
test: Binding StringFormat without curly braces
3 years ago
Giuseppe Lippolis
85734f1a47
feat: Binding StringFormat without curly braces
3 years ago
Max Katz
31e2f3375c
Merge pull request #11314 from workgroupengineering/fixes/CompiledBinding_Command
fix: CompiledBinding Binding Command DependsOn
3 years ago
Giuseppe Lippolis
cf2d107a19
test: fix test CompiledBinding Binding Command DependsOn
3 years ago
Giuseppe Lippolis
bd9280c761
fix: CompiledBinding Binding Command DependsOn
3 years ago
Jumar Macato
482cf0295e
Merge pull request #11304 from AvaloniaUI/fixes/animation-expression-parsing
Fix TokenParser
3 years ago
Nikita Tsukanov
5ec758d790
Fix TokenParser
3 years ago
Max Katz
2130689cb5
Merge pull request #10510 from workgroupengineering/fixes/DevTools/WithoutApplicationLifetime
fix(DevTools): Debug Application without ApplicationLifetime
3 years ago
Max Katz
13c98937b3
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
2b1ab99d6e
Fix window duplicates on macos
3 years ago
Max Katz
f46977cdc1
Merge pull request #11146 from AvaloniaUI/nunit-headless-intergration
NUnit headless integration + XUnit test attributes
3 years ago
Max Katz
08641748f9
Merge pull request #11169 from AvaloniaUI/unify-test-mocks
[WIP] Reuse text and geometry related headless mocks in Avalonia unit test and benchmarks
3 years ago
Max Katz
0f3a4b313c
Uncomment test that should always fail
3 years ago
Max Katz
972e83bff2
Revert CancellationToken changes
This reverts commit 6b51f00a4a .
3 years ago
Max Katz
238a8ae58a
Add timeouts to the tests
3 years ago
Max Katz
4093a53444
Merge branch 'nunit-headless-intergration' into unify-test-mocks
3 years ago
Max Katz
dbaffc8206
Remove Solution usage from the nuke tests to avoid random CI errors
3 years ago
Max Katz
0c466d4f39
Merge branch 'master' into nunit-headless-intergration
3 years ago
Max Katz
4c580ddd4b
Merge branch 'nunit-headless-intergration' into unify-test-mocks
# Conflicts:
# tests/Avalonia.Base.UnitTests/VisualTree/MockRenderInterface.cs
# tests/Avalonia.Benchmarks/NullDrawingContextImpl.cs
# tests/Avalonia.Benchmarks/NullRenderingPlatform.cs
# tests/Avalonia.UnitTests/MockGlyphRun.cs
# tests/Avalonia.UnitTests/MockPlatformRenderInterface.cs
3 years ago
Max Katz
6b51f00a4a
Minor adjustments to changes in master + fix failing test (need to tick the timer manually) + add some comments
3 years ago
Max Katz
3dae1ff15e
Merge pull request #11298 from affederaffe/bump-tmds-dbus-sourcegenerator
Fix KDE accent color hot switching
3 years ago
affederaffe
fd995d63bc
Turn off log messages
3 years ago
affederaffe
451f30c9e1
Fix color scheme hot switching
3 years ago
Max Katz
78529a7479
Merge branch 'freeze-ios-android-target-versions' into nunit-headless-intergration
3 years ago
affederaffe
542481a8fd
Merge remote-tracking branch 'upstream/master' into bump-tmds-dbus-sourcegenerator
3 years ago
Max Katz
85a2fc504d
Merge pull request #11288 from workgroupengineering/features/Analyzers/CA1854
feat: Enable Rule CA1854
3 years ago
Max Katz
b3bca1ae76
Merge pull request #11289 from AvaloniaUI/datagrid-fix
DataGrid fixes
3 years ago
Max Katz
d7ff2482ee
Merge branch 'master' into features/Analyzers/CA1854
3 years ago
workgroupengineering
31d7728a54
fix nits
3 years ago
Max Katz
568f0f6ee2
Fix appium test
3 years ago
Max Katz
b0e3d0f116
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
0a73d24177
Fix null adorners not being applied
3 years ago
Max Katz
d2fe3e1762
DataGrid shouldn't have an annoying adorner when anything is focused inside
3 years ago
Max Katz
1ba06676fd
Fix DataGrid focus related properties defaults
3 years ago
Max Katz
881dbfa62a
More mInor changes
3 years ago
Max Katz
440be6e9da
Update excludsions list
3 years ago
Max Katz
dd8f138a2f
Potential fix for EndCellEdit
3 years ago
Max Katz
4198ab3a32
Backport some WCT DataGrid fixes
3 years ago
Max Katz
c111c05bc2
Do not build browser samples
3 years ago
Max Katz
5f9bc80826
Merge pull request #11287 from AvaloniaUI/fixes/dont-focus-invisible-control
Don't focus invisible controls
3 years ago
Max Katz
8a4302cb18
Merge branch 'master' into features/Analyzers/CA1854
3 years ago
Giuseppe Lippolis
e439b706a5
feat: Address rule CA1854
3 years ago
Giuseppe Lippolis
ea779ac9ad
feat: Enable Rule CA1854
3 years ago