Max Katz
4315f4728f
Fix android type exception
4 years ago
Max Katz
6260829702
Simplify UIViewControlHandle/AndroidViewControlHandle
4 years ago
Max Katz
76c3691fb6
Resize on HideWithSize
4 years ago
Max Katz
7af062e8ba
Respect actual AttachedTo in ios control host
4 years ago
Max Katz
d8d6fa5097
Add iOS implementation
4 years ago
Max Katz
e0ec6a4ba1
Use top level to inform about pointer input
4 years ago
Dan Walmsley
aa3b0d4cde
remove hack
4 years ago
Dan Walmsley
bdbc763531
remove traces of xamarin and specify sdk
4 years ago
Steven Kirk
f682f5af7c
Added generic virtual methods analyzer.
Added a new `DevAnalyzers` project with a single analyzer to detect generic virtual/interface methods.
4 years ago
Dan Walmsley
56845e22d5
ios support all input types.
4 years ago
Dan Walmsley
31ee43dccb
add full range of keyboard content types.
4 years ago
Dan Walmsley
47989e484a
osx no need to reset text options. manually on reset.
4 years ago
Dan Walmsley
784b25539a
rename file.
4 years ago
Dan Walmsley
079c193a82
replace eventargs with simple options class.
4 years ago
Dan Walmsley
409be7f33f
remove event for querying text input options. replace with attached property that is inheritable.
4 years ago
Dan Walmsley
1c8295022f
working basic text input ios
4 years ago
Dan Walmsley
d717d10de8
use ime api to hide and show osk.
4 years ago
Dan Walmsley
ed19f5fc9a
remove old softkey hack.
4 years ago
Dan Walmsley
8f3e9e2cc0
fix build.
4 years ago
Dan Walmsley
61744546a8
make singleview lifetimes private classes.
4 years ago
Dan Walmsley
d48b61b5d0
singleview lifetime for android.
4 years ago
Dan Walmsley
3344e436b3
Revert "Avoid "using system" because"
This reverts commit 34b4f970e9 .
4 years ago
Max Katz
bd757cb5e7
Revert "Temporary build only new sdk ios"
This reverts commit 44125040ce .
4 years ago
Max Katz
44125040ce
Temporary build only new sdk ios
4 years ago
Max Katz
34b4f970e9
Avoid "using system" because
4 years ago
Max Katz
b47abdb9a1
Avoid nfloat in the codebase
4 years ago
Max Katz
09e088d4e8
iOS project nuget packaging workaround
4 years ago
Max Katz
bc1d950a9b
Update legacy projects targets
4 years ago
Max Katz
138d65556b
Use out own opengl interface wrapper
4 years ago
Max Katz
4756a0a769
Fix iOS OpenGL rendering with newer Skia
4 years ago
Max Katz
b238cc64d8
Move iOS projects to a new sdk
4 years ago
Max Katz
4d866b544c
Replace shared project with Avalonia.PlatformSupport
4 years ago
Takoooooo
21cc80932a
use IPlatformSettings instead of creating a separate interface.
4 years ago
Takoooooo
bf731fdcfc
add comments
4 years ago
Takoooooo
00a286f0e8
Add separate platform settings for touch.
4 years ago
workgroupengineering
50c033d0fd
fixes: warning MSB4011 Microsoft.NET.Sdk.WindowsDesktop.props cannot … ( #6813 )
* fixes: warning MSB4011 Microsoft.NET.Sdk.WindowsDesktop.props cannot be imported again.
* fixes: nits
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
4 years ago
Dan Walmsley
b89e884bcf
Revert "Revert "Revert "upgrade to net462"""
This reverts commit e44c36bef3 .
4 years ago
Dan Walmsley
e44c36bef3
Revert "Revert "upgrade to net462""
This reverts commit c78179e9ac .
4 years ago
Dan Walmsley
c78179e9ac
Revert "upgrade to net462"
This reverts commit 010ca1901a .
4 years ago
Dan Walmsley
010ca1901a
upgrade to net462
4 years ago
Dan Walmsley
786375aff9
handle platforms that return null for the trayiconimpl.
5 years ago
Dan Walmsley
3342d41a12
fix ios stub.
5 years ago
Steven Kirk
8b3afa18d0
Update mobile backends with changed API.
5 years ago
Steven Kirk
ba369a9059
Fix auto-scaling on win32.
- Adds a "resize reason" to platform `Resized` events
- Which is used by the auto-sizing code to determine whether to reset `SizeToContent`
- Also other improvements to the reset logic for `SizeToContent`:
- Don't reset it if the size hasn't changed
- Don't reset it if `CanResize == false`
- Only reset the dimensions whose size has changed
- Obsolete the `BeginAutoSizing`/`AutoSizing` feature in `WindowBase`
5 years ago
Nathan Garside
bccbf0570c
Make FrameSize nullable
5 years ago
Nathan Garside
d77d1fd5da
Rename to FrameSize
5 years ago
Nathan Garside
9feb2376a0
Squash toplevel-totalsize
5 years ago
Steven Kirk
ef52b6cfd7
And another compiler error.
5 years ago
Steven Kirk
e1051b7ce0
Fix another compiler error.
5 years ago
Steven Kirk
4e3af8c9c1
Fix non-compiling assemblies.
5 years ago