Dan Walmsley
89f6a1d801
Merge pull request #6972 from workgroupengineering/features/Issue_6971
feat: Allow to debug XamlIl Compilation
5 years ago
Dan Walmsley
bc7af9f0ba
Merge branch 'master' into features/Issue_6971
5 years ago
Jumar Macato
684dfea76c
Merge pull request #6941 from AvaloniaUI/fixes/apicompat-runasync-animations
add the old Animation.RunAsync api back for backporting
5 years ago
Giuseppe Lippolis
cf8a3b6327
fixes: Add PID and change importance to High.
5 years ago
Jumar Macato
8e41e2f889
add ApiCompat
5 years ago
Jumar Macato
f2d4ef2538
add ApiCompatBaseline.txt
5 years ago
Jumar Macato
e417c91713
Merge branch 'master' into fixes/apicompat-runasync-animations
5 years ago
Steven Kirk
76e1eab3a5
Merge pull request #6964 from workgroupengineering/fixes/Warnings_CS0108_1
fixes: CS0188 'RemoteServer.EmbeddableRemoteServerTopLevelImpl.LostFo…
5 years ago
Tako
d25a86b05a
Merge branch 'master' into fixes/Warnings_CS0108_1
5 years ago
Jumar Macato
708f5d9cbc
Merge pull request #6989 from MarchingCube/fix-transform-operations-interpolation
Fix transform problems caused by missing transform data or invalid order of operations
5 years ago
Dariusz Komosinski
7a44407666
Fix problems caused by missing transform data or invalid order of operations when interpolating matrices.
5 years ago
Steven Kirk
e474b6610a
Merge branch 'master' into fixes/Warnings_CS0108_1
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
Jumar Macato
e3ac372d86
Merge branch 'master' into fixes/apicompat-runasync-animations
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
Giuseppe Lippolis
b82b5473b2
Merge branch 'master' into features/Issue_6971
5 years ago
Giuseppe Lippolis
2eebb316ef
fixes: Debugger Attached
- Add Code Comment to describe the behaviour
- Add Timeout
- Add Log
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
workgroupengineering
979ef682eb
fixes missing namespace
5 years ago
Max Katz
53b5c79e25
Merge pull request #6973 from Fruchtzwerg94/patch-1
Expander properties to all directions
5 years ago
workgroupengineering
e7efdbf1fc
fixes: nit
5 years ago
workgroupengineering
1d49d007b8
fixes: Waite Debugger.IsAttached
5 years ago
Philipp
d18ffdad37
Expander properties to all directions
Fixed Expander Border properties not applied to all directions
5 years ago
Giuseppe Lippolis
c1969609a2
feat: Allow to debug XamlIl Compilation
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
9e4d562ed6
fixes: CS0188 'RemoteServer.EmbeddableRemoteServerTopLevelImpl.LostFocus' hides inherited member 'OffscreenTopLevelImplBase.LostFocus'.
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
Jumar Macato
3a7298c39f
formatting
5 years ago
Jumar Macato
055cf64660
add the old api back for backporting
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