Dan Walmsley
2da1d3cfe3
remove android keyboard hacks.
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
b2ce338ade
add empty baselines.
4 years ago
Dan Walmsley
9871144d3f
fix ime implementations with new api.
4 years ago
Dan Walmsley
47989e484a
osx no need to reset text options. manually on reset.
4 years ago
Dan Walmsley
04d4c37c4f
restore default options if no properties are found.
4 years ago
Sergey Volkov
0609c2cbe3
RoutedViewHost: Fix property registration
4 years ago
Dan Walmsley
8b8253c3bf
fix broken apis.
4 years ago
Dan Walmsley
18b53b875d
remove no longer needed check.
4 years ago
Dan Walmsley
b1d5d9b8bd
fix styledelement.
4 years ago
Dan Walmsley
784b25539a
rename file.
4 years ago
Dan Walmsley
2228d83eb1
use styledelement instread of AvaloniaObject
4 years ago
Dan Walmsley
2b99e0159d
fix baseline.
4 years ago
Dan Walmsley
079c193a82
replace eventargs with simple options class.
4 years ago
Dan Walmsley
6be7ca9653
fix issue count.
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
005d8e5222
dont report an inputclient if textbox is in readonly mode.
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
Mike Irving
a529ae88d5
Grammatical corrections to product names: XCode -> Xcode, .Net -> .NET, Javascript -> JavaScript, MacOS -> macOS, MacOs -> macOS
4 years ago
Trym Lund Flogard
64ae7efe20
fix acrylic backdrop on win11
4 years ago
Trym Lund Flogard
24a18be7c2
Use HostBackdropBrush for winver >= 10.0.22000
4 years ago
Trym Lund Flogard
27a74bb12c
fix formatting
4 years ago
robloo
5436786ad5
Simplify
4 years ago
robloo
58afdf7666
Remove constructor and method with only HSV channels
Only variants with an alpha channel (AHSV) are supported. This is to avoid concerns about accidental parameter ordering and the API matches with Color.
4 years ago
Dan Walmsley
c5e6b1979a
fix UseAndroid
4 years ago
Dan Walmsley
91980bea54
fix initialisation order.
4 years ago
Dan Walmsley
d7fccba9c3
indent.
4 years ago
Dan Walmsley
77f339d225
refactor android activity to allow appbuilder and singleviewlifetime.
4 years ago
Benedikt Stebner
52135b3a07
Fix compiled method to command binding
4 years ago
Dan Walmsley
8f6b9e1b23
re-order initialisation and lifetime config.
4 years ago
Dan Walmsley
8f3e9e2cc0
fix build.
4 years ago
Dan Walmsley
824afa2e33
fix build
4 years ago
Dan Walmsley
d7d6f8decb
Locator ftw
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
d5693ba437
always get border rect.
4 years ago
Dan Walmsley
315a7cf1a8
fix non-resizable window dragging with IsExtendedToClientDecorations.
4 years ago
Dan Walmsley
430792681d
win32 obey can resize when use relies on BeginResizeDrag
4 years ago
Dan Walmsley
7bfb6e8773
browser - fix key down events
4 years ago
Dan Walmsley
3344e436b3
Revert "Avoid "using system" because"
This reverts commit 34b4f970e9 .
4 years ago
Dan Walmsley
09acf151b4
attempt to fix native aot.
4 years ago
robloo
2c59e15839
Add internal constructor that can skip parameter clamping
4 years ago
robloo
53237d2ef2
Remove IsNaN checks from constructor
In XAML NaN is used in some cases so I wanted to cover this case. However, it isn't worth the performance cost in a constructor like this. NaN, Infinity, etc. will cause exceptions.
4 years ago
robloo
bdac3d0852
Fix parameter ordering
4 years ago
robloo
b67c086f71
Make alpha the first parameter in the constructor matching Color
4 years ago
robloo
3e5acdc2c6
Remove section headings
4 years ago
robloo
8cab8af039
Remove Empty field and IsEmpty property from Color/HsvColor
4 years ago