Dan Walmsley
b142fbbba4
add documentation for NeedsUpdate event.
6 years ago
Dan Walmsley
2b0573f24c
Hide RaiseNeedsUpdate method.
6 years ago
Dan Walmsley
1bbea47c65
fix disposing native menus / events
6 years ago
Dan Walmsley
17d17ffe82
add example of updating inside click
6 years ago
Dan Walmsley
24ea90e2ef
working updating menus inside needsupdate event.
6 years ago
Dan Walmsley
e0a5aaf313
allow creating menu with events.
6 years ago
Dan Walmsley
4aa10242cc
rename interfaces and fix most native code warnings.
6 years ago
Dan Walmsley
f00fe63010
Merge branch 'master' into features/updatable-native-app-menu
6 years ago
Dan Walmsley
756adb5dd5
fix designer tests.
6 years ago
Dan Walmsley
5de93378cf
fix designer tests.
6 years ago
Dan Walmsley
c387f6cdaa
designer targets dotnetcoreapp2.0
6 years ago
Dan Walmsley
9eb06658eb
fix packaging designer.
6 years ago
Dan Walmsley
63c43f4a0b
fix avalonia.props
6 years ago
Dan Walmsley
165e238f98
fix Avalonia.csproj targetting.
6 years ago
Dan Walmsley
4ff847a831
Desktop runtime should target .netcore2.0
6 years ago
Dan Walmsley
1846a5073e
update replace script.
6 years ago
Dan Walmsley
48ab938e73
initialise ReactiveUI on AfterPlatformServicesSetup hook.
6 years ago
Nikita Tsukanov
371ae0ca6f
[X11] Cancel scheduled immediate renderer pass if renderer was stopped
6 years ago
Nikita Tsukanov
2eca7bc08a
[GTK] Use gtk_file_chooser_set_filename for open dialogs
6 years ago
danwalmsley
c8098c18dc
Merge pull request #3800 from AvaloniaUI/fixes/window-sizing-AGAIN
Fix window sizing AGAIN
6 years ago
Steven Kirk
5b5c2e44c7
Fix window sizing again.
We need to measure with the client size when `SizeToContent` is `Manual`.
6 years ago
Steven Kirk
df6dc0abb7
Fix window sizing tests.
We need to make sure the window is being measured the correct number of times to know that the measure pass is correct.
6 years ago
danwalmsley
5909ed5f5b
Merge pull request #3773 from AvaloniaUI/x11-popup-no-resized
[X11] Don't trigger Resized event on ConfigureEvent for popups
6 years ago
danwalmsley
be22d56141
Merge branch 'master' into x11-popup-no-resized
6 years ago
danwalmsley
8e9a5046bf
Merge pull request #3797 from AvaloniaUI/fixes/3796-set-window-size
More window/popup sizing fixes.
6 years ago
danwalmsley
a1a3b55542
Merge branch 'master' into fixes/3796-set-window-size
6 years ago
Steven Kirk
316b947934
Merge pull request #3790 from Deadpikle/fix/native-file-dialog-exception
Fix native dialogs throwing InvalidCastException
6 years ago
Nikita Tsukanov
3097546598
What the actual duck
6 years ago
Steven Kirk
36071851b8
Merge branch 'master' into fix/native-file-dialog-exception
6 years ago
Steven Kirk
19570abec0
Fix calculating min/max layout size.
Code ported from WPF.
6 years ago
Steven Kirk
0d109ea996
Apply all layout constraints in WindowBase.
6 years ago
Steven Kirk
ec24030bac
Added another failing PopupRoot test.
6 years ago
Steven Kirk
381815efa0
Merge pull request #3729 from AvaloniaUI/feature/scrollchanged
Implement ScrollViewer.ScrollChanged
6 years ago
Dariusz Komosiński
5ab282136c
Merge branch 'master' into feature/scrollchanged
6 years ago
Steven Kirk
945054be25
Make Window and Popup respect layout properties.
Had to remove syncing client size to `Width`/`Height` in `PopupRoot` bceause without the `SizeToContent` property it was impossible to tell whether its `Width`/`Height` came from a requested bound or from the actual window size.
6 years ago
Steven Kirk
908eef0b0d
Added failing tests for #3796 .
6 years ago
Steven Kirk
c7c18fc3fb
Merge branch 'master' into fix/native-file-dialog-exception
6 years ago
Steven Kirk
c7ecaeeb29
Merge pull request #3775 from MarchingCube/pool-deferred-renderer-state
Collection pooling for DeferredRenderer
6 years ago
Steven Kirk
2a6c36a6d5
Merge branch 'master' into pool-deferred-renderer-state
6 years ago
Steven Kirk
11d60c8aff
Merge pull request #3761 from AvaloniaUI/fixes/3760-popup-swallow-click
Don't automatically handle Popup close click
6 years ago
Steven Kirk
c04c791a42
Merge branch 'master' into fixes/3760-popup-swallow-click
6 years ago
Deadpikle
2624fa8531
Merge branch 'master' into fix/native-file-dialog-exception
6 years ago
Deadpikle
24458d05b1
Fix native dialogs throwing InvalidCastException
6 years ago
danwalmsley
8b323e77a3
Merge pull request #3787 from AvaloniaUI/fixes/3784-large-window-content
Fix Window/PopupRoot arrange.
6 years ago
Steven Kirk
c6860ceefa
Bypass ArrangeCore logic in top-level controls.
Top-level controls cannot have a `Bounds` offset, and their `(Min)/(Max)/Width` and `(Min)/(Max)/Height` reflects the client size of the actual window, so don't need to be applied at the layout level.
Fixes #3784
6 years ago
Steven Kirk
af950096cc
Added failing test for #3784 .
Had to refactor the `MockWindowingPlatform` a bit.
6 years ago
Dariusz Komosiński
c12ffa5290
Merge branch 'master' into fixes/3760-popup-swallow-click
6 years ago
Nikita Tsukanov
6c99236a03
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
Nikita Tsukanov
7a4518c7eb
Merge branch 'master' into x11-ignore-xi2-for-dialog-parent
6 years ago
Nikita Tsukanov
7a3aebe3fb
Freeze OSX castxml version to 0.2.0
6 years ago