Dariusz Komosinski
220a8a8df9
Use cheaper transforms in Viewbox.
4 years ago
Steven Kirk
0a56ae8fd5
Merge pull request #8122 from AvaloniaUI/fixes/viewbox-logical-parent
Don't expose Viewbox container as logical child.
4 years ago
Steven Kirk
4aea11d33c
Merge branch 'master' into fixes/viewbox-logical-parent
4 years ago
Jumar Macato
049dc0bf6c
Merge pull request #8134 from speles/volume_names_fixes
Fixes related to `ManagedFileChooser` handling of "complex" volume names
4 years ago
Jumar Macato
2c178071f5
Merge branch 'master' into volume_names_fixes
4 years ago
Jumar Macato
12ecfde832
Merge pull request #8148 from AvaloniaUI/move-default-themes
Move Fluent/Default themes out of main package
4 years ago
Steven Kirk
8d3af8a9b4
Added some explanatory comments.
4 years ago
Steven Kirk
dbfa0f361a
Merge branch 'master' into fixes/viewbox-logical-parent
4 years ago
Jumar Macato
c01f44cfa6
Merge branch 'master' into move-default-themes
4 years ago
Max Katz
9d8afc9586
Merge pull request #8139 from Macabresoft/master
Utilizing TextLayout's LineHeight in TextBox and TextPresenter
4 years ago
Max Katz
4c039cbf7c
Move Fluent/Default themes out of main package
4 years ago
Brett Story
36259c506e
Merge branch 'master' into master
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
Max Katz
9385175de1
Merge pull request #8141 from wieslawsoltes/fixes/FixPointerMovedEventNameRegistration
Fix PointerMovedEvent name registration
4 years ago
Brett Story
67ed5b7f1b
Merge branch 'master' of github.com:Macabresoft/Avalonia
Merge
4 years ago
Brett Story
dbf25230b4
Utilizing AddOwner for LineHeight on TextBox
4 years ago
Wiesław Šoltés
f3e2d45e19
Fix tests
4 years ago
Wiesław Šoltés
bea7438f9a
Fix PointerMovedEvent name registration
4 years ago
Brett Story
0dbb8bfdf4
Merge branch 'master' into master
4 years ago
Max Katz
1eef75ebda
Merge pull request #8137 from MarchingCube/calendar-perf-fixes
Calendar tweaks for perf
4 years ago
Brett Story
5618cc03e4
Utilizing TextLayout's LineHeight in TextBox and TextPresenter
4 years ago
Dariusz Komosinski
646cefa8cc
Enable test that was skipped for two years.
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 Komosiński
61f7a7580f
Merge pull request #8131 from MarchingCube/style-fixes-and-cleanup
Optimize memory usage of styles and fix ordering issue in devtools.
4 years ago
Dariusz Komosinski
90b67c3b9f
Modify test setup so actual framework classes are used.
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
Max Katz
8a3c662bec
Merge pull request #8126 from wieslawsoltes/fixes/FixTimePickerPropertyRegistrations
Fix property owner type registrations
4 years ago
Max Katz
3673c8a1ee
Merge branch 'master' into fixes/FixTimePickerPropertyRegistrations
4 years ago
Max Katz
32653aeaed
Merge pull request #8127 from wieslawsoltes/fixes/FixContentPresenterFieldPropertyTypes
Fix ContentPresenter property field types
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
Max Katz
4c1afa2dff
Merge pull request #8119 from AvaloniaUI/feature/ireflectabletype
Added support for IReflectableType in InpcPropertyAccessorPlugin
4 years ago
Max Katz
d365312d30
Merge branch 'master' into feature/ireflectabletype
4 years ago
Max Katz
11737d94dd
Merge pull request #8075 from pr8x/adorner-layer-canvas
Fixing Canvas positioning for AdornerLayer
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
Luis v.d.Eltz
421cbb951f
Merge branch 'master' into adorner-layer-canvas
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