Dan Walmsley
|
ab02289d93
|
fix distortion on mobile chrome browser.
|
4 years ago |
Dan Walmsley
|
cd8358303e
|
30fps resize.
|
4 years ago |
Dan Walmsley
|
f5d3f9b2d3
|
we dont handle gl makecurrent.
|
4 years ago |
Dan Walmsley
|
38717dafbb
|
smooth resizing attempt 2.
|
4 years ago |
Dan Walmsley
|
116146e847
|
smooth resizing wasm.
|
4 years ago |
Dan Walmsley
|
eb1c1971f1
|
remove cursor style when we want normal cursor.
|
4 years ago |
Dan Walmsley
|
1d19c37a37
|
wasm prevent touch flashing android.
|
4 years ago |
Dan Walmsley
|
e5b745694a
|
filter modifier text input events.
|
4 years ago |
Dan Walmsley
|
31cef0b54f
|
basic non-ime text input.
|
4 years ago |
Dan Walmsley
|
9cbe262117
|
fix copypasta
|
4 years ago |
Dan Walmsley
|
668296b397
|
minify js
|
4 years ago |
Dan Walmsley
|
5d8e4998c1
|
prevent browser touch gestures happening outside of avalonia
|
4 years ago |
Dan Walmsley
|
1cf220016f
|
focus the root container on page load.
|
4 years ago |
Dan Walmsley
|
81dca34889
|
tmp
|
4 years ago |
Dan Walmsley
|
be4a669cae
|
implement BrowserRuntimePlatform that can distinguish between desktop and mobile in a browser.
|
4 years ago |
Dan Walmsley
|
5503e8f775
|
move sample, and fix splash screen positioning and rename blazor sample.
|
4 years ago |
Dan Walmsley
|
4a94292d33
|
keep input box at zIndex-1 to prevent it interfering with the user... still works luckily
|
4 years ago |
Dan Walmsley
|
c682c46948
|
better example splash screen.
|
4 years ago |
Max Katz
|
897f7c9706
|
Reuse module initialization and make it configurable + some fixes
|
4 years ago |
Max Katz
|
0d05c40ca2
|
Remove old blazor backend. Keep blazor components with new WASM implementation.
|
4 years ago |
Dan Walmsley
|
1a994036bf
|
fix avalonia.web package.
|
4 years ago |
Dan Walmsley
|
1ae178f52f
|
package interop.js in correct location.
|
4 years ago |
Dan Walmsley
|
e423d86b63
|
deploy interop.js and remove emscripten clib.
|
4 years ago |
Stebner
|
5abe64b8cf
|
fix module import
|
4 years ago |
Arhell
|
14029cb934
|
update src folder links
|
4 years ago |
Gillibald
|
0415da9d29
|
Emscripten interop sample
|
4 years ago |
Max Katz
|
1c58c4dba1
|
Add native control host support
|
4 years ago |
Max Katz
|
a090e0efb8
|
Move Skia related files to the new folder
|
4 years ago |
Max Katz
|
4dcbc24359
|
Port StorageProvider to use new API
|
4 years ago |
Max Katz
|
185dd96a17
|
Add ESLint to the project
|
4 years ago |
Dan Walmsley
|
dff3c6a95a
|
tidy splashscreen.
|
4 years ago |
Dan Walmsley
|
5a882ce9e9
|
add html based splash screen capability.
|
4 years ago |
Dan Walmsley
|
1d550168f8
|
more warning fixes
|
4 years ago |
Dan Walmsley
|
eb4605cf17
|
fix some compile warnings.
|
4 years ago |
Dan Walmsley
|
285a5beca7
|
fix reference.
|
4 years ago |
Dan Walmsley
|
a34f216b84
|
reference avalonia and not avalonia.base.
|
4 years ago |
Dan Walmsley
|
f725b080ec
|
remove not needed usings. tasks.
|
4 years ago |
Dan Walmsley
|
534a78c04f
|
remove hard coded lib paths.
|
4 years ago |
Dan Walmsley
|
4ca077cd70
|
non hard coded path for interop.js
|
4 years ago |
Dan Walmsley
|
b2b706ed20
|
working input.
|
4 years ago |
Dan Walmsley
|
98aba6d4a7
|
add basics for ime support.
|
4 years ago |
Dan Walmsley
|
01127d6693
|
style the input element correctly for IME support.
|
4 years ago |
Dan Walmsley
|
ddc9b33e1a
|
add input and composition events to input helper.
|
4 years ago |
Dan Walmsley
|
8a9764a7f6
|
fix sizing issues.
|
4 years ago |
Dan Walmsley
|
6d610c3533
|
initialize input hidden.
|
4 years ago |
Dan Walmsley
|
fdf37f5786
|
ensure input box is hidden until needed.
|
4 years ago |
Dan Walmsley
|
d48981872d
|
ensure the dom is setup so that the avalonia elements tracks the size and position of container div.
|
4 years ago |
Dan Walmsley
|
cd0cbedf10
|
set canvas height and width properties to resize backing buffer.
|
4 years ago |
Dan Walmsley
|
710f015b68
|
refactor subscription of pointer events to share code, and preventdefault when handled.
|
4 years ago |
Max Katz
|
50cc71996c
|
Reorganize interop, remove "blazor" terminology and add some missing features
|
4 years ago |