Steven Kirk
4a12fbcc75
Merge branch 'master' into feature/window-integration-tests
4 years ago
Max Katz
461bdde70d
Merge pull request #8368 from Gillibald/feature/ZeroReflectionUnicodeData
Zero reflection unicode data
4 years ago
Steven Kirk
4f4f291b2d
Move mac-specific tests to a separate file.
And tidy stuff up a bit.
4 years ago
Benedikt Stebner
5d71d88ad9
Merge branch 'master' into feature/ZeroReflectionUnicodeData
4 years ago
Max Katz
138791e3e6
Merge pull request #8373 from AvaloniaUI/fixes/8372-clear-local-value
Correctly clear PriorityValue local value
4 years ago
Steven Kirk
857bfb5bd2
Prevent re-entrancy in PropertySetterInstance.Dispose.
The call to `_subscription.Dispose()` causes `BindingEntry.Dispose()` to call `_subscription.Dispose()`, but in this case the `BindingEntry._subscription` instance is the `PropertySetterInstance`!
Except now `PropertySetterInstance._subscription` is null, and so `PropertySetterInstance.Dispose` called `ClearValue`, which is obviously wrong.
4 years ago
Steven Kirk
c9e10f0d2f
Added additional failing test.
Exposed by the previous fix for #8372 : re-entrancy in `PropertySetterInstance.Dispose()` is causing detaching a style to call `ClearValue` on the property. Previously this wasn't a problem as `ClearValue` didn't work, but now it is.
(Also added one passing test which tests the same scenario in `PropertySetterBindingInstance` for future coverage)
4 years ago
Steven Kirk
f33d4e881f
Correctly clear local value in PriorityValue.
4 years ago
Steven Kirk
64518efc51
Add failing test for #8372 .
4 years ago
Steven Kirk
8b9e675bd4
Refactor PlatformFact.
To make it inclusive rather than exclusive.
4 years ago
Steven Kirk
8c3424baa4
Refactor OSX window tests a bit.
Try not to rely on `_session.ResetApp();` because restoring the application state in the tests tends to show up more errors (which this change has done: https://github.com/AvaloniaUI/Avalonia/issues/8335#issuecomment-1162804733 )
4 years ago
Max Katz
6a5e005539
Add trim_trailing_whitespace to editorconfig
4 years ago
Max Katz
6b6de640c9
Merge pull request #8318 from ahmedmohammedfawzy/patch-1
TextBox Ignore Changes While Editing
4 years ago
ahmedmohammedfawzy
355066769a
Merge branch 'master' into patch-1
4 years ago
Benedikt Stebner
f9ea275e9d
Merge branch 'master' into feature/ZeroReflectionUnicodeData
4 years ago
Steven Kirk
43700d3525
Merge pull request #8224 from danielmayost/fixesFlowDirectionComboBox
Add unit test for FlowDirection and rework implementation in ComboBox
4 years ago
Steven Kirk
860fcc524d
Refactor how we show windows.
Trying to make it a little less hacky. Only tested on Win32 so far.
4 years ago
Benedikt Stebner
7f347308f1
Update generator
4 years ago
Benedikt Stebner
db9e408c6a
Use ReadOnlySpan<byte>
4 years ago
Benedikt Stebner
608238211b
Disable trie generation
4 years ago
Benedikt Stebner
f6c5dbe5ea
First naive attempt to get zero reflection unicode data
4 years ago
Benedikt Stebner
705a59ab9b
Merge branch 'master' into fixesFlowDirectionComboBox
4 years ago
Benedikt Stebner
68f083e74f
Merge remote-tracking branch 'upstream/master'
4 years ago
ahmedmohammedfawzy
50d388a7e1
Merge branch 'master' into patch-1
4 years ago
Max Katz
99b4530e45
Merge pull request #5169 from yatli/fix_macos_ctrl
fix #4996
4 years ago
Max Katz
db59b2ecfb
Merge branch 'master' into fix_macos_ctrl
4 years ago
Max Katz
4e64428330
Merge branch 'master' into fix_macos_ctrl
# Conflicts:
# native/Avalonia.Native/src/OSX/window.mm
4 years ago
Max Katz
59d30b6d62
Merge pull request #8328 from Maruhl/master
Avalonia.Base - Styles improvements
4 years ago
Max Katz
60541e1f8e
Merge branch 'master' into master
4 years ago
Max Katz
d7e31a3138
Merge pull request #8326 from Gillibald/feature/formattedTextBuildGeometry
Implement FormattedText.BuildGeometry
4 years ago
Max Katz
fc0ef7f376
Merge branch 'master' into feature/formattedTextBuildGeometry
4 years ago
Benedikt Stebner
a76f1473c0
Merge remote-tracking branch 'upstream/master'
4 years ago
Max Katz
8d52bd98af
Add profiling to the control catalog android
4 years ago
ahmedmohammedfawzy
93af5a3a17
Merge branch 'master' into patch-1
4 years ago
Max Katz
1975acc0bb
Merge pull request #8220 from AvaloniaUI/xdatatype-to-datatype
Implicitly map x:DataType to a DataType on a DataTemplate.
4 years ago
Mario Uhlmann
bbe7d0abb2
foreach .. "items.OfType<" replaced with traditional for-loop
4 years ago
ahmedmohammedfawzy
9fda22b8d2
Merge branch 'master' into patch-1
4 years ago
Mario Uhlmann
76765f7585
Old cache reset logic
4 years ago
Max Katz
d15d1e75f4
Merge remote-tracking branch 'origin/master' into xdatatype-to-datatype
# Conflicts:
# tests/Avalonia.Markup.Xaml.UnitTests/Xaml/DataTemplateTests.cs
4 years ago
Max Katz
a1f8b5c9a7
Merge pull request #8221 from AvaloniaUI/validate-datatemplates
Validate DataTemplates on empty DataType
4 years ago
Max Katz
673f9f51b6
Merge branch 'master' into validate-datatemplates
4 years ago
Ahmed Fawzy
7698505770
Removed tests which collided with removing the _ignoreTextChanges field
4 years ago
Mario Uhlmann
1d0d1f2084
compile fix - ArgumentNullException.ThrowIfNull (net standard 2.0 fail)
4 years ago
Mario Uhlmann
45d726e0c9
Style improvements - primary OnCollectionChanged refactored (removed unnecessary cast and null checks in loops)
4 years ago
Ahmed Fawzy
32e2043ec0
removed the _ignoreTextChanges field from the TextBox.cs
4 years ago
ahmedmohammedfawzy
32924d7712
Merge branch 'master' into patch-1
4 years ago
Steven Kirk
fee1bc3061
Merge pull request #8315 from AvaloniaUI/fixes/8314-gridsplitter-layoutrounding
Make GridSplitter scaling aware.
4 years ago
Steven Kirk
b38eb0c945
Merge branch 'master' into fixes/8314-gridsplitter-layoutrounding
4 years ago
Benedikt Stebner
3dfad3bc79
Remove redudant test
4 years ago
Benedikt Stebner
9cfac4dd3f
FIx GeometryGroup.Children parent handling
4 years ago