Max Katz
e717cce7e8
Update headless implementations, managed and samples
4 years ago
Max Katz
0289a515b3
Add file picker interface definitions
4 years ago
Max Katz
39f48d2ac9
Merge branch 'master' into Stylus
4 years ago
Benedikt Stebner
579468403d
Merge branch 'master' into feature/RichTextBlock
4 years ago
Benedikt Stebner
90e0dcc9e3
Add Copy geasture
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
Benedikt Stebner
a408ea10d7
Some Progress
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
Benedikt Stebner
66fced01db
Merge branch 'master' into feature/TextAlignmentJutify
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
cedafc6807
Merge branch 'master' into feature/TextAlignmentJutify
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
Benedikt Stebner
0c8f54fe00
Introduce RichTextBlock
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
Benedikt Stebner
c38f6f1ee0
Merge branch 'feature/TextAlignmentJutify' of https://github.com/Gillibald/Avalonia into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
6ab5774b80
Introduce TextLine.Justify for custom justification
4 years ago
Benedikt Stebner
56106b2996
Merge branch 'master' into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
04b0cb096c
Change TextAlignmentProperty default
4 years ago
ahmedmohammedfawzy
50d388a7e1
Merge branch 'master' into patch-1
4 years ago
Lubomir Tetak
a5c8bc5350
Merge branch 'master' into feature/borders_different_dpis
4 years ago
Lubomir Tetak
939f5abfcf
OffScreenMargin calculation with different DPI monitors calculation
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
Benedikt Stebner
0d8a92feb7
Merge branch 'feature/TextAlignmentJutify' of https://github.com/Gillibald/Avalonia into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
6502fa1ef7
More TextAlignment fixes
4 years ago
Benedikt Stebner
11463ede72
Merge branch 'master' into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
d26a989406
Add more alignment options
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
a794d1765a
Initial implementation of TextAlignment.Justify
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