zhangxi
|
10c92fe4a8
|
fix polygon/polyline load fail points within the template
|
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 |
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 |
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 |
Bill Henning
|
09250ec9c4
|
Updated ToggleSplitButton.IsChecked to bind TwoWay by default, same as ToggleButton.
|
3 years ago |
Hanjiang Yu
|
f895661879
|
Fix main loop cancellation from another thread
|
3 years ago |
Nikita Tsukanov
|
c59e63ef6f
|
Merge pull request #12568 from JetBrains/fixes/clip-bounds-invalidate
Enhanced Clipping and Rendered Visuals Tracking in ServerCompositionVisual
|
3 years ago |
stepan_govorko
|
8ecf01456f
|
Merge remote-tracking branch 'origin/fixes/clip-bounds-invalidate' into fixes/clip-bounds-invalidate
|
3 years ago |
stepan_govorko
|
521b5c439e
|
Trigger CI/CD
|
3 years ago |
stepangovorko
|
c0d7afbf23
|
Merge branch 'master' into fixes/clip-bounds-invalidate
|
3 years ago |
stepan_govorko
|
fa6939aa39
|
The unneeded public access modifier was removed from the RenderedVisuals property in the ICompositionTargetDebugEvents interface.
|
3 years ago |
Dan Walmsley
|
6019c51eb1
|
Merge pull request #12575 from Actipro/fix-track-prop-arrange
Fix for Track not arranging after IsDirectionReversed property changed.
|
3 years ago |
Bill Henning
|
d64502e2e7
|
Fix for Track not arranging after IsDirectionReversed property changed.
|
3 years ago |
stepan_govorko
|
f5c93a50ab
|
added more comments
|
3 years ago |
stepan_govorko
|
77dc35bf46
|
Introduced counting of rendered visuals in ServerCompositionVisual and added relevant unit tests in CompositorInvalidationClippingTests. The new tests ensure that visuals that are not in dirty rect are rendered correctly with different ClipToBounds and Clip geometry parameters.
|
3 years ago |
stepan_govorko
|
815545dfcd
|
Consider Clip.Bounds in clipping calculation in ServerCompositionVisual;
In addition, the ServerCompositionVisual now tracks changes to the clip property, allowing for re-calculation when the clip is altered.
|
3 years ago |
Dan Walmsley
|
4f08bce234
|
Merge pull request #12560 from AvaloniaUI/fixes/macos-key-textinput-events-order
fix macos keydown and textinput events being raised in the wrong order.
|
3 years ago |
Dan Walmsley
|
177a927e08
|
Merge branch 'master' into fixes/macos-key-textinput-events-order
|
3 years ago |
Dan Walmsley
|
3be326d301
|
Merge pull request #12563 from AvaloniaUI/fix-build-legacy-nuget-feed
remove legacy nuget feed no longer reachable.
|
3 years ago |
Dan Walmsley
|
839de5966b
|
remove all traces of old api diff.
|
3 years ago |
Dan Walmsley
|
eafaa6e584
|
remove legacy nuget feed no longer reachable.
|
3 years ago |
Dan Walmsley
|
e0ffb920a9
|
fix macos keydown and textinput events being raised in the wrong order.
|
3 years ago |
Max Katz
|
a0a8e94f8f
|
Merge pull request #12544 from Flithor/master
Fix DataGridHeader style
|
3 years ago |
Max Katz
|
fa6bcc9a8c
|
Merge pull request #12526 from adirh3/fixes/context-menu-leak
Fixed memory leaks in ContextMenu.cs
|
3 years ago |
Max Katz
|
5eeb46f0bc
|
Merge pull request #12553 from EgorRudakov2/fix_wait_for_OleGetClipboard
Set PreserveSig to true for OleGetClipboard
|
3 years ago |
Julien Lebosquain
|
7a66ea7496
|
Merge pull request #12173 from danielmayost/tcc-fixes
[TransitioningContentControl] Manage his LogicalChildren
|
3 years ago |
adirh
|
74a5e13d2e
|
Trigger devops build again
|
3 years ago |