Dan Walmsley
4c41c9c7dd
Wasm optimal defaults ( #9267 )
* introduce optimal defaults for wasm builds
* dont include satelite assemblies.
* always preventDefault mouse and pointer
* fix argument order.
* set initial heap size.
* put properties in targets.
* fix condition
* restore props file
* remove duplicate code.
* allow people to override initial heap size... but not some critical properties,
* add special ld flag.
4 years ago
Steven Kirk
4740955ef4
Set Viewbox logical parent.
Fixes `DataContext` binding in `Viewbox.Child`.
4 years ago
Benedikt Stebner
822d57cac6
Use LangVersion preview for all projects
4 years ago
Dan Walmsley
ab02289d93
fix distortion on mobile chrome browser.
4 years ago
robloo
6f5bae821b
Fix usage of updated Screen properties
This fixes the macOS build
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
robloo
d816726ef0
Rename Scale to Scaling and update more comments
4 years ago
Robin Krom
10b584d95c
After the fix still causing issues, I figured the value must be >0xffff_ffff so not fitting. I changed to logic to handle that case too.
4 years ago
Benedikt
a88fdd56b9
Adjust Microsoft.CodeAnalysis package version
4 years ago
Steven Kirk
89faa52240
Use DragEventArgs for DragLeave event.
This follows the WPF/UWP API and allows pointer information to be retrieved.
4 years ago
Nikita Tsukanov
48bd894e60
Use MicroCom.Runtime from nuget
4 years ago
Giuseppe Lippolis
f271654d64
fix: CS8350
4 years ago
robloo
6bc689a662
Updates from code review
4 years ago
Dan Walmsley
253267c821
make host app target netfx / nca 2.0
4 years ago
Dan Walmsley
813476a1a5
fix designer tests.
4 years ago
Dan Walmsley
1fea5b1875
fix langversion compile.
4 years ago
Dan Walmsley
8510a1ba8a
fix build.
4 years ago
Emmanuel Hansen
39bd2f074a
add parameters for number styles and provider to double parse
4 years ago
Nikita Tsukanov
b031dcfe1f
Removed deprecated XAML compiler features
4 years ago
rabbitism
2f124a9a48
fix: align with naming convention.
4 years ago
rabbitism
3184252633
fix: revert FullScreenButtonPath.
4 years ago
rabbitism
8dab69663f
fix: fix caption button fluent theme and default theme.
4 years ago
Emmanuel Hansen
868e5a5488
switch to using helper in the color classes
4 years ago
Emmanuel Hansen
ee0c1b4778
Use span directly when available
4 years ago
Steven Kirk
2435d2e87b
Fix DataGrid cell contents lookup in DevTools.
4 years ago
Steven Kirk
6cc1215989
Initialize DevTools MainWindow theme in code.
Previously if no theme was included in App.xaml, then DevTools would fail to open because the `StaticResource` lookup would fail due to the window's XAML not being parsed yet.
4 years ago
Giuseppe Lippolis
79754b9feb
fix: Address CA1847 rule
4 years ago
Giuseppe Lippolis
221bec69d4
Revert "fix: Address CA1847 rule"
This reverts commit 2f8273ae64 .
4 years ago
robloo
3b21596a85
Hand-off control to the ColorView after template is applied in ColorPicker
This solution doesn't require the hacky IsHostedInColorPicker property
4 years ago
robloo
7b69d2ae57
Revert "Add and implement IsHostedInColorPicker property to ColorView"
This reverts commit 2575a10fb0 .
4 years ago
robloo
7f110f34b3
Remove more public properties from SixteenColorPalette
4 years ago
robloo
35245877b7
Improve FlatColorPalette (full chart) and add FlatHalfColorPalette
4 years ago
Robin Krom
cc915f888c
fix: Under Windows - Arithmetic operation resulted in an overflow.
4 years ago
robloo
b1fed41143
Remove public color indexes from SixteenColorPalette
4 years ago
robloo
4b42a60bec
Improve MaterialColorPalette and add MaterialHalfColorPalette
4 years ago
robloo
e96772e707
Remove ThirdComponentConverter replacing it with ColorSpectrum.ThirdComponent property
4 years ago
robloo
2fdbbacc60
Make some todo-areas of the code more clear
4 years ago
Herman Kirshin
555091aedc
Fixed double value validation in RangeBase
4 years ago
robloo
2575a10fb0
Add and implement IsHostedInColorPicker property to ColorView
This works-around some lifecycle issues by allowing the ColorView to specially handle how it handles property changes based on whether or not it is within a ColorPicker.
4 years ago