Steven Kirk
b2795de0f9
Merge branch 'master' into fixes/referencetype-binding-null-behaviour
3 years ago
Max Katz
0e3206a605
Merge pull request #10247 from rabbitism/listbox
fix: fix ListBoxItem generation.
3 years ago
Max Katz
f6c255a1b0
Merge branch 'master' into listbox
3 years ago
Max Katz
44bad05727
Merge pull request #10191 from Gillibald/fixes/InlineUIContainerLogical
Propertly handle an InlineUIContainer's logical children
3 years ago
Max Katz
b10a845260
Merge branch 'master' into fixes/InlineUIContainerLogical
3 years ago
Max Katz
87af06092c
Merge pull request #10252 from AvaloniaUI/revert-10133-button_click
Revert "Only set pointer events to handled in button if click is triggered"
3 years ago
Emmanuel Hansen
6dae36ead9
Revert "Only set pointer events to handled in button if click is triggered"
3 years ago
rabbitism
d99b795504
fix: fix ListBoxItem generation.
3 years ago
Max Katz
0145182f91
Merge pull request #10231 from MrJul/renderroot-renderer-nullability
Ensure IRenderRoot.Renderer is never null
3 years ago
Max Katz
bb5c15ad8c
Merge branch 'master' into renderroot-renderer-nullability
3 years ago
Max Katz
a7f66bd0f8
Merge pull request #10210 from jp2masa/package-updates-tests
Updated packages used by tests
3 years ago
Max Katz
7c33f45e3a
Merge branch 'master' into package-updates-tests
3 years ago
Max Katz
a1867e0705
Merge pull request #10245 from MrJul/base-nullability-cleanup
Nullability fixes for Avalonia.Base
3 years ago
Julien Lebosquain
39fe9b17fb
Nullability fixes for Avalonia.Base
3 years ago
Max Katz
d8cdac1974
Merge pull request #10238 from AvaloniaUI/preload-deps-assemblies
Make previewer to properly load ALL referenced assemblies
3 years ago
Max Katz
1642129d0f
Implement simple PreloadDepsAssemblies
3 years ago
Max Katz
2db82f0577
Merge pull request #10212 from jp2masa/package-updates-skia-harfbuzz
Updated Skia and HarfBuzz to latest stable
3 years ago
Jumar Macato
b5b7ae6bd5
Merge branch 'master' into package-updates-skia-harfbuzz
3 years ago
Julien Lebosquain
7eda49e061
Ensure IRenderRoot.Renderer is never null
3 years ago
Max Katz
002c2c9ff7
Merge pull request #10222 from jp2masa/nuget-authors
Fixed NuGet package authors
3 years ago
Max Katz
c3eb27e68a
Merge branch 'master' into nuget-authors
3 years ago
Max Katz
b0a7bd7401
Merge pull request #10224 from MrJul/editorconfig-static-fields
editorconfig: don't apply s_ prefix to public fields
3 years ago
Julien Lebosquain
cc850694cd
editorconfig: don't apply s_ prefix to public fields
3 years ago
José Pedro
8c07476a1a
Fixed NuGet package authors.
3 years ago
José Pedro
f8af158a38
Updated packages used by tests.
3 years ago
Max Katz
64155069c5
Merge pull request #10218 from AArnott/patch-1
Add nullable ref annotation to Windows.Close
3 years ago
Andrew Arnott
465d72f290
Add nullable ref annotation to Windows.Close
3 years ago
Max Katz
057f760da8
Merge pull request #10213 from amwx/fix/TextNullRef
Fix Null Ref when font fallback is used
3 years ago
Max Katz
3735548957
Merge branch 'master' into fix/TextNullRef
3 years ago
Max Katz
92fdbb5152
Merge pull request #10211 from jp2masa/package-updates-browser
Updated browser packages to stable
3 years ago
Max Katz
eb92da6fcd
Merge branch 'master' into package-updates-browser
3 years ago
Max Katz
ccd8f3a59b
Merge pull request #10215 from AvaloniaUI/fixes/PropertyRegistration
Fix property registrations for ItemsPresenter
3 years ago
Wiesław Šoltés
fe2233d25a
Update ItemsPresenter.cs
3 years ago
amwx
1cfdae9448
Cleanup
3 years ago
amwx
9fdf98dde6
Only use font fallback if match found
3 years ago
José Pedro
d0fe9e0e14
Updated Skia and HarfBuzz to latest stable.
3 years ago
José Pedro
757f82c385
Updated browser packages to stable.
3 years ago
Max Katz
07d2ac95db
Merge pull request #10204 from AvaloniaUI/update-angle-version
Update Angle to 2.1.0.2023020321
3 years ago
Max Katz
db78f7c870
Update angle to 2.1.0.2023020321
3 years ago
Steven Kirk
b74897eef6
Merge pull request #10202 from AvaloniaUI/fixes/macos-transparency-integration-test
Fix integration tests on macOS.
3 years ago
Steven Kirk
2bbaf74d8f
Fix integration tests on macOS.
Seems that the version of macOS on the test runner applies some shading to the top of the window. Check the color of a pixel lower down.
3 years ago
Max Katz
74b9d9df76
Merge pull request #10196 from AvaloniaUI/fixes/macos-transparency
macOS: Fix window transparency
3 years ago
Max Katz
bde270d736
Merge branch 'master' into fixes/macos-transparency
3 years ago
Max Katz
2b697422a6
Merge pull request #10194 from workgroupengineering/perf/core/Animatable
perf: Animatable small adjust
3 years ago
Dariusz Komosiński
09ee37f713
Merge branch 'master' into perf/core/Animatable
3 years ago
workgroupengineering
41966d314f
fix: Builld
3 years ago
Giuseppe Lippolis
b1ca75a30b
fix: Address review
3 years ago
Steven Kirk
eb1aa547a8
Fix default transparency level.
The macOS backend sets up a window with a transparency level of `None` but the managed code thinks it's `Transparent`, meaning that making the window transparent did nothing as it thinks it's already set.
Fixes #8419
3 years ago
Giuseppe Lippolis
93396ea6d8
perf: Animatable small adjust
- delegate caching
- try to partially avoid changing the Transitions property during subscribe/unsubscribe operations
3 years ago
Benedikt Stebner
6210018f3b
Propertly handle an InlineUIContainer's logical children
3 years ago