Steven Kirk
35db70c8d4
Don't expose viewbox container as logical child.
#7735 introduced an internal container control which hosts the child, but it exposed this child in the logical tree, breaking any styles which relied on the `Viewbox.Child` being the logical child of the `Viewbox`.
Fix this by introducing a simple internal `ViewboxContainer` control as the container.
4 years ago
Max Katz
204b4c1551
Merge pull request #8114 from wieslawsoltes/fixes/PropertyNames
Fix property registrations
4 years ago
Wiesław Šoltés
6e1d9caaaa
Merge branch 'master' into fixes/PropertyNames
4 years ago
Wiesław Šoltés
1e3c5642a3
Fix ConicGradientBrush property registrations
4 years ago
Wiesław Šoltés
409d673215
Fix MaximumRowsOrColumnsProperty registration name
4 years ago
Wiesław Šoltés
a90c4d4f22
Use correct property name
4 years ago
Max Katz
28f8bf8fbc
Merge pull request #8115 from Kaktusbot/fix-missing-avalonialist-notifycountchanged
Fix missing NotifyCountChanged in AvaloniaList.AddRange
4 years ago
Kaktusbot
5eca6cc83e
Add test to AvaloniaList.AddRange to notify Count property changed
4 years ago
Kaktusbot
da7eecec07
Fix missing NotifyCountChanged in AvaloniaList.AddRange
4 years ago
Wiesław Šoltés
2d6bd60f69
Rename
4 years ago
Wiesław Šoltés
05fe5fb4eb
Fix owner for WindowManagerAddShadowHintProperty property
4 years ago
Wiesław Šoltés
c6eb413844
Use AddOwner for PlacementRectProperty
4 years ago
Wiesław Šoltés
da640adb0c
Fix PaneTemplateProperty property owner
4 years ago
Wiesław Šoltés
ee33319be1
Fix TickPlacementProperty property owner
4 years ago
Wiesław Šoltés
3880f1abf4
Fix PasswordCharProperty owner
4 years ago
Wiesław Šoltés
d2475dd53b
Fix owner of IsTextSearchEnabled property
4 years ago
Wiesław Šoltés
d8e01f0e1a
Fix DockPanel property name registrations
4 years ago
Wiesław Šoltés
665b0fa3b6
Fix TextPresenter property name registrations
4 years ago
Wiesław Šoltés
65ed75970d
Fix TextBox property name registrations
4 years ago
Dan Walmsley
1b4dc49aca
Merge pull request #8112 from AvaloniaUI/osx-nswindow-refactor-part4
[OSX] cache IsClientAreaExtendedToDecorations, and apply it when NSPa…
4 years ago
Dan Walmsley
08487446d9
[OSX] cache IsClientAreaExtendedToDecorations, and apply it when NSPanel / NSWindow is created and Shown.
4 years ago
Max Katz
80ffdc2a24
Merge pull request #8091 from AvaloniaUI/osx-nswindow-refactor-part3
Osx nswindow refactor part3
4 years ago
Dan Walmsley
0d9d80b6a5
Merge branch 'master' into osx-nswindow-refactor-part3
4 years ago
Nikita Tsukanov
2f1ffbd81e
Make ThreadSafeObjectPool actually thread safe ( #8106 )
* Make ThreadSafeObjectPool actually thread safe
4 years ago
Dan Walmsley
0759580fe7
Merge branch 'master' into osx-nswindow-refactor-part3
4 years ago
Dan Walmsley
5a027c585a
Merge pull request #8103 from AvaloniaUI/fixes/deterministic-builds
Fixes/deterministic builds
4 years ago
Dan Walmsley
c756f812ec
remove shadow invalidation hack.
4 years ago
Dan Walmsley
2ece92cf5e
Merge remote-tracking branch 'origin/master' into osx-nswindow-refactor-part3
# Conflicts:
# native/Avalonia.Native/src/OSX/WindowBaseImpl.mm
4 years ago
Dan Walmsley
0638a7dc9f
Merge pull request #8089 from AvaloniaUI/fixes/min-size-titlebar-glitch
OSX: use content min/max size for minsize.
4 years ago
Dan Walmsley
3600639d39
re-create NSWindow if we call show and need to swap out for a dialog.
4 years ago
Dan Walmsley
99e07e68d5
remove unnecessary cast.
4 years ago
Dan Walmsley
d6a4a6c901
ensure cast to protocol instead of concrete types.
4 years ago
Dan Walmsley
32f2233a09
Merge branch 'master' into osx-nswindow-refactor-part3
4 years ago
Dan Walmsley
1cca34f56e
actually create nspanels for dialogs.
4 years ago
Dan Walmsley
f008e403cf
make it compile 2 versions is AvnWindow (NSWindow / NSPanel version)
fix include mess, and pragma once.
4 years ago
Dan Walmsley
cd9be07ced
ensure menu gets applied.
4 years ago
Dan Walmsley
8be332ab1d
make AvnWindowProtocol
4 years ago
Dan Walmsley
0ac5a1c808
set min and max when creating window.
4 years ago
Dan Walmsley
e76887fe25
INSWindowHolder uses NSView and NSWindow types.
4 years ago
Dan Walmsley
2372155995
only create the window if reference is null
4 years ago
Jumar Macato
8ce4180c1d
Merge pull request #8090 from AvaloniaUI/fix/no-managed-dialogs-in-controlcatalog
4 years ago
Dan Walmsley
0ee1a7e391
add explanation for init with content size.
4 years ago
Dan Walmsley
1eb39b7d3e
Merge remote-tracking branch 'origin/master' into osx-nswindow-refactor-part3
4 years ago
Dan Walmsley
4cba4519f3
only create the NSWindow when show is called. Cache sizes until needed.
4 years ago
Jumar Macato
eefa4bd871
Merge branch 'master' into fix/no-managed-dialogs-in-controlcatalog
4 years ago
Steven Kirk
90f6143c58
Don't use managed dialogs by default in ControlCatalog.
It means that system dialogs never get properly tested.
4 years ago
Dariusz Komosiński
a755a2777e
Merge pull request #8088 from MarchingCube/replace-image-magick
Replace ImageMagick with ImageSharp for render test comparisons.
4 years ago
Dan Walmsley
66d7ffe2e9
use content min/max size for minsize.
4 years ago
Dariusz Komosinski
174b94f3b4
Replace ImageMagick with ImageSharp for render test comparisons.
4 years ago
Dan Walmsley
01c6ccfda4
Merge pull request #8085 from AvaloniaUI/osx-nswindow-refactor-part2
Osx nswindow refactor part2
4 years ago