Benedikt Stebner
|
0dcdeab528
|
Merge branch 'master' into fixes/inlinesTrimming
|
3 years ago |
Benedikt Stebner
|
8b0f2588fa
|
Only add embedded controls to the visual tree if they are part of the TextLayout
|
3 years ago |
Tim
|
f6809ad4e6
|
Merge pull request #12667 from dbriard/fix-12663
Updated Inter font to fix vertical stretching issue and for lighter typefaces
|
3 years ago |
Benedikt Stebner
|
4b9d2a4866
|
Merge branch 'master' into fix-12663
|
3 years ago |
David BRIARD
|
3c974b09c7
|
Updated Inter font to fix vertical stretching issue and for lighter typefaces
|
3 years ago |
Max Katz
|
cf3491eac4
|
Merge pull request #12651 from a526684540/fix-polygon-polyline-unload-points-in-template
fix polygon/polyline load fail points within the template
|
3 years ago |
Max Katz
|
458e5ed040
|
Merge pull request #12652 from AvaloniaUI/cvdisplaylink
Implement CVDisplayLink based timer on macOS
|
3 years ago |
Max Katz
|
ba807431c2
|
Merge branch 'master' into cvdisplaylink
|
3 years ago |
Benedikt Stebner
|
1b6a52dfdf
|
Merge pull request #12630 from AvaloniaUI/fixes/12620-itemcontainertheme-changes
Fix changing `ItemsControl.ItemContainerTheme`
|
3 years ago |
zhangxi
|
79e4d9b1e0
|
Polyline points remove defalut value
|
3 years ago |
zhangxi
|
74a8ed134d
|
Merge branch 'fix-polygon-polyline-unload-points-in-template' of github.com:a526684540/Avalonia into fix-polygon-polyline-unload-points-in-template
|
3 years ago |
zhangxi
|
039b19f585
|
fix polygon/polyline load fail points within the template:
Optimization fixed code
|
3 years ago |
Max Katz
|
d07e59bc5e
|
Implement CVDisplayLink based timer on macOS
|
3 years ago |
ZhangXi
|
1e6a85852f
|
Merge branch 'master' into fix-polygon-polyline-unload-points-in-template
|
3 years ago |
zhangxi
|
10c92fe4a8
|
fix polygon/polyline load fail points within the template
|
3 years ago |
Max Katz
|
8e2433ead9
|
Merge pull request #12634 from Actipro/fix-access-text-underlines
Fix for AccessText underlines being very blurry
|
3 years ago |
Benedikt Stebner
|
06b336d55d
|
Merge pull request #12613 from Gillibald/fixes/lineHeight
Allow setting a LineHeight that is smaller than the default
|
3 years ago |
Max Katz
|
a18ad58547
|
Merge pull request #12638 from MrJul/fix/inline-breaking-change
Revert Inline breaking change
|
3 years ago |
Julien Lebosquain
|
495e2bb973
|
Revert Inline breaking change
|
3 years ago |
Bill Henning
|
571efb2ec2
|
Merge branch 'master' into fix-access-text-underlines
|
3 years ago |
Bill Henning
|
28cfe178b0
|
Fix for AccessText underlines being very blurry since they didn't align to pixels.
|
3 years ago |
Jumar Macato
|
e02fdfb695
|
Merge pull request #12614 from Gillibald/fixes/textTrimmingWithWrap
Fix TextTrimming in combination with TextWrapping
|
3 years ago |
Jumar Macato
|
8ed8d25a4f
|
Merge branch 'master' into fixes/textTrimmingWithWrap
|
3 years ago |
Steven Kirk
|
f8ea38c90e
|
Fix property name.
|
3 years ago |
Steven Kirk
|
a48e4e7cdc
|
Fix comment.
|
3 years ago |
Steven Kirk
|
03ff228a6d
|
Preserve container themes set locally.
|
3 years ago |
Steven Kirk
|
f347eaf711
|
Accept base TargetType in ItemContainerTheme
|
3 years ago |
Steven Kirk
|
754bdd4220
|
Handle changing ItemContainerTheme properly.
Previously only handled the case where the `ItemContainerTheme` was changing from null -> non-null.
Fixes #12620
|
3 years ago |
Steven Kirk
|
b024bb463b
|
Add tests for #12620.
One failing.
|
3 years ago |
Max Katz
|
412438d334
|
Merge pull request #12624 from Actipro/fix-text-decorations
Fix for TextBlock.TextDecorations not inheriting down to inlines.
|
3 years ago |
Bill Henning
|
16ab9c595c
|
Fix for TextBlock.TextDecorations not inheriting down to inlines.
|
3 years ago |
Benedikt Stebner
|
f3625f0ee1
|
Fix TextTrimming in combination with TextWrapping
|
3 years ago |
Benedikt Stebner
|
b0691681cb
|
Allow setting a LineHeight that is smaller than the default
|
3 years ago |
Dan Walmsley
|
5539f014ea
|
Merge pull request #12606 from AvaloniaUI/fixes/correct-render-bounds
When calculating geometry bounds take into account parameters that affect geometry bounds
|
3 years ago |
Nikita Tsukanov
|
96da4f0699
|
When calculating geometry bounds take into account parameters that affect geometry bounds
|
3 years ago |
Max Katz
|
1f0d189502
|
Revert "Clipboard image" (#12599)
|
3 years ago |
Max Katz
|
144e2ce37b
|
Merge pull request #12246 from viordash/clipboard-image
Clipboard image
|
3 years ago |
Max Katz
|
e32cf66abd
|
Merge branch 'master' into clipboard-image
|
3 years ago |
Dan Walmsley
|
708151f2f9
|
Merge pull request #12593 from AvaloniaUI/fixes/win32-show-in-taskbar-on-owner-window
ShowInTaskBar with Owned window: make consistent with WPF
|
3 years ago |
Dan Walmsley
|
15290a3240
|
win32: make setting ShowInTaskbar = true on an owned window that is already shown, not remove the ownership
This makes us consistent with WPF.
|
3 years ago |
Dan Walmsley
|
283c3cdfeb
|
Merge pull request #12589 from Actipro/fix-textbox-padding
Fixes TextBox measure logic for MaxLines scenario
|
3 years ago |
Dan Walmsley
|
f16ab2f17c
|
Merge pull request #12584 from Actipro/fix-togglesplitbutton-ischecked
Updated ToggleSplitButton.IsChecked to bind TwoWay by default, same as ToggleButton.
|
3 years ago |
Nikita Tsukanov
|
b98cec55b9
|
Merge pull request #12572 from Gillibald/feature/renderOptionsRequiresFullOpacityHandling
Introduce RenderOptions.RequiresFullOpacityHandling
|
3 years ago |
Benedikt Stebner
|
795d131014
|
Update DrawingContextImpl.cs
|
3 years ago |
Dan Walmsley
|
b5314c6f74
|
Merge branch 'master' into feature/renderOptionsRequiresFullOpacityHandling
|
3 years ago |
Bill Henning
|
3dd62bf533
|
Updated ToggleSplitButton.IsCheckedProperty definition to be on a single line.
|
3 years ago |
Max Katz
|
0b6294ecee
|
Merge pull request #12579 from de1acr0ix/fix-mainloop-cancellation-hang
Fix UI thread main loop cancellation from another thread on macOS
|
3 years ago |
Boyd Patterson
|
932b40b19b
|
Added unit tests for TextBox to verify MaxLines property assigns the ScrollViewer.MaxHeight based on line height.
|
3 years ago |
Bill Henning
|
41bef0e991
|
Fix for TextBox not accounting for space between ScrollViewer and TextPresenter when calculating MaxLines-based height
|
3 years ago |
Benedikt Stebner
|
4b5c680a26
|
Introduce RenderOptions.RequiresFullOpacityHandling
|
3 years ago |