Nikita Tsukanov
c5ae8bb762
Fixes
3 years ago
Nikita Tsukanov
0f7fba7f7f
SourceLink?
3 years ago
Nikita Tsukanov
30064443b1
Added [PrivateApi]
3 years ago
Nikita Tsukanov
f9955f0c79
More patches
3 years ago
Nikita Tsukanov
a24e0185fc
Generate fake ref assemblies with patched *Impl and [NotClientImplementable] interfaces
3 years ago
github-merge-queue[bot]
cfc063e958
Merge pull request #11034 from Gillibald/fixes/textIssues
[Text] fixes
3 years ago
Max Katz
6216af40c9
Merge branch 'master' into fixes/textIssues
3 years ago
Max Katz
fdfc4f799c
Merge branch 'master' into fixes/textIssues
3 years ago
github-merge-queue[bot]
c16ef8fc2c
Merge pull request #11057 from timunie/fix/CalendarDatePicker_Watermark
Fix Watermark not shown on CalendarDatePicker when clearing the value in code
3 years ago
Tim
6d880d483b
fix Watermark not shown when having a custom watermark set
3 years ago
github-merge-queue[bot]
e5a4c0b6b5
Merge pull request #11053 from AvaloniaUI/refactor/10525-remove-controltemplateresult
Remove ControlTemplateResult.
3 years ago
Steven Kirk
3882bc0217
Remove ControlTemplateResult.
Use `TempateResult<Control>` instead as described in #6666 .
Fixes #10525 .
3 years ago
github-merge-queue[bot]
7158628805
Merge pull request #11040 from AvaloniaUI/fixes/menuitem-header-binding
Fix NativeMenuBar.
3 years ago
Steven Kirk
d37de0b634
Allow setting item container properties in styles.
Allow overriding the default behavior of item containers in styles or in `ItemContainerTheme`. To do this, use `SetCurrentValue` to set the properties, only if the properties are not already set (i.e. from a style). This also requires us to clear the current value when the container is cleared (styles won't be affected as `AvaloniaObject.ClearValue` only clears local or `SetCurrentValue` values).
3 years ago
Steven Kirk
822c8f918c
Added failing NativeMenuBar integration test.
3 years ago
Steven Kirk
1096810ad8
Update ncrunch configuration.
3 years ago
Benedikt Stebner
7892817c4a
Merge branch 'master' into fixes/textIssues
3 years ago
Benedikt Stebner
a6bc0f9f73
[TextLayout] Do not call Draw with current TextLine.Start offset
3 years ago
Benedikt Stebner
25ff3e2004
Only initialize imm32 if a text input client is present
3 years ago
Dan Walmsley
747c6a62d2
Merge pull request #10831 from AvaloniaUI/refactor/other-controls-itemssource
Convert Items property to ItemsSource (non-ItemsControl)
3 years ago
Max Katz
8676732c06
Merge branch 'master' into refactor/other-controls-itemssource
3 years ago
Max Katz
9010a5797b
Merge branch 'refactor/other-controls-itemssource' of https://github.com/AvaloniaUI/Avalonia into refactor/other-controls-itemssource
3 years ago
Max Katz
80ad07ddff
Fix build
3 years ago
Max Katz
8b4fe1e13a
Merge remote-tracking branch 'origin/master' into refactor/other-controls-itemssource
3 years ago
Max Katz
0c0fa94d0e
Merge remote-tracking branch 'origin/master' into refactor/other-controls-itemssource
3 years ago
Max Katz
8115156832
Merge pull request #10999 from YohDeadfall/remove-non-ref-resources
Removed unreferenced resources from TextBox
3 years ago
Max Katz
db8a1df0bb
Merge pull request #11024 from Enscape/fixes/radiobutton-sibling-setcurrentvalue
Use `SetCurrentValue` to manipulate sibling `RadioButton`s
3 years ago
Yoh Deadfall
e41d37c90a
Merge branch 'master' into remove-non-ref-resources
3 years ago
Tom Edwards
63f3a9a58e
Use SetCurrentValue to manipulate sibling RadioButtons
3 years ago
Dan Walmsley
69295eb6cc
Merge branch 'master' into refactor/other-controls-itemssource
3 years ago
Max Katz
801aef5cfe
Merge pull request #10996 from AvaloniaUI/safe-area-demo
Add Safe Area Demo sample
3 years ago
Nikita Tsukanov
1188a189a0
Merge pull request #11020 from AvaloniaUI/fixes/direction-degrees
DropShadowEffect Direction is in degrees, not radians
3 years ago
Nikita Tsukanov
5890edd603
Merge branch 'master' into fixes/direction-degrees
3 years ago
Nikita Tsukanov
e2429184e4
DropShadow default color = black
3 years ago
Nikita Tsukanov
79e2e5b11a
DropShadowEffect Direction is in degrees, not radians
3 years ago
Dan Walmsley
773831ef4b
Merge pull request #10919 from AvaloniaUI/x11-disable-input
X11 - Prevent window from receiving input when disabled
3 years ago
Nikita Tsukanov
ee6754dd10
Merge pull request #10906 from AvaloniaUI/x11-restore-activate
X11 - Activate window when window state is restored
3 years ago
Nikita Tsukanov
fd5dc0ddad
Merge branch 'master' into x11-disable-input
3 years ago
Dan Walmsley
19adcd0d4b
Merge pull request #11013 from AvaloniaUI/refactor/readonly-classes
Make Classes properties readonly.
3 years ago
Dan Walmsley
0d39ae752a
Merge pull request #11014 from AvaloniaUI/feature/effects
Bitmap effects support
3 years ago
Dan Walmsley
071691a764
fix typo
3 years ago
Max Katz
f0f5e7b8b7
Merge pull request #11009 from Gillibald/fixes/glyphRunHitTest
Fixes GlyphRunNode hit testing
3 years ago
Nikita Tsukanov
cf28998a46
Bitmap effects support
3 years ago
Dan Walmsley
311df96fd3
Merge pull request #11012 from AvaloniaUI/fix-datagrid-edit-cell
Backport WCT fix for editing DataGrid
3 years ago
Max Katz
72603182ae
Backport WCT fix for editing DataGrid
3 years ago
Steven Kirk
1135895b73
Make Classes properties readonly.
Makes the `StyledElement.Classes` and `Flyout.FlyoutPresenterClasses` properties readonly. Adds a transformer to the XAML compiler to convert attribute syntax classes setters to collection syntax so that they will be added to the existing `Classes` object.
Prevents an unneeded allocation of a `Classes` object when setting `Classes` from XAML.
3 years ago
Max Katz
40b5c3b178
Merge pull request #11010 from AvaloniaUI/mozilla-hacks-clipboard
Add "readClipboardText" workaround for Mozilla
3 years ago
Max Katz
1a46ccbbeb
Add "readClipboardText" workaround for Mozilla
3 years ago
Max Katz
37ef8b7eb8
Merge pull request #11008 from AvaloniaUI/fixes/10946-dont-allow-items-binding
Make binding to `ItemsControl.Items` a compile error.
3 years ago
Yoh Deadfall
8674ec6e38
Merge branch 'master' into remove-non-ref-resources
3 years ago