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 |
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 |
Max Katz
|
dbba7fe309
|
Merge pull request #7555 from AvaloniaUI/fixes/7552-visibility-layout-invalidation
Fix visibility layout invalidation
|
4 years ago |
Max Katz
|
7805d4dbbb
|
Merge branch 'master' into fixes/7552-visibility-layout-invalidation
|
4 years ago |
Dan Walmsley
|
03e00d6b71
|
ensure position property is consistent before window is open.
|
4 years ago |
Steven Kirk
|
4c77f1eb3d
|
Merge pull request #8049 from AvaloniaUI/api-stability-attributes
Add attributes describing API stability.
|
4 years ago |
Steven Kirk
|
a709a2a1a0
|
Merge branch 'master' into api-stability-attributes
|
4 years ago |
Steven Kirk
|
40a9d2ff76
|
Merge pull request #8095 from sn4k3/master
Respect Window MaxWidth and MaxHeight when using any SizeToContent to Auto
|
4 years ago |
Steven Kirk
|
1cd713b42c
|
Merge branch 'master' into master
|
4 years ago |
Steven Kirk
|
4db83be6dc
|
Merge branch 'master' into pr/8095
|
4 years ago |
Steven Kirk
|
e662a9fd43
|
Added test for window max width/height.
|
4 years ago |
Dan Walmsley
|
123444bb35
|
Merge pull request #8154 from AvaloniaUI/fixes/osx-nswindow-refactor-fix-issues
|
4 years ago |
Steven Kirk
|
9f03a1f7be
|
Added additional test for visibility invalidation.
|
4 years ago |
Steven Kirk
|
ddf266d9ae
|
Invalidate measure when showing a control.
But not when hiding it.
|
4 years ago |
Dan Walmsley
|
3948f98787
|
dont static cast to protocol
|
4 years ago |
Dan Walmsley
|
4352ae72d3
|
Merge branch 'master' into fixes/osx-nswindow-refactor-fix-issues
|
4 years ago |
Dan Walmsley
|
3faebf205a
|
[OSX] ensure window state is obeyed.
|
4 years ago |
Dan Walmsley
|
168b91fd52
|
[OSX] ensure flyouts, menus and popups can be overlayed on fullscreen windows
|
4 years ago |
Wiesław Šoltés
|
3845b6a84b
|
Merge pull request #8156 from AvaloniaUI/remove-default-theme-from-designer
Remove default theme from designer support
|
4 years ago |
Max Katz
|
2863021498
|
Update Avalonia.DesignerSupport.csproj
|
4 years ago |
robloo
|
4d01810fc4
|
Move CalendarDatePicker into its own directory
|
4 years ago |
robloo
|
1abc73ba54
|
Simplify calendar popup toggling methods
|
4 years ago |
robloo
|
a517624c81
|
Open Calendar popup with Alt+Down
|
4 years ago |
robloo
|
9bac430a8e
|
Remove width set in CalendarDatePickerPage
See: https://github.com/AvaloniaUI/Avalonia/issues/7502#issuecomment-1114673564
|
4 years ago |
robloo
|
280a0cbab1
|
Merge branch 'master' into calendar-date-picker
|
4 years ago |
robloo
|
f1cd198379
|
Simplify getting changed property values
|
4 years ago |
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 |
Dan Walmsley
|
7e95fd8c4f
|
[OSX] NSWindow open at position specified by user.
|
4 years ago |
Dan Walmsley
|
8c47595ba3
|
ensure windows open at center by default.
|
4 years ago |
Dan Walmsley
|
3e8ce3deb1
|
[OSX] GetFrameSize - explicitly detect when native side didnt touch result object to signal null.
|
4 years ago |
Dan Walmsley
|
319fd1db2a
|
Merge remote-tracking branch 'origin/master' into fixes/osx-nswindow-refactor-fix-issues
|
4 years ago |
Dan Walmsley
|
845be8ae0e
|
[OSX] until window is shown FrameSize is null.
|
4 years ago |
Max Katz
|
835b5c858c
|
Merge pull request #8125 from timunie/fix/DataGridCellNotShrinkingIssue
Fix DataGridRow resizing issue
|
4 years ago |
Dan Walmsley
|
b9bbd6ff0f
|
Revert "remove redundant api GetFrameSize."
This reverts commit 05e6c9cfd9.
|
4 years ago |
Dan Walmsley
|
05e6c9cfd9
|
remove redundant api GetFrameSize.
|
4 years ago |
Max Katz
|
3fe6c689c7
|
Merge branch 'master' into fix/DataGridCellNotShrinkingIssue
|
4 years ago |
Benedikt Stebner
|
cb7fa3a507
|
Merge branch 'master' into api-stability-attributes
|
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
|
57c6db613e
|
Update OnPropertyChanged after merge.
|
4 years ago |
Steven Kirk
|
4988e207e2
|
Merge branch 'master' into fixes/7552-visibility-layout-invalidation
|
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 |