Dan Walmsley
|
9bc50375f5
|
fix build.
|
4 years ago |
Dan Walmsley
|
623c14d92a
|
set package name.
|
4 years ago |
Dan Walmsley
|
8dfed08b26
|
remove map files.
|
4 years ago |
Dan Walmsley
|
d4563de221
|
remove duplicated code.
|
4 years ago |
Dan Walmsley
|
8ea45725e0
|
remove bootstrap and other stuff that isnt used.
|
4 years ago |
Dan Walmsley
|
6c11cd7f37
|
dont optimize debug builds
|
4 years ago |
Dan Walmsley
|
8c62f0fb0f
|
remove lock code.
|
4 years ago |
Dan Walmsley
|
3e5f3f6281
|
hide and show inputbox.
|
4 years ago |
Dan Walmsley
|
e51efddddb
|
add missing stuff.
|
4 years ago |
Dan Walmsley
|
89482b0181
|
add Avalonia.Blazor and sample project.
|
4 years ago |
Max Katz
|
e0bae82fdb
|
Merge pull request #7016 from yankun/master
Fix slider behaviour for bigger thumbs
|
4 years ago |
Jan-Peter Zurek
|
c43ee1c52d
|
Fix slider behaviour for bigger thumbs
Thumb now moves synchronously with pointer instead of relativ to track position.
|
4 years ago |
Dan Walmsley
|
17c5ea2ce6
|
Merge pull request #7006 from gabornemeth/issue/6677-macos
fix stuck tooltips on macOS
|
4 years ago |
gabornemeth
|
a38c779641
|
fix stuck tooltips on macOS
|
4 years ago |
Dan Walmsley
|
d3b21f5893
|
Update build.md
|
4 years ago |
Dan Walmsley
|
bed91bb7ab
|
Merge pull request #7003 from AvaloniaUI/revert-6981-fixes/rider-debugging-net6
Revert "Fix debugging in Rider after we merged .NET 6"
|
4 years ago |
Dan Walmsley
|
2671badff8
|
Update build.md
|
4 years ago |
Dan Walmsley
|
df980e4302
|
Update build.md
|
4 years ago |
Dan Walmsley
|
c526b55085
|
Revert "Fix debugging in Rider after we merged .NET 6"
|
4 years ago |
Dan Walmsley
|
bd71f60fc7
|
Merge pull request #6883 from AvaloniaUI/linux-shutdown-prevention-xsmp
Implement IPlatformLifetimeEvents for X11/Linux
|
4 years ago |
Dan Walmsley
|
3eef67a716
|
Merge branch 'master' into linux-shutdown-prevention-xsmp
|
4 years ago |
Jumar Macato
|
98836a5dd7
|
refactor so that this can be set on X11Options as well
|
4 years ago |
Jumar Macato
|
b9e262f020
|
add EnvVar to disable the x11 shutdown cancellation feature
|
4 years ago |
Max Katz
|
4f31cfc365
|
Merge pull request #6754 from workgroupengineering/fixes/Some_Null_Annotation_And_Warning
fixes: some null annotation
|
4 years ago |
workgroupengineering
|
2e92a8716e
|
Merge branch 'master' into fixes/Some_Null_Annotation_And_Warning
|
4 years ago |
Dan Walmsley
|
90809f16b3
|
Merge branch 'master' into linux-shutdown-prevention-xsmp
|
4 years ago |
Dan Walmsley
|
1e6d6b31d0
|
Merge pull request #6815 from AvaloniaUI/fixes/static-resource-brush-converter
Fixes/static resource brush converter
|
4 years ago |
Dan Walmsley
|
0eddc174ba
|
Merge pull request #6811 from AvaloniaUI/features/focus-manager-remove-window-from-focus-scopes-when-closing
allow window to clear focus manager when it closes, preventing memory…
|
4 years ago |
Dan Walmsley
|
a8713ada7d
|
Merge pull request #6868 from AvaloniaUI/fixes/focus-on-click-only-button-down
[win32] only take focus on button down events.
|
4 years ago |
Dan Walmsley
|
7bd617229e
|
Merge branch 'master' into fixes/static-resource-brush-converter
|
4 years ago |
Dan Walmsley
|
cc07d05344
|
fix review issues.
|
4 years ago |
Dan Walmsley
|
6af5259df5
|
Merge branch 'master' into features/focus-manager-remove-window-from-focus-scopes-when-closing
|
4 years ago |
Dan Walmsley
|
e08ac56b38
|
Merge branch 'master' into fixes/focus-on-click-only-button-down
|
4 years ago |
Dan Walmsley
|
424ece0a8e
|
Merge pull request #6867 from AvaloniaUI/fixes/osx-fullscreen-modals
[OSX] allow child windows to be shown on top of fullscreen windows.
|
4 years ago |
Dan Walmsley
|
ae07a6ceec
|
Merge branch 'master' into fixes/osx-fullscreen-modals
|
4 years ago |
Dan Walmsley
|
ba021f3ef8
|
Update native/Avalonia.Native/src/OSX/window.mm
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
|
4 years ago |
Dan Walmsley
|
89f6a1d801
|
Merge pull request #6972 from workgroupengineering/features/Issue_6971
feat: Allow to debug XamlIl Compilation
|
4 years ago |
Dan Walmsley
|
bc7af9f0ba
|
Merge branch 'master' into features/Issue_6971
|
4 years ago |
Giuseppe Lippolis
|
72fd5f0105
|
fixes: PropertySetterInstance
|
4 years ago |
Giuseppe Lippolis
|
269610b6e5
|
Merge branch 'master' into fixes/Some_Null_Annotation_And_Warning
|
4 years ago |
Jumar Macato
|
684dfea76c
|
Merge pull request #6941 from AvaloniaUI/fixes/apicompat-runasync-animations
add the old Animation.RunAsync api back for backporting
|
4 years ago |
Giuseppe Lippolis
|
cf8a3b6327
|
fixes: Add PID and change importance to High.
|
4 years ago |
Jumar Macato
|
8e41e2f889
|
add ApiCompat
|
4 years ago |
Jumar Macato
|
f2d4ef2538
|
add ApiCompatBaseline.txt
|
4 years ago |
Jumar Macato
|
e417c91713
|
Merge branch 'master' into fixes/apicompat-runasync-animations
|
4 years ago |
Steven Kirk
|
76e1eab3a5
|
Merge pull request #6964 from workgroupengineering/fixes/Warnings_CS0108_1
fixes: CS0188 'RemoteServer.EmbeddableRemoteServerTopLevelImpl.LostFo…
|
4 years ago |
Tako
|
d25a86b05a
|
Merge branch 'master' into fixes/Warnings_CS0108_1
|
4 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
|
4 years ago |
Dariusz Komosinski
|
7a44407666
|
Fix problems caused by missing transform data or invalid order of operations when interpolating matrices.
|
4 years ago |
Steven Kirk
|
e474b6610a
|
Merge branch 'master' into fixes/Warnings_CS0108_1
|
4 years ago |