Max Katz
0f83ccb4b0
ContentPresenter should create child without content, if template was set ( #6226 )
* Fix #6224
* Fix data templates Match
* Do not use preview features
* Do not create Child if Content is null and DataTemplate was set
* Update src/Avalonia.Base/Utilities/TypeUtilities.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
5 years ago
Max Katz
54d685a603
Merge pull request #6256 from AvaloniaUI/fixes/textlayout-transform
Fix TextLayout rendering with transform applied.
5 years ago
Steven Kirk
9718a77fa9
Skip TextLayout render tests on OSX.
They were failing due to slightly different text rendering on that platform.
5 years ago
Steven Kirk
d01590becb
Merge branch 'master' into fixes/textlayout-transform
5 years ago
Dan Walmsley
54d290af47
Merge pull request #6457 from AvaloniaUI/fixes/compositor-warning
Don't display warning when WinUICompositorConnection succeeds.
5 years ago
Dan Walmsley
273a1fc402
Merge branch 'master' into fixes/compositor-warning
5 years ago
Steven Kirk
e57cdcdd0f
Merge pull request #6456 from wieslawsoltes/SkiaOpacityMaskFixesRevert
Revert "Fix skia OpacityMask push and pop methods"
5 years ago
Steven Kirk
51862d1b4b
Don't display warning when TryCreateAndRegister succeeds.
5 years ago
Wiesław Šoltés
7aa6152b34
Revert "Fix skia OpacityMask push and pop methods"
This reverts commit dc404b545e .
5 years ago
Dan Walmsley
afb8ae6f3c
Merge pull request #6242 from YohDeadfall/fix-adorner-measure
Invalidating measure on TransformedBounds update
5 years ago
Dan Walmsley
22cf20fdf3
Merge branch 'master' into fix-adorner-measure
5 years ago
Max Katz
1ab3c2abcb
Merge pull request #6430 from wieslawsoltes/BoolConvertersNot
Add Not value converter to BoolConverters
5 years ago
Wiesław Šoltés
834f3b01b8
Add Not value converter to BoolConverters
5 years ago
Max Katz
8faa490fff
Merge pull request #6429 from wieslawsoltes/AutoCompleteBoxNullReferenceFix
Check if TextBox.Text is null in AutoCompleteBox
5 years ago
Wiesław Šoltés
08dea6498e
Check for TextBox.Text null in AutoCompleteBox
5 years ago
Dan Walmsley
2234d55549
Merge pull request #6374 from wieslawsoltes/GeometryClipAntialiasing
Enable antialiasing for PushGeometryClip
5 years ago
Dan Walmsley
33c4bb830d
Merge branch 'master' into GeometryClipAntialiasing
5 years ago
Nikita Tsukanov
cf9bb15e2a
Merge pull request #6373 from wieslawsoltes/SkiaOpacityMaskFixes
Fix skia OpacityMask push and pop methods
5 years ago
Dan Walmsley
ec62912ca2
Merge branch 'master' into SkiaOpacityMaskFixes
5 years ago
Dan Walmsley
1855a8c298
Merge pull request #6425 from icons8/MacOsShortcutFix
[OSX] [Native] fix tab shortcuts in NativeMenu
5 years ago
Dan Walmsley
cbce24bffa
Merge pull request #6407 from AvaloniaUI/fixes/6399-osx-minimized-state
OSX: Fix a couple of minimized WindowState bugs
5 years ago
Dan Walmsley
f47d2686bc
Merge branch 'master' into fixes/6399-osx-minimized-state
5 years ago
Sergey Mikolaytis
29f4806cfd
[OSX] [Native] fix tab shortcuts in NativeMenu
5 years ago
Max Katz
f9ac9c6d24
Merge pull request #6416 from Takoooooo/fix_microcom_targets_to_work_with_directories_with_spaces
Fix MicroCom.targets doesn't work with paths with spaces
5 years ago
Takoooooo
964121312c
fix
5 years ago
Max Katz
763d5f0f6d
Merge pull request #6342 from AvaloniaUI/improve-datagrid-scrolling
Improve datagrid scrolling
5 years ago
Max Katz
719f4423dd
Merge branch 'master' into improve-datagrid-scrolling
5 years ago
Max Katz
0b9cd49a11
Merge pull request #6347 from AvaloniaUI/feature/templatedcontrol-cornerradius
Add CornerRadius to TemplatedControl and use it where possible
5 years ago
Max Katz
6e691da378
Merge branch 'master' into feature/templatedcontrol-cornerradius
5 years ago
Dariusz Komosiński
170a9c0864
Merge pull request #6191 from pr8x/feature-devtools-inspect-popup
DevTools: Support for inspecting Popup visual tree
5 years ago
Jumar Macato
99594ffe84
Merge branch 'master' into GeometryClipAntialiasing
5 years ago
Steven Kirk
24c8af1b62
Manually restore parent windows before showing child.
5 years ago
Steven Kirk
346015d804
Call WindowStateChanged when setting WindowState via code.
Fixes #6399
5 years ago
Luis von der Eltz
71ac5e3db8
Only IPopupHost should be root visual
5 years ago
Luis von der Eltz
324b272a6d
Merge branch 'feature-devtools-inspect-popup' of https://github.com/pr8x/Avalonia into feature-devtools-inspect-popup
5 years ago
Luis v.d.Eltz
08849539a7
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
5 years ago
Luis v.d.Eltz
d666a4263c
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
5 years ago
Luis von der Eltz
ae222e25e6
Mark IVisualTreeHost [Obsolete]
5 years ago
Steven Kirk
73bca12cd4
Merge branch 'master' into feature-devtools-inspect-popup
5 years ago
Max Katz
4e74c1a058
Merge pull request #6380 from Mikolaytis/master
[OverlayPopupHost] remove render white rect override
5 years ago
Sergey Mikolaytis
da06a15d16
[OverlayPopupHost] remove render white rect override
5 years ago
Max Katz
f952406919
Merge pull request #6379 from MarchingCube/scrollbar-delay-control
Allow for controling delay of scrollbar hide/show.
5 years ago
Dariusz Komosiński
d8dec842a3
Allow for controling delay of scrollbar hide/show.
5 years ago
Dariusz Komosiński
ba05bd72bb
Merge branch 'master' into feature-devtools-inspect-popup
5 years ago
Max Katz
ac1e298cf7
Merge pull request #6024 from Deadpikle/feature/undo-no-timer
Remove timer on UndoRedoHelper and manually manage undo/redo snapshots a bit more
5 years ago
Max Katz
e8d655e9a9
Merge branch 'master' into feature/undo-no-timer
5 years ago
Max Katz
6d901196bb
Merge pull request #6268 from AvaloniaUI/6195-macos-text-shortcuts
Fix existing and add missing osx-specific key shortcuts
5 years ago
Max Katz
2c524ae4a5
Merge branch 'master' into 6195-macos-text-shortcuts
5 years ago
Wiesław Šoltés
5b9f06865e
Update expected test files
5 years ago
Wiesław Šoltés
39e7d362b2
Enable antialiasing for PushGeometryClip
5 years ago