danwalmsley
|
8e2a49d2e0
|
Merge pull request #3925 from AvaloniaUI/osx-dnd-support
Osx dnd support (target: 0.9)
|
6 years ago |
Dan Walmsley
|
7423b0b483
|
whitespace.
|
6 years ago |
Nikita Tsukanov
|
2b7cd69601
|
DnD support for OSX
|
6 years ago |
Dan Walmsley
|
6b36fdb1cc
|
bump version
|
6 years ago |
Dan Walmsley
|
eae0e729f3
|
Merge branch 'managed-dialog-extras-0.9' into stable/0.9
|
6 years ago |
Dan Walmsley
|
9e004e3ae7
|
Merge branch 'managed-dialog-extras-0.9' of https://github.com/AvaloniaUI/Avalonia into managed-dialog-extras-0.9
|
6 years ago |
Dan Walmsley
|
04864af4b4
|
set dialog title
|
6 years ago |
Nikita Tsukanov
|
18101aeabd
|
version
|
6 years ago |
Nikita Tsukanov
|
8eb9cf64a7
|
Allow extra options for managed file dialogs
|
6 years ago |
Dan Walmsley
|
c033386ef6
|
bump stable branch version.
|
6 years ago |
Nikita Tsukanov
|
972330a83a
|
version
|
6 years ago |
Nikita Tsukanov
|
d23aa6b1f1
|
Allow extra options for managed file dialogs
|
6 years ago |
Dan Walmsley
|
2ded2efd7f
|
bump version
|
6 years ago |
Dan Walmsley
|
0d3b978422
|
fix designer tests.
|
6 years ago |
Dan Walmsley
|
eb124adb5f
|
fix designer tests.
|
6 years ago |
Dan Walmsley
|
875cf72998
|
designer targets dotnetcoreapp2.0
|
6 years ago |
Dan Walmsley
|
8f646f7eec
|
fix packaging designer.
|
6 years ago |
Dan Walmsley
|
95f060b38d
|
fix avalonia.props
|
6 years ago |
Dan Walmsley
|
557e5d1cf3
|
fix Avalonia.csproj targetting.
|
6 years ago |
Dan Walmsley
|
5bb4e73746
|
bump version
|
6 years ago |
Dan Walmsley
|
1f4899b4fa
|
Desktop runtime should target .netcore2.0
|
6 years ago |
Dan Walmsley
|
385e62d8bf
|
update replace script.
|
6 years ago |
Dan Walmsley
|
b6e78cb89a
|
update replace script.
|
6 years ago |
Dan Walmsley
|
085f8df7cb
|
initialise ReactiveUI on AfterPlatformServicesSetup hook.
|
6 years ago |
Nikita Tsukanov
|
d681e7b072
|
[GTK] Use gtk_file_chooser_set_filename for open dialogs
|
6 years ago |
Nikita Tsukanov
|
e013fc6f53
|
[X11] Cancel scheduled immediate renderer pass if renderer was stopped
|
6 years ago |
danwalmsley
|
be1a568497
|
Merge pull request #3800 from AvaloniaUI/fixes/window-sizing-AGAIN
Fix window sizing AGAIN
|
6 years ago |
danwalmsley
|
2e57d89d79
|
Merge pull request #3773 from AvaloniaUI/x11-popup-no-resized
[X11] Don't trigger Resized event on ConfigureEvent for popups
|
6 years ago |
danwalmsley
|
7d7c910346
|
Merge pull request #3797 from AvaloniaUI/fixes/3796-set-window-size
More window/popup sizing fixes.
# Conflicts:
# src/Avalonia.Layout/LayoutHelper.cs
|
6 years ago |
Steven Kirk
|
ed91794ee6
|
Merge pull request #3790 from Deadpikle/fix/native-file-dialog-exception
Fix native dialogs throwing InvalidCastException
|
6 years ago |
Dan Walmsley
|
7a2c570415
|
bump version
|
6 years ago |
Dariusz Komosiński
|
395b119e7b
|
Merge pull request #3571 from AvaloniaUI/update/net31
Update to .net core 3.1.
# Conflicts:
# azure-pipelines.yml
# global.json
|
6 years ago |
Dan Walmsley
|
e598e53ced
|
install dotnet core 2.0 sdk.
|
6 years ago |
Dan Walmsley
|
031e008eca
|
update nuke and castxml.
|
6 years ago |
Dan Walmsley
|
27dbbc0d04
|
fix osx build sdk / runtime.
|
6 years ago |
Dan Walmsley
|
c0eb7dad0c
|
fix tests
|
6 years ago |
Steven Kirk
|
2eabb99f83
|
Merge pull request #3747 from AvaloniaUI/fixes/contextmenu-nre
Fix ContextMenu NullReferenceException
|
6 years ago |
Steven Kirk
|
e24c5fabf1
|
Merge pull request #3745 from AvaloniaUI/fixes/3738-contextmenu-leak
Fix ContextMenu leak
# Conflicts:
# src/Avalonia.Controls/Platform/DefaultMenuInteractionHandler.cs
# tests/Avalonia.LeakTests/ControlTests.cs
# tests/Avalonia.UnitTests/MockWindowingPlatform.cs
|
6 years ago |
Dan Walmsley
|
5b3c63c5ab
|
fix window tests
|
6 years ago |
danwalmsley
|
114f77e1c0
|
Merge pull request #3787 from AvaloniaUI/fixes/3784-large-window-content
Fix Window/PopupRoot arrange.
# Conflicts:
# src/Avalonia.Controls/Window.cs
# tests/Avalonia.Controls.UnitTests/WindowTests.cs
# tests/Avalonia.Layout.UnitTests/FullLayoutTests.cs
# tests/Avalonia.UnitTests/MockWindowingPlatform.cs
|
6 years ago |
Nikita Tsukanov
|
e1b20598aa
|
Merge pull request #3783 from AvaloniaUI/x11-ignore-xi2-for-dialog-parent
[X11] Special handling for XI2 events when window is blocked by child dialog
|
6 years ago |
Steven Kirk
|
754c5db232
|
Merge pull request #3713 from AvaloniaUI/x11-immediate-renderer-shim
Immediate rendering support for X11 platform via render loop
|
6 years ago |
Steven Kirk
|
83f786f428
|
Merge pull request #3693 from donandren/issues/3692
Multibinding issue #3692 fixed
|
6 years ago |
Steven Kirk
|
ebf4f90be4
|
Merge pull request #3678 from AvaloniaUI/fixes/2838-style-or
Fix XAML compiler handling of comma/or style selector.
|
6 years ago |
Dan Walmsley
|
91563337d5
|
pin sdk
|
6 years ago |
danwalmsley
|
d8e4e56e92
|
Merge pull request #3711 from AvaloniaUI/fix-gtk-initial-name
Fixed InitialFileName for GTK-based file dialog
|
6 years ago |
danwalmsley
|
4e5cec2d9e
|
Merge pull request #3712 from AvaloniaUI/x11-remove-transient-hint
[X11, FlyWM] Completely remove WM_TRANSIENT_FOR property
|
6 years ago |
Dan Walmsley
|
401c03a1a8
|
bump version.
|
6 years ago |
Dan Walmsley
|
510d7ad123
|
Revert "Merge pull request #3570 from AvaloniaUI/fixes/3569-window-sizing"
This reverts commit 4f84e07418.
|
6 years ago |
Dan Walmsley
|
5247c38deb
|
bump version.
|
6 years ago |