Max Katz
db78f7c870
Update angle to 2.1.0.2023020321
3 years ago
workgroupengineering
41966d314f
fix: Builld
3 years ago
Giuseppe Lippolis
b1ca75a30b
fix: Address review
3 years ago
Steven Kirk
eb1aa547a8
Fix default transparency level.
The macOS backend sets up a window with a transparency level of `None` but the managed code thinks it's `Transparent`, meaning that making the window transparent did nothing as it thinks it's already set.
Fixes #8419
3 years ago
Giuseppe Lippolis
93396ea6d8
perf: Animatable small adjust
- delegate caching
- try to partially avoid changing the Transitions property during subscribe/unsubscribe operations
3 years ago
Benedikt Stebner
42f8c58aef
Update teste for the new typeface
3 years ago
Giuseppe Lippolis
5ff8dc97fd
fix: Linux Framebuffer nullable
3 years ago
Giuseppe Lippolis
84cd896cd8
fix: Waring CS0618 ListItemAutomationPeer
3 years ago
Benedikt Stebner
14fba2e53a
Rework HitTestTextRange
3 years ago
Giuseppe Lippolis
96bda93119
fix: DevGenerator Nullable
3 years ago
Dmitry Zhelnin
936d4c3448
Animatable: handle transitions subscription when contol is added or removed from visual tree
3 years ago
Dmitry Zhelnin
69b3db42a2
Cleanup attributes
Enable rules CA1018: Mark attributes with AttributeUsageAttribute; CA1813: Avoid unsealed attributes
3 years ago
Emmanuel Hansen
4a4ce0f839
fix scroll snap points attached properties
3 years ago
Benedikt Stebner
b0a2ae99e4
Fix default GlyphRun.BaselineOrigin
Add a unit test
3 years ago
workgroupengineering
a22249b898
fix: remarks
3 years ago
Giuseppe Lippolis
86dc4042ab
fix: misc warning
- Warning CA1815 PlatformGraphicsExternalImageProperties should override Equals Avalonia.Base (net6.0) \src\Avalonia.Base\Platform\PlatformGraphicsExternalMemory.cs 7 N/A
- Warning CA1823 Unused field 'ProximityPoints' Avalonia.Controls (net6.0) src\Avalonia.Controls\Presenters\ScrollContentPresenter.cs 18 N/A
- Warning CS0169 The field 'VulkanDemoControl._vkInstance' is never used GpuInterop samples\GpuInterop\VulkanDemo\VulkanDemoControl.cs 19 N/A
- Warning CS0169 The field 'VulkanDemoControl._api' is never used GpuInterop samples\GpuInterop\VulkanDemo\VulkanDemoControl.cs 20 N/A
- Warning CS0219 The variable 'isZooming' is assigned but its value is never used ControlCatalog (netstandard2.0) samples\ControlCatalog\Pages\GesturePage.cs 73 N/A
- Warning xUnit2004 Do not use Assert.Equal() to check for boolean conditions. Avalonia.IntegrationTests.Appium tests\Avalonia.IntegrationTests.Appium\WindowTests_MacOS.cs 267 N/A
3 years ago
Max Katz
35662ad4cb
Allow only well known ThemeVariant values in xaml compiler, add more documentation.
3 years ago
Julien Lebosquain
0fa4263354
Fixed overlay graph on high DPI screens
3 years ago
Julien Lebosquain
cba57d8008
Create DiagnosticTextRenderer on the UI thread
3 years ago
Julien Lebosquain
e97a8cfa38
Made LayoutPassTiming internal
3 years ago
rabbitism
aeb4313487
feat: add SelectAll hotkey support.
3 years ago
Julien Lebosquain
5e13c5b59a
Implemented layout and render time graph overlays
3 years ago
Benedikt Stebner
743e1fa040
Fix WrapWithOverflow handling for textlines that contain TextEndOfParagraph runs
3 years ago
Benedikt Stebner
3f6cb82241
Add failing test
3 years ago
robloo
281d30747d
Switch TreeViewItem.IsExpanded to a StyledProperty
Includes other small fixes and updates
3 years ago
Emmanuel Hansen
98b52c73f0
only set pointer events to handled in button if click is triggered
3 years ago
Dmitry Zhelnin
0b726e1eff
add Style and ControlTheme to WellKnownTypes
3 years ago
Dmitry Zhelnin
a2c7f67c41
throw XamlParseException if there are duplicate property setters in style or control theme
3 years ago
Giuseppe Lippolis
04ed8e9eef
fix: xml comment
3 years ago
Giuseppe Lippolis
58c23a7efc
fix: misc compilation errors after merge PRs #10078 #10120
3 years ago
Max Katz
f5a81d71e2
Introduce TopLevelImpl.TryGetFeature instead of having multiple interfaces per feature
3 years ago
Emmanuel Hansen
5e50f99567
remove snapping from pointer wheel
3 years ago
Max Katz
90f48b040b
Update src/Markup/Avalonia.Markup.Xaml.Loader/CompilerExtensions/XamlIlBindingPathHelper.cs
3 years ago
Max Katz
6e271ed069
Fix test cases with DataTemplates
3 years ago
Max Katz
768119f5fd
Rename file as well
3 years ago
Max Katz
e9a01c6c21
Update naming
3 years ago
Max Katz
df187e8376
Update xml doc
3 years ago
Max Katz
d8d2240ecb
Implement support for DataTypeInheritFromAttribute
3 years ago
Nikita Tsukanov
45b1f7b23d
Addressed PR comments
3 years ago
Nikita Tsukanov
a0adee3d00
Added a ctor for populating WriteableBitmap with initial data
3 years ago
Nikita Tsukanov
abf8819947
Implemented pixel format transcoding for Bitmap and WriteableBitmap
3 years ago
Max Katz
1642d00f11
Make public some more missed events
3 years ago
daniel
2a8c1de765
Call to Dispose from UIThread
3 years ago
Steven Kirk
0065a962ac
Move ItemsRepeater to separate assembly.
3 years ago
Max Katz
9365bbefa3
Make AnonymousObserver public and LightweightObservableBase internal
3 years ago
Emmanuel Hansen
1afbfbc4f5
skip snapping if no snappoints are availble.
3 years ago
rabbitism
9ca156d6a6
fix: fix RadioButton empty GroupName behavior.
3 years ago
Emmanuel Hansen
c52ff2722d
animate refresh container scrollviewer instead of scrollviewer content
3 years ago
robloo
a8aa64b4c0
Fix handling of full-length hex values with '#' symbol in ColorPicker
This allows pasting i.e. '#FFFFFFFF' in the hex input text box
3 years ago
Nikita Tsukanov
6bdf0eacc7
Removed legacy renderers
3 years ago