Dariusz Komosinski
7a44407666
Fix problems caused by missing transform data or invalid order of operations when interpolating matrices.
5 years ago
Steven Kirk
32fe95a2cc
Merge pull request #6963 from workgroupengineering/fixes/Micro_Optimization_1
fixes: Unnecessary re throw
5 years ago
Steven Kirk
96e80b130c
Merge branch 'master' into fixes/Micro_Optimization_1
5 years ago
Steven Kirk
ba8dcbe945
Merge pull request #6808 from workgroupengineering/fixes/Warning_CS0067
fix: Warning CS0067 The event is never used
5 years ago
Steven Kirk
07ab7f3877
Merge branch 'master' into fixes/Warning_CS0067
5 years ago
Dan Walmsley
577ab25001
Merge pull request #6981 from AvaloniaUI/fixes/rider-debugging-net6
Fix debugging in Rider after we merged .NET 6
5 years ago
Jumar Macato
7703795a4a
Fix debugging in Rider after we merged .NET 6
Since we merged #6902 our debugging infra for this repo is not working with Rider. This PR fixes it.
5 years ago
Jumar Macato
5cfeb2205e
Merge pull request #6970 from donandren/issues/6969
Investigation of animation system failure issue #6969
5 years ago
Jumar Macato
ec3ab7024e
Merge branch 'master' into issues/6969
5 years ago
Max Katz
53b5c79e25
Merge pull request #6973 from Fruchtzwerg94/patch-1
Expander properties to all directions
5 years ago
Philipp
d18ffdad37
Expander properties to all directions
Fixed Expander Border properties not applied to all directions
5 years ago
Andrey Kunchev
fd0816b370
fix #6969 animation errors when a value is invalid, so animation system works predictable even one animation is invalid
5 years ago
Andrey Kunchev
de8f9155dc
add unittest for issue #6969 animator crashes because of invalid keyframe value
5 years ago
Giuseppe Lippolis
d5420d6b79
fixes: Unnecessary re throw
5 years ago
Max Katz
932cb3248f
Merge pull request #6954 from workgroupengineering/fixes/DevTools_CS8618
fixes(DevTools): Null Annotations
5 years ago
Giuseppe Lippolis
69126a7967
fixes(DevTools): Null Annotations
5 years ago
Jumar Macato
4728a75eb7
Merge pull request #6950 from Al-Dyachkov/fix-xa-wm-name
Fixed missing XA_WM_NAME remove on empty window Title
5 years ago
Al Dyachkov
9c9d5a3ae5
Fixed missing XA_WM_NAME remove on empty window Title
5 years ago
Dan Walmsley
281721b1df
Merge pull request #6926 from AvaloniaUI/fixes/6827-osx-non-client-click
macOS: Only raise non-client click when outside view client area.
5 years ago
Steven Kirk
76beb381ae
Only raise non-client click when outside view client area.
#6700 implemented non-client click support for macOS but it caused non-client clicks to get sent even for clicks on the client area, causing #6827 . Fix this by checking that the click is outside the view's bounds before raising the non-client click.
5 years ago
Jumar Macato
395522d5cb
Merge pull request #6915 from AvaloniaUI/update/samples-tests-net6
Update samples/tests to net6.0
5 years ago
Jumar Macato
ea491b91dd
Merge branch 'master' into update/samples-tests-net6
5 years ago
Jumar Macato
33b0d9980a
Merge pull request #6925 from AvaloniaUI/fix-copypasta
Fix copy-pasta
5 years ago
Takoooooo
0e3cfc889b
fix
5 years ago
Dan Walmsley
a062b6c34c
Merge pull request #6913 from AvaloniaUI/fix-trayicon-command-executes-twice
Fix TrayIcon commands executes twice
5 years ago
Steven Kirk
1a459eb83b
Update hardcoded paths.
5 years ago
Steven Kirk
5153cc4e12
Remove unneeded dependency.
5 years ago
Steven Kirk
721547fcb2
Update samples/tests to net6.0.
And no longer target net461 in unit tests as we've not had a test pass in net core and fail in netfx in years, and it bloats our CI time; EXCEPT Avalonia.Markup.Xaml.UnitTests where we're still testing against net4.7 as MSIL generation is runtime-sensitive.
5 years ago
Takoooooo
9bf42b9cf9
fix
5 years ago
Jumar Macato
4f7a82c7e1
Merge pull request #6912 from AvaloniaUI/fixes/microcomgenerator
Don't multi-target MicroComGenerator.
5 years ago
Steven Kirk
5b2a83b190
Don't multi-target MicroComGenerator.
Was causing problems building in VS. Instead include the source files directly into `_build.csproj`.
5 years ago
Max Katz
bc46b559b0
Merge pull request #6907 from YohDeadfall/use-args
Use event args to get value instead of field
5 years ago
Yoh Deadfall
618f70a0f4
Use event args to get value instead of feild
5 years ago
Dan Walmsley
581ed37be9
Merge pull request #6896 from AvaloniaUI/fixes/clipping-rendering-issues-osx
Fixes/clipping rendering issues osx
5 years ago
Dan Walmsley
02a343f12b
Merge branch 'master' into fixes/clipping-rendering-issues-osx
5 years ago
Dan Walmsley
16d10238a9
Merge pull request #6902 from AvaloniaUI/features/net6-support
net6.0 sdk
5 years ago
Dan Walmsley
e6669ab022
net 6 sdk bug workaround.
5 years ago
Dan Walmsley
e5a9776fc8
fix nuke build.
5 years ago
Dan Walmsley
aba3280277
fix net6.0 build
5 years ago
Dan Walmsley
1df32a9645
use multitargetting.
5 years ago
Dan Walmsley
d4ce30decd
micro com net6 with build script on netcoreapp3.1
5 years ago
Dan Walmsley
087f597125
workaround dotnet sdk bug
5 years ago
Dan Walmsley
64c44c6fd1
fix sdk.
5 years ago
Dan Walmsley
8a46ee060b
dont upgrade microcom.
5 years ago
Dan Walmsley
ae5ce83fd5
Revert "allow building on .net 6 machines."
This reverts commit 92239a1fc2 .
5 years ago
Dan Walmsley
e1cc426066
correct dotnet version.
5 years ago
Dan Walmsley
92239a1fc2
allow building on .net 6 machines.
5 years ago
Dan Walmsley
b4d10d5ed9
dotnet 6 compatibility.
5 years ago
Dan Walmsley
07135d556a
latest skia preview
# Conflicts:
# build/SkiaSharp.props
5 years ago
Dan Walmsley
f9827d8501
update harfbuzz
# Conflicts:
# build/HarfBuzzSharp.props
5 years ago