657 Commits (0b5adbdceb2c0b43b5a2dde032abb9ef40dcac39)

Author SHA1 Message Date
Benedikt Stebner 22231f5b91
FontManager adjustments (#15819) 2 years ago
Julien Lebosquain 42aa77ebdc
Fix Animator for progress values less than zero (#15726) 2 years ago
Steven Kirk 5e323b8fb1
Allow nested BindingNotifications. (#15722) 2 years ago
Steven Kirk 8fe6e08020
Fixes spurious DataGrid data validation error (#15716) 2 years ago
workgroupengineering 81d2e7d4ef
fix: ICommadSource Implemetation (#15496) 2 years ago
Heku f2108cf11f
Add unit tests (#15367) 2 years ago
Julien Lebosquain edceb96f34
Improve AvaloniaObject.GetValue performance (#15342) 2 years ago
Julien Lebosquain 1d18586efc
Made AvaloniaPropertyMetadata immutable after property initialization (#15384) 2 years ago
Max Katz e0fb217955 Fix broken test 2 years ago
Wiesław Šoltés dd27d61b9a
Add FuncValueConverter with parameter support (#15323) 2 years ago
Max Katz b5db6bb0f6
Try to combine AvaloniaResources with the same system path (#15302) 2 years ago
workgroupengineering f7bcb5f3ab
feat: PixelSize TryParse (#14979) 2 years ago
Julien Lebosquain 270f8c8582
Encode unicode tries as ReadOnlySpan<uint> (#15074) 2 years ago
Nikita Tsukanov 5b59f6c0bc
Use separate LtrbRect type for renderer calculations (#15112) 2 years ago
Johan Appelgren da6b11ebed
Fix IsInRange and added unit tests. (#15079) 2 years ago
Max Katz 326ef7c9fd
Add .NET 8 target (Avalonia 11.1) (#14535) 2 years ago
Benedikt Stebner 3657128cd2
Read all pixels then write all pixels to avoid virtual call overhead (#14111) 2 years ago
Nikita Tsukanov 8ad0290374
Propagate exceptions from compositor to unit/render tests (#14808) 2 years ago
Julien Lebosquain cac27ddfc0
Misc warning fixes (#14766) 2 years ago
Max Katz 1ad5107654
Implement Dispatcher.UnhandledException and Dispatcher.UnhandledExceptionFilter (#14432) 2 years ago
workgroupengineering 7106b37a01
fix: #14211 BoxShadow.ToString() behavior (#14228) 2 years ago
Steven Kirk f6fe68eddb
Fix OneWayToSource bindings with read-only properties. (#14513) 2 years ago
Max Katz a4086c17a6
XY focus (#13947) 2 years ago
robloo 2a9e7e9dcf
Add BackgroundSizing (#14048) 2 years ago
Steven Kirk 3b1eb338e6
Binding System refactor (#13970) 2 years ago
Steven Kirk 489f107e36
Use a UnitTestApplication scope in visibility tests. (#14354) 2 years ago
Jumar Macato 92e1c653a5
Track IsEffectivelyVisible state (#13972) 2 years ago
workgroupengineering e700e12f0b
fix(Geometries): Relative line drawing (#14013) 2 years ago
SKProCH 21ad94b980
Fixes Border and Shape border re-rendering when changing Brush value (#13980) 2 years ago
Steven Kirk 2ba8ac8a73
Don't share style instances with Or selector. (#13969) 2 years ago
Bill Henning 47fb1d94b3
Updated RenderDataRectangleNode.HitTest to properly hit-test rounded rectangles (#13797) 2 years ago
Julien Lebosquain fa7b47098f
Fix Animation.FillMode when cue isn't 0% or 100% (#13775) 2 years ago
Steven Kirk 4d92e22314
Fix `nth-child` styles on virtualized lists (#13770) 2 years ago
Julien Lebosquain 3fa13d3b64
Warning cleanup 2 (#13696) 2 years ago
Steven Kirk 79acab1080
Fix some issues with focus scopes (#13409) 3 years ago
workgroupengineering 99737a8395
fix: Navigation when CanExecute is fasle (#13507) 3 years ago
Julien Lebosquain 9a3cfce24d
Fix viewport calculation with non-invertible render transform (#13188) 3 years ago
Nikita Tsukanov 5b02b0389a
X11 IME preedit, preedit cursor, input context improvements (#13282) 3 years ago
Boyd Patterson 98acdd7c08
Do not match access keys on input elements that are not effectively enabled. (#13185) 3 years ago
Julien Lebosquain e6c1670421
Fix unit tests culture (#13016) 3 years ago
Steven Kirk 8948aa7e52
Added ConverterCulture to bindings. (#12876) 3 years ago
Julien Lebosquain ac00fe2bf4
Key handling improvements (#12549) 3 years ago
Mihnea Rădulescu 7b67fda0eb
Fix issue 4427 - System.InvalidOperationException: Default font family name can't be null or empty (#12817) 3 years ago
Benedikt Stebner cb461ab043
Allow multiple font sources per FontFamily and make sure combinations of system and embedded fonts can be used (#12871) 3 years ago
Benedikt Stebner fac9e55f69
Introduce PixelFormatWriter (#12807) 3 years ago
Julien Lebosquain a2b7ca47e5
Fix interpolator being called after last animation iteration (#12781) 3 years ago
Emmanuel Hansen a030d29d15 add failing test 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
Benedikt Stebner 250743d786 Rework GetNext/PreviousCharacterHit 3 years ago