Benedikt Stebner
|
85b91d3d83
|
Merge
|
4 years ago |
Dan Walmsley
|
cb98535ac0
|
dont set textbox width.
|
4 years ago |
Dan Walmsley
|
1c0ef8ebc7
|
dispatch the CursorRectangleEvent invoke so recipients will see textbox / textpresenter / ime apis in a consistent state.
|
4 years ago |
Dan Walmsley
|
8eeddf12fe
|
wasm: keep ime and surrounding text in sync and aligned carets (managed / native)
|
4 years ago |
Dan Walmsley
|
86f63d52e9
|
add caret helper functions.
|
4 years ago |
Benedikt Stebner
|
1651c0c293
|
Merge branch 'ios-ime-responder' of https://github.com/AvaloniaUI/Avalonia into ios-ime-responder
|
4 years ago |
Benedikt Stebner
|
5aadbe210c
|
Attempt to sync caret and surroundingText
|
4 years ago |
Dan Walmsley
|
a34c7381f1
|
Merge branch 'ios-ime-responder' of github.com:AvaloniaUI/Avalonia into ios-ime-responder
|
4 years ago |
Dan Walmsley
|
d1888429d5
|
add caret helper javascript.
|
4 years ago |
Benedikt Stebner
|
9122bd63b5
|
Reset InputElement.value on input event
|
4 years ago |
Benedikt Stebner
|
e69fff386f
|
Reset surroundingText on focus change
Reset surroundingText on focus change
|
4 years ago |
Dan Walmsley
|
0f5145a193
|
Merge remote-tracking branch 'origin/master' into ios-ime-responder
|
4 years ago |
Dan Walmsley
|
13e7f1ce54
|
add support for positioning ime suggestions.
|
4 years ago |
Benedikt Stebner
|
efaf76e013
|
Merge pull request #8999 from AvaloniaUI/fixes/compositor-fix-blinking-bug
Moved commit/frame throttling logic to Compositor
|
4 years ago |
Nikita Tsukanov
|
5ec011f029
|
Moved commit/frame throttling logic to Compositor
|
4 years ago |
Max Katz
|
d2146ba04e
|
Merge pull request #8460 from workgroupengineering/features/Core/StringBuilder
feat: StringBuilderCache
|
4 years ago |
workgroupengineering
|
5b690bb995
|
Merge branch 'master' into features/Core/StringBuilder
|
4 years ago |
Dan Walmsley
|
3132c6815f
|
Merge branch 'ios-ime-responder' of github.com:AvaloniaUI/Avalonia into ios-ime-responder
|
4 years ago |
Dan Walmsley
|
9c5fbcfa1b
|
support net 7 on wasm backend.
|
4 years ago |
Benedikt Stebner
|
2e0103a9db
|
Move all text input to the InputHelperInterop
|
4 years ago |
Benedikt Stebner
|
68ef75b373
|
Merge branch 'ios-ime-responder' of https://github.com/AvaloniaUI/Avalonia into ios-ime-responder
|
4 years ago |
Benedikt Stebner
|
8bc0c5f5aa
|
Handle preedit
|
4 years ago |
Dan Walmsley
|
6f3f438b5b
|
wasm: seperate inputhelper and focushelper to prevent multiple events.
|
4 years ago |
Dan Walmsley
|
2bb25cd7ef
|
basic implementation of android return key type.
|
4 years ago |
Dan Walmsley
|
99acb0d50c
|
limited set of return key types for cross platform.
|
4 years ago |
Dan Walmsley
|
c82687426c
|
implement return key and accepts return, and closing keyboard on done return keys.
|
4 years ago |
Dan Walmsley
|
90f8671529
|
ios implement return key type
|
4 years ago |
Dan Walmsley
|
3fcf3bf992
|
add callbacks for wasm ime, ready to sync with me.
|
4 years ago |
Benedikt Stebner
|
60d4317476
|
Properly handle mutiple suggestions
|
4 years ago |
Benedikt Stebner
|
995a36001c
|
Merge branch 'ios-ime-responder' of https://github.com/AvaloniaUI/Avalonia into ios-ime-responder
|
4 years ago |
Benedikt Stebner
|
a43391519a
|
Android IME - Try suggestion handling
|
4 years ago |
Dan Walmsley
|
788c94a5d8
|
Merge remote-tracking branch 'origin/master' into ios-ime-responder
|
4 years ago |
Dan Walmsley
|
7077740e91
|
initial implementation of ime interop for web
|
4 years ago |
Dan Walmsley
|
3190970a58
|
Merge pull request #8934 from AvaloniaUI/use-esbuild
Replace webpack with esbuild
|
4 years ago |
Dan Walmsley
|
c1605c68bc
|
Merge branch 'master' into use-esbuild
|
4 years ago |
Dan Walmsley
|
a9a73147fc
|
Merge remote-tracking branch 'origin/master' into ios-ime-responder
# Conflicts:
# src/Web/Avalonia.Web.Blazor/AvaloniaView.razor.cs
# src/Windows/Avalonia.Win32/Input/Imm32InputMethod.cs
|
4 years ago |
Benedikt Stebner
|
391b5c2c11
|
Android - Initial attempt to fix focus management and implement SurroundingText
|
4 years ago |
Max Katz
|
27445b1cd8
|
Merge pull request #8918 from AvaloniaUI/pointerover-fixes
Fix issue with 0,0 position when pointerover was cleaned up + blinking issue
|
4 years ago |
Max Katz
|
4abf910278
|
Merge branch 'master' into pointerover-fixes
|
4 years ago |
Max Katz
|
e92151821b
|
Merge pull request #8533 from workgroupengineering/features/Linux/Libinput/Issue_8530-linux-boot-with-no-input
feat(X11): NullInputBackend
|
4 years ago |
workgroupengineering
|
42bc578f61
|
Merge branch 'master' into features/Linux/Libinput/Issue_8530-linux-boot-with-no-input
|
4 years ago |
Max Katz
|
5a12a036d9
|
Undo pointer transformation changes
|
4 years ago |
Max Katz
|
0533a20bcb
|
Merge pull request #8955 from workgroupengineering/fixes/core/MicroCom
fix(MicroComProxyBase): CS8073 The result of the expression is always 'false' since a value of type 'IntPtr' is never equal to 'null'
|
4 years ago |
Giuseppe Lippolis
|
0f6523ec81
|
fix(MicroComProxyBase): CS8073 The result of the expression is always 'false' since a value of type 'IntPtr' is never equal to 'null'
|
4 years ago |
Dan Walmsley
|
4d90f63953
|
make android compatible with new ime interfaces.
|
4 years ago |
Max Katz
|
cc3e7e3f58
|
Merge branch 'master' into pointerover-fixes
|
4 years ago |
Max Katz
|
6f914bca99
|
Merge pull request #8950 from workgroupengineering/fixes/Warings/CS0219
fix(DevGenerator): The variable 'changesVar' is assigned but its value is never used
|
4 years ago |
Max Katz
|
82235aef59
|
Merge branch 'master' into fixes/Warings/CS0219
|
4 years ago |
Benedikt Stebner
|
14826345c9
|
Merge pull request #8949 from workgroupengineering/fixes/field_visibility
fix: static field visibility
|
4 years ago |
Giuseppe Lippolis
|
1151f6de25
|
fix(DevGenerator): The variable 'changesVar' is assigned but its value is never used
|
4 years ago |