Max Katz
|
167065fd06
|
Merge pull request #8147 from wieslawsoltes/fixes/AddMissingRoutedEventsProperties
Routing event fixes
|
4 years ago |
Max Katz
|
a66bdcf87f
|
Merge branch 'master' into fixes/AddMissingRoutedEventsProperties
|
4 years ago |
Max Katz
|
835b5c858c
|
Merge pull request #8125 from timunie/fix/DataGridCellNotShrinkingIssue
Fix DataGridRow resizing issue
|
4 years ago |
Max Katz
|
3fe6c689c7
|
Merge branch 'master' into fix/DataGridCellNotShrinkingIssue
|
4 years ago |
Dariusz Komosiński
|
b28df22bd5
|
Merge pull request #8152 from MarchingCube/viewbox-transform-tweak
Use cheaper transforms in Viewbox.
|
4 years ago |
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 |
Tim
|
6af71c36de
|
Fix DataGridRow resizing issue
|
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 |
Wiesław Šoltés
|
1397b897f3
|
Merge branch 'master' into fixes/AddMissingRoutedEventsProperties
|
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 |
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 |
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 |
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 |