2953 Commits (a6cfbdac9338e55a33ea24ab9f7ff72eae077dac)

Author SHA1 Message Date
Steven Kirk a6cfbdac93 Remove Avalonia.Win32.NetStandard dir. 8 years ago
Steven Kirk 79f35161be Use correct CharSet for WNDCLASSEX 8 years ago
Steven Kirk 0e126d2b06 Reimplement EmbeddedWindowImpl. 8 years ago
Steven Kirk 728c19eb86 Removed unused files. 8 years ago
Steven Kirk e55ec59ec3 WIP 8 years ago
Steven Kirk eb0e6650ca Remove debug code. 8 years ago
Steven Kirk b9ebff3fb2 Fixed malformed doc comment. 8 years ago
Steven Kirk 6b9e93d267 Fix window child constraint. 8 years ago
Steven Kirk 9b099de4a4 Addressed PR feedback. 8 years ago
Steven Kirk 51a47b3a94 Instance can be null here. 8 years ago
Steven Kirk 91a0811c18 Removed unused variable. 8 years ago
Steven Kirk 8901f1d781 Don't make IGeometryImpl implement IDisposable. 8 years ago
Steven Kirk 8a80a724d7 Implement disabling of ListBox scrollbars. 8 years ago
Steven Kirk 02c6ae3c1a Added ScrollBarVisibility.Disabled. 8 years ago
Steven Kirk 52dcd41cd9 Don't dispose geometry impls. 8 years ago
Steven Kirk 375e0f0a64 WIP 8 years ago
Steven Kirk d2e1eba876 Refactored geometry. 8 years ago
Steven Kirk 438bc89a90 Preserve defining geometry transform. 8 years ago
Steven Kirk 64ed0761c7 Rename Dispatcher invoke methods. 8 years ago
Steven Kirk 46bcbacc53 Fix layout in ScrollContentPresenter. 8 years ago
Steven Kirk 4888d11f2f Respect CanScrollHorizontally in Arrange. 8 years ago
Steven Kirk f22994a083 Added failing test for #1065. 8 years ago
José Pedro 7cccc6bda0
Use nameof where possible. 8 years ago
José Pedro 60a04fbd24
Fixed ToggleButton.IsChecked default value. 8 years ago
Jeremy Koritzinsky e462e06193 Use memcpy instead of System.Runtime.CompilerServices.Unsafe 8 years ago
Jeremy Koritzinsky 1c12cd4bd6 Fix x64 builds of Avaloina.Direct2D1. Refactor build scripts to reduce time and fix issues. 8 years ago
Jeremy Koritzinsky f72577cf92 Clean up test scripts 8 years ago
Dan Walmsley b944783c1b fix Skia SetForegroundBrush when length = 1. 8 years ago
M. ter Woord 09c7c32e19 Add the missing file. 8 years ago
M. ter Woord ad02c53a46 - Add XamlLoadException 8 years ago
Jeremy Koritzinsky ba481365f6 Enable turning off the setup check for appbuilder tests. 8 years ago
M. ter Woord 381cd64b1f Add the uri to the error message, that way nested load errors can be diagnosed much quicker. 8 years ago
Jeremy Koritzinsky 23af42e423 Fix explicit StylingParent definition. 8 years ago
Jeremy Koritzinsky b463d04e9f Make KeyGestures with +,-,. in them match with both the non-numpad keys and the matching numpad keys. 8 years ago
Jeremy Koritzinsky 6d075ad27b Fix #424. 8 years ago
Jeremy Koritzinsky 8bcd07730a Change StylingParent for Popup to be PopupRoot so local styles flow to it. 8 years ago
Jeremy Koritzinsky bdaf4a2046 Fix #1182. 8 years ago
Unknown ea65626a46 use lower case extensions for avalonia documentation files. 8 years ago
Steven Kirk 05da271376 Updated Portable.Xaml 8 years ago
Jeremy Koritzinsky f65ae1918f Change TransformedBounds to a direct property on Visual (exposed on IVisual) instead of using an attached property in BoundsTracker. 8 years ago
Steven Kirk bf2ca5da72 Removed unneeded code. 8 years ago
Steven Kirk e49e682f9c This Max shouldn't be needed. 8 years ago
Jeremy Koritzinsky 8733547cae Make RangeBase.Value bind TwoWay by default. Fixes #841. 8 years ago
Steven Kirk 7405cd7952 Match formatting of other block. 8 years ago
Steven Kirk 222ded0c33 Removed remaining collection set. 8 years ago
Steven Kirk 4676ac5fb2 Don't use ObserveOn in Bindings. 8 years ago
Jeremy Koritzinsky 1cfc9fe47f Remove extraneous documentation comment. 8 years ago
Jeremy Koritzinsky a02515fe19 Make pending set condition always !object.Equals since the other condition in PriorityValue didn't match expected behavior as per new unit tests. 8 years ago
Steven Kirk b3fca2360d Fix failing skia render test 8 years ago
Steven Kirk 2a87dbd6ca Fix opacity mask rendering. 8 years ago