Mike James
8caee82e67
Changed the version number to come from the assembly version.
3 years ago
Mike James
354ed29ad2
Fixed spelling mistake
3 years ago
Mike James
f1bb1d0b09
Resolved the command error.
3 years ago
Mike James
8f86ef9656
First draft
3 years ago
Julien Lebosquain
7c2062c102
Reset LayoutTransformControl matrix when transform is removed
3 years ago
enycw001
97d595a74b
fix_patterns
3 years ago
Tim
e095ea012b
Add missing <inheritdoc />
3 years ago
Tim
34ba4c9c82
Actually invalidate menuitems when it got attached to the visual tree
3 years ago
Jumar Macato
634ccedd0c
Fix #11819
3 years ago
Julien Lebosquain
c0e7dc8ecf
Fixed style activator not publishing changes
Allows style animations to correctly stop.
Also fixed NthChildActivator when ChildIndexChanged and Index == -1.
3 years ago
Giuseppe Lippolis
718911ce27
fix(BoxShadows): ToString()
3 years ago
Giuseppe Lippolis
b253e205b0
fix: formatting
3 years ago
Giuseppe Lippolis
ad8d0eeafc
fix: DevTools InvalidCastException
3 years ago
Emmanuel Hansen
16c2bb7cd5
drop virtualizing enumerator class
3 years ago
Emmanuel Hansen
8f97ae8bbc
lazy get snapppoints using realized elements in VirtualizingStackPanel
3 years ago
Emmanuel Hansen
fbe50fad7b
ensure snap points are updated on first measure.
3 years ago
Emmanuel Hansen
6b06e5c5fb
remove IScrollSnapPointsInfo implementation from ItemsControl
3 years ago
Emmanuel Hansen
dcb46d4d9a
report irregular snappoints in virtualizing stack panel based on itemsource count
3 years ago
Giuseppe Lippolis
8bac5f78ff
try debug issue
3 years ago
Jumar Macato
a841b5b7e0
Implement zero duration stop support
3 years ago
JuliaEmp
f8a767f069
set Disable App Delegate before Initialize
3 years ago
Steven Kirk
001c81d1af
Don't mark events as handled in AccessKeyHandler.
Fixes #11633
3 years ago
Steven Kirk
ca22dd8783
Get platform settings from TopLevel.
Allows easier unit testing.
3 years ago
Steven Kirk
52f91e2151
Don't change selection when clearing a container.
Fixes #11679 .
3 years ago
Steven Kirk
1dc19f1627
Checking _operation for null isn't enough.
Instead check if `UpdateCount` is not 0 to allow recursive setting of `Source`.
I have a vague feeling that this isn't actually the correct solution, and that more issues are going to arise around this scenario but for now I'm unable to create a failing test so let's go with the simple solution for now.
Fixes #11617
3 years ago
Benedikt Stebner
e9f655212f
Use a blocking collection for SKTextBlob caching
3 years ago
Benedikt Stebner
dd764e8c43
Prevent infinite loop if the default FontFamily lookup fails
3 years ago
robloo
36ea4a69c8
Comment syntax fixes
3 years ago
robloo
7548238388
Fix EllipseGeometry clone method
3 years ago
robloo
d407764b84
Remove some duplicate periods
3 years ago
Nikita Tsukanov
e7ea247c01
Remove some casts for RefreshVisualizer
3 years ago
Nikita Tsukanov
700b199602
Use double for compositor types
3 years ago
jankrib
26d4746096
Break layout flip flop in headless
3 years ago
Benedikt Stebner
475f22f6f6
Fix visual tree handling when Inlines is reset
3 years ago
Julien Lebosquain
5cc9553482
Compositor: fix initial dirty rect with scaling < 1
3 years ago
Julien Lebosquain
b727ada00a
Previewer: reuse last render scaling
3 years ago
Julien Lebosquain
0a3349b957
Previewer: fix transparent frame on update
3 years ago
Glen Stone
85ed4ea1c9
Fix AvaloniaTestAttribute base class
3 years ago
Julien Lebosquain
0e81b3b1fc
Composition: ensure layer is disposed with its render target
3 years ago
Benedikt Stebner
281979d80d
Properly reset IMM32 state
3 years ago
Benedikt Stebner
c5d8715e1e
Rework Imm32InputMethod WM handling
3 years ago
daniel
849d499539
Use two presenter
3 years ago
Giuseppe Lippolis
eb83ad326f
fix: Spelling
3 years ago
Giuseppe Lippolis
10226e855c
fix: Address review
3 years ago
Giuseppe Lippolis
db82e73697
feat: TryGetFolderFromPathAsync return null instead of throw exception when empty folder path
3 years ago
Giuseppe Lippolis
f6b4c8ef0d
feat(DevTools): Can be edit Brush if is Property is Null
3 years ago
Vladimir Florov
bceacedae3
[FIX] Added missing IPlatformIconLoader in LinuxFramebufferPlatform.cs
[FIX] --fbdev parameter check before attach DevTools
3 years ago
daniel
7085ee7652
Add BypassFlowDirectionPolicies to OverlayerLayer
3 years ago
Benedikt Stebner
cc507ba359
Handle extra lines during hit testing
3 years ago
Benedikt Stebner
29c873ce6a
Fix caret position for empty TextBox with RTL flow direction
3 years ago