Max Katz
|
39d9a014b7
|
Fix static SetAssemblyDescriptorResolver usage in tests
|
4 years ago |
Max Katz
|
12fd949126
|
Disable AssemblyName_With_Non_ASCII_Should_Load_Avares test
|
4 years ago |
Max Katz
|
0754e29a3c
|
Address the review
|
4 years ago |
Max Katz
|
b20d563f2c
|
Merge branch 'cleanup-platformsupport' of https://github.com/AvaloniaUI/Avalonia into cleanup-platformsupport
|
4 years ago |
Max Katz
|
7f90e74f25
|
Unwanted namespace changes
|
4 years ago |
Max Katz
|
a907b942c5
|
Remove platform support projects
|
4 years ago |
Max Katz
|
6344bca71c
|
Merge branch 'master' into cleanup-platformsupport
|
4 years ago |
Max Katz
|
5034eca93a
|
Merge pull request #8176 from AvaloniaUI/fix-android-scaling
Don't cast android scaling from double to int
|
4 years ago |
Max Katz
|
17a2a4e2e0
|
Extract UnmanagedBlob to a separated file
|
4 years ago |
Max Katz
|
7fee2359dc
|
Remove Ad-Hoc/AppStore/iPhone/iPhoneSimulator configurations
|
4 years ago |
Max Katz
|
2538d2cde6
|
Copy runtime detection from dotnet/runtime repository
|
4 years ago |
Max Katz
|
ad0a06bf24
|
Merge PlatformSupport project into Avalonia.Base
|
4 years ago |
Max Katz
|
8e4d904a5a
|
Simplify some runtime platform interfaces and prefer net6 alternatives
|
4 years ago |
Max Katz
|
82538f4bf2
|
Merge branch 'master' into fix-android-scaling
|
4 years ago |
Max Katz
|
115d62e73f
|
Merge pull request #8024 from AvaloniaUI/feature/nested-styles
Nested styles
|
4 years ago |
Max Katz
|
0cab8ed885
|
Merge branch 'master' into feature/nested-styles
|
4 years ago |
Dan Walmsley
|
5d0800f4e6
|
Merge pull request #8172 from AvaloniaUI/make-menu-selection-logic-consistant-with-other-frameworks
Fix Menu selection to match UWP.
|
4 years ago |
Dan Walmsley
|
96ee3529e6
|
Merge pull request #8180 from AvaloniaUI/fixes/osx-popup-flyout-fixes
Fixes/osx popup flyout fixes
|
4 years ago |
Dan Walmsley
|
30377966e6
|
fix incorrect return value.
|
4 years ago |
Dan Walmsley
|
08439fa6f2
|
Merge remote-tracking branch 'origin/master' into fixes/osx-popup-flyout-fixes
|
4 years ago |
Dan Walmsley
|
02b3bf253a
|
add OnInitialiseNSWindow to allow inheritors to hook into NSWindow/Panel setup before being shown.
|
4 years ago |
Dan Walmsley
|
a77f9d3e54
|
add setCanBecomeKeyWindow to protocol
|
4 years ago |
Dan Walmsley
|
aa06e02c6d
|
arrange fields nicely.
|
4 years ago |
Dan Walmsley
|
e4bbebac7d
|
restore _canBecomeKeyWindow flag, important to distinguish behavior of a window and a popup.
|
4 years ago |
Takoooooo
|
1c2da897e5
|
Add comment.
|
4 years ago |
Max Katz
|
ac24ee467a
|
Update TopLevelImpl.cs
|
4 years ago |
Takoooooo
|
81eb964ae6
|
Fix Menu selection to match UWP.
|
4 years ago |
Max Katz
|
e3099fb07d
|
Merge pull request #8167 from workgroupengineering/fixes/GH-8155
fix(ExpressionNode): ensure _subscriber do not change during ValueChanged
|
4 years ago |
Giuseppe Lippolis
|
4845c10d88
|
fix(ExpressionNode): ensure _subscriber do not change during ValueChanged
|
4 years ago |
Dan Walmsley
|
060ec9694b
|
Merge pull request #8165 from AvaloniaUI/fixes/position-osx
Fix more OSX regressions
|
4 years ago |
Steven Kirk
|
593be4503d
|
Merge branch 'master' into feature/nested-styles
|
4 years ago |
Steven Kirk
|
55b19b445f
|
Remove unused vars.
|
4 years ago |
Jumar Macato
|
9750b31480
|
Merge pull request #8163 from AvaloniaUI/clear-datagrid-styles
Avoid static references in DataGrid fluent theme
|
4 years ago |
Max Katz
|
75a10efcf1
|
Avoid static references in DataGrid fluent theme
|
4 years ago |
Steven Kirk
|
0a7f34f4c6
|
Use nested styles in CheckBox template.
|
4 years ago |
Wiesław Šoltés
|
1d89fa1a46
|
Merge pull request #8160 from wieslawsoltes/fixes/FixPropertyRegistrations
|
4 years ago |
Steven Kirk
|
3fccb14174
|
Added style caching to Style children.
Extracted out the caching code from `Styles` and reuse for `Style.Children`.
|
4 years ago |
Steven Kirk
|
556adb4bc7
|
Use ^ as nesting selector.
`&` causes problems in xml files.
|
4 years ago |
Steven Kirk
|
33679377f8
|
Validate presence of nesting selector.
|
4 years ago |
Benedikt Stebner
|
50e206fd2f
|
Merge branch 'master' into fixes/FixPropertyRegistrations
|
4 years ago |
Max Katz
|
3290780ead
|
Merge pull request #7958 from robloo/calendar-date-picker
Refactor CalendarDatePicker and Update Fluent Style
|
4 years ago |
Max Katz
|
3fb2f116dc
|
Merge branch 'master' into calendar-date-picker
|
4 years ago |
Wiesław Šoltés
|
5d8474efd4
|
Fix PointerLeaveItemEvent owner
|
4 years ago |
Wiesław Šoltés
|
5f316617dd
|
Fix PointerEnterItemEvent owner
|
4 years ago |
Wiesław Šoltés
|
5dfb35ba00
|
Fix ParentProperty owner
|
4 years ago |
Wiesław Šoltés
|
7a46bf27d6
|
Fix IsOpenProperty owner
|
4 years ago |
Wiesław Šoltés
|
adc60d6340
|
Fix DelayProperty owner
|
4 years ago |
Wiesław Šoltés
|
1af1aaa4d1
|
Fix IntervalProperty owner
|
4 years ago |
Max Katz
|
374752cee5
|
Merge pull request #8158 from AvaloniaUI/fixes/osx-nswindow-refactor-position
[OSX] nswindow refactor - ensure position property is consistent before window is open.
|
4 years ago |
Max Katz
|
df4a7a590b
|
Merge branch 'master' into fixes/osx-nswindow-refactor-position
|
4 years ago |