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 |
danwalmsley
|
757220107b
|
Merge pull request #3699 from AvaloniaUI/fixes/osx-dont-zoom-when-normal-state-selected
OSX backend calls OnResized to keep WindowState inSync.
# Conflicts:
# native/Avalonia.Native/src/OSX/window.mm
|
6 years ago |
Dan Walmsley
|
823187e306
|
bump version
|
6 years ago |
Jumar Macato
|
285398c217
|
Merge pull request #3698 from AvaloniaUI/non-mapped-wm-state
[X11] When not mapped change _NET_WM_STATE property directly
|
6 years ago |
Jumar Macato
|
ea200b00e9
|
Merge pull request #3696 from AvaloniaUI/treeviewitem-header-stretch
Don't constrain header's ContentPresenter on TreeViewItem
|
6 years ago |
Dan Walmsley
|
3e039f5229
|
Merge branch 'stable/0.9' of https://github.com/AvaloniaUI/Avalonia into stable/0.9
|
6 years ago |
danwalmsley
|
f578639d75
|
Merge pull request #3680 from AvaloniaUI/fix/osx-window-state-binding
Fix OSX binding to WindowState.
|
6 years ago |
Jumar Macato
|
2993908142
|
Merge pull request #3595 from AvaloniaUI/fix-scroll-recognizer
Inertial scrolling fix
|
6 years ago |
danwalmsley
|
b996d06522
|
Merge pull request #3613 from AvaloniaUI/osx-potential-deadlock-in-user-code
OSX - fix potential deadlock with user code
|
6 years ago |
Jumar Macato
|
a819eff46c
|
Merge pull request #3585 from AvaloniaUI/fixes/3584-convert-timespan
Use TypeConverters in TypeUtilities.TryConvert
|
6 years ago |
Nikita Tsukanov
|
c030e8a980
|
Fix inertial scrolling
|
6 years ago |
Jumar Macato
|
4f84e07418
|
Merge pull request #3570 from AvaloniaUI/fixes/3569-window-sizing
Fix window sizing
|
6 years ago |
Steven Kirk
|
fc3278d171
|
Merge pull request #3553 from AvaloniaUI/fixes/3550-menu-sizing
Prevent reentrancy in LayoutManager.ExecuteInitialLayoutPass
|
6 years ago |
Jumar Macato
|
bebe0ca88e
|
Merge pull request #3581 from AvaloniaUI/fixes/3544-osx-window-close-crash
Fix: dont crash when closing window on OSX.
|
6 years ago |
Steven Kirk
|
ff868c8e1e
|
Merge pull request #3558 from AvaloniaUI/fixes/3365-icon-null
Allow assigning null to Window.Icon.
|
6 years ago |
Steven Kirk
|
8e452a1e4f
|
Merge pull request #3557 from AvaloniaUI/fixes/3426-selecting-disabled-control
Don't select disabled controls with keyboard
|
6 years ago |
Steven Kirk
|
82a0f0e476
|
Merge pull request #3537 from MarchingCube/fix-weak-event-manager-compact
WeakEventHandlerManager: Ensure that weak refs with collected refs are compacted as well.
|
6 years ago |
Nikita Tsukanov
|
a3ab1578cd
|
Removed C# 8.0 feature usage
|
6 years ago |
Dan Walmsley
|
1eb3d87510
|
remove nullable directive.
|
6 years ago |
Dan Walmsley
|
e14ff7630f
|
bump version
|
6 years ago |
Dan Walmsley
|
0318220253
|
Update (c) year to 2020
# Conflicts:
# build/SharedVersion.props
|
6 years ago |
Nikita Tsukanov
|
b22a2869c2
|
Merge pull request #3477 from AvaloniaUI/fixes/osx-exception-swallowing-before-mainloop
Check if an exception was thrown before entering the mainloop.
|
6 years ago |