Max Katz
|
2ec0e4ba77
|
Merge pull request #11575 from workgroupengineering/features/Issue_11334
feat: Also allows using string instead of {x:Type} in ControlTemplate.TargetType
|
3 years ago |
Jumar Macato
|
9471e5e93c
|
Merge pull request #12725 from Actipro/fix-popup-offset
Fix popups in Windows being offset incorrectly by a workaround for another issue
|
3 years ago |
Jumar Macato
|
0ecc6836de
|
Merge pull request #12716 from Actipro/feat-transition-direct-props
Updated Transition to use direct properties via use of new TransitionBase class
|
3 years ago |
Nikita Tsukanov
|
f7743c1b7e
|
Merge pull request #12713 from wannkunstbeikor/master
Fix OnOpenGlInit getting called twice
|
3 years ago |
Max Katz
|
f2d0575dd9
|
Merge pull request #12338 from timunie/fix/AutoCompleteBox_Performance
Improve AutoCompleteBox performance
|
3 years ago |
Max Katz
|
e1e3fe35b7
|
Merge pull request #12103 from Onebeld/master
Fix NotificationCard to determine the type of notification from an inherited INotification object
|
3 years ago |
Max Katz
|
7d86df0eef
|
Merge pull request #12048 from almightyju/patch-2
fix DropDownButton glyph foreground color
|
3 years ago |
Max Katz
|
d2100da9fa
|
Merge pull request #12047 from workgroupengineering/features/Core/StaticResourceExtensions
feat: Handle ClrPropertyInfo in StaticResourceExtension
|
3 years ago |
Max Katz
|
8e44409ed5
|
Merge pull request #12473 from workgroupengineering/features/Tools/Previewer/AvaloinaVS_Issue324
fix: AvaloniaVS can not resolve resource relative path in Previewer
|
3 years ago |
Max Katz
|
bf12df7dc5
|
Merge pull request #12631 from yankun/master
Update Rotate3DTransition.cs to fix flickering on backwards navigation
|
3 years ago |
Max Katz
|
cc1500960f
|
Merge pull request #12520 from florisoft/fix/ToggleSwitch_android
ToggleSwitch: fix toggle on single touch tap on the knob part
|
3 years ago |
Max Katz
|
6fd494ab16
|
Merge pull request #12666 from AvaloniaUI/gesture_cancel
Call CaptureLost on gestures when pointer loses capture
|
3 years ago |
Benedikt Stebner
|
dfe2b33655
|
Merge pull request #12630 from AvaloniaUI/fixes/12620-itemcontainertheme-changes
Fix changing `ItemsControl.ItemContainerTheme`
|
3 years ago |
Max Katz
|
c6b0b3f4f9
|
Merge pull request #12634 from Actipro/fix-access-text-underlines
Fix for AccessText underlines being very blurry
|
3 years ago |
Benedikt Stebner
|
124ad50e55
|
Merge pull request #12613 from Gillibald/fixes/lineHeight
Allow setting a LineHeight that is smaller than the default
|
3 years ago |
Max Katz
|
dbd6185840
|
Merge pull request #12638 from MrJul/fix/inline-breaking-change
Revert Inline breaking change
|
3 years ago |
Jumar Macato
|
0da1815b2a
|
Merge pull request #12614 from Gillibald/fixes/textTrimmingWithWrap
Fix TextTrimming in combination with TextWrapping
|
3 years ago |
Max Katz
|
a5a69f53af
|
Merge pull request #12624 from Actipro/fix-text-decorations
Fix for TextBlock.TextDecorations not inheriting down to inlines.
|
3 years ago |
Dan Walmsley
|
f585dddc15
|
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 |
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 |
Benedikt Stebner
|
795d131014
|
Update DrawingContextImpl.cs
|
3 years ago |
Bill Henning
|
3dd62bf533
|
Updated ToggleSplitButton.IsCheckedProperty definition to be on a single line.
|
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 |
stepan_govorko
|
fa6939aa39
|
The unneeded public access modifier was removed from the RenderedVisuals property in the ICompositionTargetDebugEvents interface.
|
3 years ago |
Bill Henning
|
d64502e2e7
|
Fix for Track not arranging after IsDirectionReversed property changed.
|
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
|
839de5966b
|
remove all traces of old api diff.
|
3 years ago |
adirh
|
74a5e13d2e
|
Trigger devops build again
|
3 years ago |
Rudakov Egor
|
7b6ae071d7
|
Set PreserveSig to true for OleGetClipboard
|
3 years ago |
Flithor
|
2dbe0d717e
|
Update Fluent.xaml
|
3 years ago |
Flithor
|
ea946b2b7c
|
Update Fluent.xaml
|
3 years ago |
adirh
|
1d48468537
|
Added check for when control already attached to visual tree
|
3 years ago |
adirh
|
11971a0431
|
Fixed memory leaks in ContextMenu.cs
|
3 years ago |
Nikita Tsukanov
|
8328cc79e2
|
Unwrap win32 data object
|
3 years ago |
flexxxxer
|
628455ec3d
|
To Avalonia.Controls.TopLevel.HandleClosed method body was added Avalonia.Controls.TopLevel.StopRendering method call
|
3 years ago |
flexxxxer
|
ca2ca4ee9f
|
Revert "fix: try 1"
This reverts commit adcaf6a317.
|
3 years ago |
flexxxxer
|
adcaf6a317
|
fix: try 1
|
3 years ago |
3dfxuser
|
ec21caf7fe
|
Add null check for TextInputMethodClient in OnSelectionChanged() method
|
3 years ago |
Nikita Tsukanov
|
d0b1389ee8
|
override_redirect and Handle fixes for X11Window
|
3 years ago |
flexxxxer
|
a5c7b1d358
|
issue fix
|
3 years ago |
Will Kennedy
|
e1ac9be7f1
|
Catch errors so that for loop can register all names
|
3 years ago |
Giuseppe Lippolis
|
55c9da56eb
|
feat(NumericUpDown): TextAlignment
|
3 years ago |
Steven Kirk
|
6b3db2a3f5
|
Shortcut finding the visual root for controls.
|
3 years ago |
Steven Kirk
|
ae82bc1b8f
|
Fix GetVisualRootCore.
Needs to check for `IRootProvider`. Fixes integration tests on Windows.
|
3 years ago |
Steven Kirk
|
90e3760c0f
|
Use interface instead of concrete class.
|
3 years ago |
Color_yr
|
608c251fb2
|
Make the animation display complete
|
3 years ago |
daniel
|
b780c77260
|
typo
|
3 years ago |