Steven Kirk
d0d86e28c1
Added remaining nullable annotations after merge.
4 years ago
Steven Kirk
2d251b04fb
Fix nullability error from Avalonia.Web.Blazor.
4 years ago
Max Katz
4d866b544c
Replace shared project with Avalonia.PlatformSupport
4 years ago
Dan Walmsley
365a8250c7
fix stability of wasm init.
4 years ago
Dan Walmsley
cd2c6b4859
optimize inital setup and fix initial render pass.
4 years ago
Max Katz
b3bcfa128a
Update src/Web/Avalonia.Web.Blazor/AvaloniaView.razor.cs
4 years ago
Dan Walmsley
41aa6328db
force initial render.
4 years ago
Dan Walmsley
9be730d69d
butter smooth resizing.
4 years ago
Dan Walmsley
a11b3848b2
support resizing canvas seperately.
4 years ago
Dan Walmsley
2b263544e5
correctly resize.
4 years ago
Dan Walmsley
efb366c838
fix scaling and resizing.
4 years ago
Dan Walmsley
21a76d4765
fix render target corruption detection.
4 years ago
Dave Higgins
b12c0bce3d
fix strange happengings in IsCorrupted, sizes being updated without any IsCorrupted true returned.
4 years ago
Sergey Mikolaitis
c510864014
[WASM] Fix cursors in macOS, fix default cursor set logic
4 years ago
Sergey Mikolaytis
100af8ffe3
[WASM] fix cursors. works fine
4 years ago
Sergey Mikolaitis
d8c89df26b
[WASM] Cursors
4 years ago
Takoooooo
21cc80932a
use IPlatformSettings instead of creating a separate interface.
4 years ago
Sergey Mikolaitis
1d34536236
[WASM] Fix wrong DPI value
4 years ago
Steven Kirk
a0c10cd6bf
Use GetRequiredService throughout.
4 years ago
Steven Kirk
4582b43118
More nullability fixes.
4 years ago
Steven Kirk
76667dbd0d
Finished adding nullable annotations to Avalonia.Base.
4 years ago
Steven Kirk
c9c9d05098
Fix nullable reference errors.
The projects that have nullable reference types enabled are now generating errors instead of warnings, so fix those errors.
4 years ago
Steven Kirk
50659d9c2a
Enable nullable reference checking via .props file.
The Nullable annotations on netstandard2.0 are incomplete and incorrect in places. Ignore nullable warnings on netstandard2.0 and make them errors on later target frameworks.
4 years ago
Benedikt Stebner
2633cf3ba4
Introduce FontManagerOptions ( #7089 )
* Introduce FontManagerOptions
* Add missing comments
4 years ago
Dan Walmsley
a6ebc4d2e1
fix wasm targets
4 years ago
Dan Walmsley
ebb90a58da
allow configurable skia resource limit.
4 years ago
Dan Walmsley
b1353793f5
fix wasm props.
4 years ago
Dan Walmsley
fed8ee7076
fix incorrect extension of props file for Avalonia.Web.Blazor
4 years ago
Dan Walmsley
c0a294e1fb
fix memory issues in wasm apps.
4 years ago
Dan Walmsley
b7d87cf6a1
fix warnings and remove redundant code.
4 years ago
Dan Walmsley
90971dfe60
make osk show immediately on mobile
4 years ago
Dan Walmsley
9ddca4845b
remove emoji code.
4 years ago
Dan Walmsley
0a26d62b83
turn of antialiasing.
4 years ago
Dan Walmsley
a12d947c9d
remove embedded font.
4 years ago
Dan Walmsley
0ed5a00961
remove non-required call.
4 years ago
Dan Walmsley
4a1bbcdcf6
rename appbuilder.
4 years ago
Dan Walmsley
30af93bccb
fix app builder api.
4 years ago
Benedikt Stebner
aba3c932fe
Fix custom font manager
4 years ago
Dan Walmsley
136ba933c4
remove git ignore file from wwwroot.
4 years ago
Dan Walmsley
dba0d2d42d
fix project file.
4 years ago
Dan Walmsley
b4c6c82c30
fix font assets.
4 years ago
Dan Walmsley
d26500602d
embed fonts.
4 years ago
Dan Walmsley
167f863196
implement touch support.
4 years ago
Dan Walmsley
7314525016
move input interop code to component.
4 years ago
Dan Walmsley
285cc2c0fb
add targets file for required native dependencies.
4 years ago
Dan Walmsley
236e02ad3c
implement mouse event modifiers.
4 years ago
Benedikt Stebner
a212489efb
Fix namspaces
Fix native asset reference
Move js interop classes
4 years ago