Tim
e1f9809de6
Add missing ClipToBounds="True"
3 years ago
Dan Walmsley
cbf072efb6
fix condition in targets file.
3 years ago
Dan Walmsley
4808846d82
Update Avalonia.Web.targets
3 years ago
Tristan Labelle
ff620db5bb
Android: Force punch a hole in the SurfaceView to workaround issue #9230
3 years ago
robloo
ea80be321f
Add all material color palette defined colors
3 years ago
out4blood88
4160e9b19f
Update UniformGridLayoutState.cs
Corrected implementation for
UniformGridLayout ItemsStretch Fill and Uniform
3 years ago
zhouzj
75d798d00a
Fix the size issue of indicator border in ProgressBar
3 years ago
Max Katz
a539f34f94
Implement windows IntermediatePoints for the Mouse input
3 years ago
Benedikt Stebner
0d889da820
Remove redundant member
3 years ago
Benedikt Stebner
b370a0b649
Fix TextBlock TextProperty update handling for non complex content
3 years ago
Max Katz
4670536b82
[ARM only] Fix incorrect parameters passed to the CreateDrawingSurface method ( #9342 )
* Use CreateDrawingSurface2 method with a correct SIZE struct
* Fix old method definition just for case
* Fix ICompositionDrawingSurface.GetSize method too
3 years ago
hacklex
9aca3d827c
Replaced hard-coded indexer with its actual name
This was possibly just overlooked since nobody probably ever changed the name from "Item".
3 years ago
Nikita Tsukanov
79e2d44005
Only use scoped keyword when building with .NET 7 SDK
3 years ago
Benedikt Stebner
17b2834d21
Implement letter spacing
3 years ago
Nikita Tsukanov
b13f7cbd38
Use strong-named version of microcom
3 years ago
robloo
66595bad2e
Calculate Height/WidthChanged in the getter directly
3 years ago
Benedikt Stebner
e639aead67
Fix logical parent cleanup
3 years ago
Benedikt Stebner
9403a3d0c7
Fix TextBlock inlines logical tree handling
3 years ago
robloo
3e53621dae
Fix typo
3 years ago
robloo
bdd637298e
Take into account LayoutEpsilon when calculating Height/WidthChanged
3 years ago
robloo
62485f53bc
Only raise SizeChanged when the Size component changes (ignore position)
3 years ago
robloo
66df8a51fe
Change SizeChangedEvent routing strategy to direct
This matches WPF and making it bubble was a mistake.
3 years ago
robloo
29e16e90da
Add more event member docs
3 years ago
robloo
5ea8d3d83a
Add SizeChanged event
3 years ago
workgroupengineering
7278dce4e2
fix: make StringCompatibilityExtensions internal ( #9289 )
* fix: make StringCompatibilityExtensions internal
* fix: missnig commit
3 years ago
Dan Walmsley
d34c31fa1c
implement disabling app delegate.
3 years ago
Dan Walmsley
d28a86f862
remove button left in for debug purposes.
3 years ago
Benedikt Stebner
0aff57a716
Prevent a crash that is caused by typefaces that don't contain whitespace glyphs
3 years ago
robloo
572ad56150
Complete Expander updates
3 years ago
Max Katz
5f5d596b1c
Fix multitouch and add historical points support
3 years ago
Dan Walmsley
385c26741a
remove duplicated code.
3 years ago
Dan Walmsley
985e4cf2ab
implement touch via pointer events only.
3 years ago
Dan Walmsley
c8fae36d36
implement touch.
3 years ago
Dan Walmsley
4c41c9c7dd
Wasm optimal defaults ( #9267 )
* introduce optimal defaults for wasm builds
* dont include satelite assemblies.
* always preventDefault mouse and pointer
* fix argument order.
* set initial heap size.
* put properties in targets.
* fix condition
* restore props file
* remove duplicate code.
* allow people to override initial heap size... but not some critical properties,
* add special ld flag.
3 years ago
Benedikt Stebner
f2fda7bcdb
Fix xml comment
3 years ago
Benedikt Stebner
04b8f3b388
Fix headless
3 years ago
Steven Kirk
4740955ef4
Set Viewbox logical parent.
Fixes `DataContext` binding in `Viewbox.Child`.
3 years ago
Benedikt Stebner
822d57cac6
Use LangVersion preview for all projects
3 years ago
Benedikt Stebner
2a547d7161
Introduce GlyphMetrics
3 years ago
Max Katz
7683a3bddb
Restore old exception message
3 years ago
Max Katz
0c84ae68b9
Add AvaloniaXamlIlSetterTargetTypeMetadataTransformer to allow SetterTargetType
3 years ago
robloo
00e570fb6b
Initial fixes for new Expander ControlTheme
3 years ago
robloo
65a4315cd0
Use standard resource names
3 years ago
robloo
830587fc28
Remap Expander resources to Fluent v1 base resources
3 years ago
robloo
8d63ed2645
Initial import of WinUI Expander theme
3 years ago
robloo
ae570453c7
Allow derived controls to call ColorSpectrum.ThirdComponent.set()
3 years ago
robloo
ca85843f99
Rework ColorPicker control template duplicating from ColorView
3 years ago
Dan Walmsley
ab02289d93
fix distortion on mobile chrome browser.
3 years ago
robloo
6f5bae821b
Fix usage of updated Screen properties
This fixes the macOS build
3 years ago
Dan Walmsley
cd8358303e
30fps resize.
3 years ago