Benedikt Stebner
006aef2388
Rework hit testing to not rely on cluster values and instead use the currently covered TextSourceLength
4 years ago
Max Katz
2863021498
Update Avalonia.DesignerSupport.csproj
4 years ago
Dariusz Komosinski
220a8a8df9
Use cheaper transforms in Viewbox.
4 years ago
Tim
6af71c36de
Fix DataGridRow resizing issue
4 years ago
Wiesław Šoltés
0a7955420f
Fix
4 years ago
Wiesław Šoltés
0b99106f85
Revert
4 years ago
Wiesław Šoltés
8e8f3ec15f
Revert
4 years ago
Wiesław Šoltés
dc84ea7ede
Revert
4 years ago
Wiesław Šoltés
a901ab38ac
Revert
4 years ago
Wiesław Šoltés
3cb16c731c
Revert
4 years ago
Steven Kirk
8d3af8a9b4
Added some explanatory comments.
4 years ago
Brett Story
b26dc16827
Fixing AddOwner on LineHeight for TextPresenter
4 years ago
Brett Story
8b9883e0d3
TextBox and TestPresenter use AddOwner from TextBlock for LineHeight
4 years ago
Wiesław Šoltés
a531335da4
Annotate handler parameter as can be null
4 years ago
Wiesław Šoltés
6af332b7d0
Use nameof in RoutedEvent.Register
4 years ago
Wiesław Šoltés
6e2dea0fa0
Add WindowClosed and WindowOpened property
4 years ago
Wiesław Šoltés
f553c44c84
Use nameof
4 years ago
Wiesław Šoltés
149a51e366
Add IsSelectedChanged property
4 years ago
Wiesław Šoltés
ef74802035
Add RequestBringIntoView property
4 years ago
Brett Story
dbf25230b4
Utilizing AddOwner for LineHeight on TextBox
4 years ago
Wiesław Šoltés
bea7438f9a
Fix PointerMovedEvent name registration
4 years ago
Brett Story
5618cc03e4
Utilizing TextLayout's LineHeight in TextBox and TextPresenter
4 years ago
Dariusz Komosinski
f7fe24e29a
Remove event handler allocations done in a loop from CalendarItem.
4 years ago
Sviatoslav Peleshko
97765b522c
Unescape volumes labels read from /dev/disk/by-label folder
This makes volumes with labels containing some special characters (e.g.
whitespace, tab, etc.) to show up correctly in the ManagedFileChooser
dialog.
4 years ago
Sviatoslav Peleshko
56b5af0da6
Unescape mount point paths read from /proc/mounts
This makes mounts that have symbols " \t\n\\" actually appear in the
volumes list in the ManagedFileChooser dialog.
4 years ago
Sviatoslav Peleshko
a8809e04f9
Use the correct size for the symlink path buffer
This fixes crashes when the path has non-ASCII characters
4 years ago
Dariusz Komosinski
6c7dc426fc
Missing property changes.
4 years ago
Dariusz Komosinski
b34095fda3
Optimize memory usage of styles and fix ordering issue in devtools.
4 years ago
Wiesław Šoltés
08cbec6f23
Fix ContentPresenter property field types
4 years ago
Wiesław Šoltés
2ee9411830
Fix SelectingItemsControl WrapSelection property owner
4 years ago
Wiesław Šoltés
ccce304c69
Fix TimePicker property registrations
4 years ago
Steven Kirk
36fefd8717
Fix copypasta.
Co-authored-by: Max Katz <maxkatz6@outlook.com>
4 years ago
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
Nikita Tsukanov
a5b2eb08d4
Added support for IReflectableType in InpcPropertyAccessorPlugin
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
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
08487446d9
[OSX] cache IsClientAreaExtendedToDecorations, and apply it when NSPanel / NSWindow is created and Shown.
4 years ago
Nikita Tsukanov
2f1ffbd81e
Make ThreadSafeObjectPool actually thread safe ( #8106 )
* Make ThreadSafeObjectPool actually thread safe
4 years ago