Dan Walmsley
4518ba1571
allow disabling of osx menu export.
4 years ago
Sergey Mikolaytis
634cb5e778
[OSX] Refactor Native App Menu. Move default menu initialization code from ObjC to C#. ( #6909 )
* [NativeMenu] [Refactoring] Move Default Menu creation from native lib to C# (C# side of code)
* fix return type for IAvnApplicationCommands
* [Native] menu refactoring (ObjC side)
* fix nullref
* minor refactor
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
Co-authored-by: Dan Walmsley <dan@walms.co.uk>
4 years ago
Max Katz
283e9aa92a
Merge pull request #7110 from AvaloniaUI/fixes/2398-osx-bring-window-to-front-when-activated
[OSX] bring window to front when Activate() is called.
4 years ago
Dan Walmsley
7ca5c81f28
Merge pull request #7144 from AvaloniaUI/fixes/wasm-props
Fixes/wasm props
4 years ago
Dan Walmsley
3bf184271c
fix incorrect extension of props file for Avalonia.Web.Blazor
4 years ago
Dan Walmsley
503f7ddf4b
Merge pull request #7134 from AvaloniaUI/fixes/wasm-mem-usage
fix memory issues in wasm apps.
4 years ago
erri120
3a4f4950f0
Fix condition in HotKeyProperty.Changed handler ( #7096 )
* Fix condition in HotKeyProperty.Changed handler
See #7095 for more information. The condition originally existed to warn
about binding the HotKeyProperty to a Control that does not implement
ICommandSource.
* Ignore null HotKey in HotKeyProperty.Changed
4 years ago
Max Katz
22bab40d6a
Merge pull request #7094 from timunie/fix/DataGridHeaderToBeStyledProperty
fix: Make DataGridColumn.Header and .HeaderTemplate a DirectProperty
4 years ago
Max Katz
15a406296c
Merge pull request #7082 from AvaloniaUI/fixes/avalonia-collections-nullability
Add nullable annotations to Avalonia.Collections.
4 years ago
Max Katz
6f7f6ed8e9
Merge pull request #7080 from timunie/feature/DataGridHeaderTemplate
Add Property DataGridColumn.HeaderTemplate
4 years ago
Steven Kirk
d914a96654
Nullable annotations for AvaloniaObject/AvaloniaProperty etc. ( #7078 )
* Add nullable annotations...
...to `AvaloniaObject`/`AvaloniaProperty`-related classes and a few other uncontroversial files.
* Check for null before first use.
* Don't need this check as base class does it.
# Conflicts:
# src/Avalonia.Styling/Styling/Activators/PropertyEqualsActivator.cs
# src/Avalonia.Styling/Styling/PropertyEqualsSelector.cs
4 years ago
Max Katz
59a75d0155
Merge pull request #7071 from simonhaines/fixes/popup-positioning
Fix issues with positioning of non-overlay popups
4 years ago
Dan Walmsley
395ab1ab1e
Merge pull request #7053 from AvaloniaUI/upgrade-azure-windows-image
use vs2022 azure image.
4 years ago
Max Katz
a27e43d194
Merge pull request #7049 from workgroupengineering/fixes/Issue_7048
fixes: Window Control missing call base.OnPropertyChanged on override.
4 years ago
Steven Kirk
c984fee6be
Merge pull request #7044 from Gillibald/feature/handleTabstopps
Handle TabStopps
4 years ago
Jumar Macato
c5eb4294ed
Merge pull request #7028 from AvaloniaUI/dialog-microcom
Use MicroCOM for Win32 dialogs implementation + minor fixes
4 years ago
Steven Kirk
054a65ae45
Merge pull request #7021 from timunie/fix/CalendarPageSwitchDoNotChangeSelection
Fix: [Calendar] pointer wheel and page keys should not change the selection
4 years ago
Max Katz
eaff3845a5
Merge pull request #7016 from yankun/master
Fix slider behaviour for bigger thumbs
4 years ago
Dan Walmsley
c7932f4027
Merge pull request #7015 from ltetak/osx_dnd
OSX do not enforce DND copy effect
4 years ago
Dan Walmsley
eb015e2bdf
Merge pull request #7006 from gabornemeth/issue/6677-macos
fix stuck tooltips on macOS
4 years ago
Max Katz
e119537839
Merge pull request #6860 from ltetak/datagrid_layoutrounding
DataGridColumn - fix LayoutRoundedWidth with DPI scaling applied
4 years ago
Steven Kirk
a49491bdcf
Merge pull request #6854 from gabornemeth/treeview_custom_items
type of the TreeView's items can be customized
4 years ago
GMIKE
e0b59d9323
Merge pull request #6836 from RomanSoloweow/master
Border StrokeDashArray
4 years ago
Dan Walmsley
735181f887
Merge pull request #7029 from AvaloniaUI/features/web
Avalonia.Web (wasm)
4 years ago
Max Katz
f87dc4dda7
Merge pull request #7043 from AvaloniaUI/fixes/allow-binding-flyout-isopen
make IsOpenProperty on flyoutbase public.
4 years ago
Dan Walmsley
db63c13c1b
Merge pull request #6883 from AvaloniaUI/linux-shutdown-prevention-xsmp
Implement IPlatformLifetimeEvents for X11/Linux
4 years ago
Steven Kirk
ab812bb534
Merge pull request #6964 from workgroupengineering/fixes/Warnings_CS0108_1
fixes: CS0188 'RemoteServer.EmbeddableRemoteServerTopLevelImpl.LostFo…
4 years ago
Jumar Macato
cf91a06ce4
Merge pull request #6915 from AvaloniaUI/update/samples-tests-net6
Update samples/tests to net6.0
4 years ago
Jumar Macato
b8d42246ee
Merge pull request #6912 from AvaloniaUI/fixes/microcomgenerator
Don't multi-target MicroComGenerator.
4 years ago
Nikita Tsukanov
7101d4e3f2
Merge pull request #6894 from YohDeadfall/optimize-gestures
Setting weak reference target instead of field
4 years ago
Max Katz
25de5547b2
Merge pull request #6839 from workgroupengineering/fixes/Issue_6838
fixes(DevTools): Double subscribe/unsubscribe INotifyPropertyChanged
4 years ago
Tako
33c53c8141
Merge pull request #6812 from workgroupengineering/fixes/Warnings_CS0618_Missing
fixes: Missing CS0618
4 years ago
Steven Kirk
e9e64d0fb5
Merge pull request #6808 from workgroupengineering/fixes/Warning_CS0067
fix: Warning CS0067 The event is never used
4 years ago
Tako
a8fe6eda6e
Merge pull request #6804 from Takoooooo/cleanup_signed_build_usage
Remove temporary changes made during migration to signed builds
4 years ago
Jumar Macato
d882272b23
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
Max Katz
a7051c566e
Merge pull request #6973 from Fruchtzwerg94/patch-1
Expander properties to all directions
4 years ago
Dan Walmsley
3dba0e00ec
Merge pull request #6972 from workgroupengineering/features/Issue_6971
feat: Allow to debug XamlIl Compilation
4 years ago
Jumar Macato
5a4955ae63
Merge pull request #6970 from donandren/issues/6969
Investigation of animation system failure issue #6969
4 years ago
Steven Kirk
a8eb37381f
Merge pull request #6963 from workgroupengineering/fixes/Micro_Optimization_1
fixes: Unnecessary re throw
4 years ago
Max Katz
3db3f56e6d
Merge pull request #6954 from workgroupengineering/fixes/DevTools_CS8618
fixes(DevTools): Null Annotations
# Conflicts:
# src/Avalonia.Diagnostics/Diagnostics/ViewModels/ControlDetailsViewModel.cs
4 years ago
Jumar Macato
4389943b43
Merge pull request #6950 from Al-Dyachkov/fix-xa-wm-name
Fixed missing XA_WM_NAME remove on empty window Title
4 years ago
Dan Walmsley
a7ba863c13
Merge pull request #6926 from AvaloniaUI/fixes/6827-osx-non-client-click
macOS: Only raise non-client click when outside view client area.
4 years ago
Jumar Macato
3c7a231567
Merge pull request #6925 from AvaloniaUI/fix-copypasta
Fix copy-pasta
4 years ago
Dan Walmsley
9582f20688
Merge pull request #6913 from AvaloniaUI/fix-trayicon-command-executes-twice
Fix TrayIcon commands executes twice
4 years ago
Max Katz
b3d10dd6e2
Merge pull request #6907 from YohDeadfall/use-args
Use event args to get value instead of field
4 years ago
Steven Kirk
ce639e2ce8
Merge pull request #6900 from AvaloniaUI/fixes/6899-rtb-transformedbounds
Don't update TransformedBounds from RenderTargetBitmap.
4 years ago
Dan Walmsley
fe542958ee
Merge pull request #6896 from AvaloniaUI/fixes/clipping-rendering-issues-osx
Fixes/clipping rendering issues osx
4 years ago
Dan Walmsley
fd99a232d9
Merge pull request #6902 from AvaloniaUI/features/net6-support
net6.0 sdk
4 years ago
Dan Walmsley
cdf1546a28
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
82c3ff20f2
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