16787 Commits (ef1093a970d592de539cd36ae86ea5f5633bd07d)

Author SHA1 Message Date
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
Color_yr 608c251fb2 Make the animation display complete 3 years ago
Julien Lebosquain a99fb216cc
Use embedded pdb for analyzers and build tasks 3 years ago
Nikita Tsukanov 1fe2c29901 Started to move composition sync logic to the visual itself 3 years ago
Benedikt Stebner bd3f097895 Adjust behavior to match what WPF expects 3 years ago
Benedikt Stebner 9c94158ae7 Make sure TextLine.GetCharacterHitFromDistance for mixed buffers 3 years ago
Luc c834b04496 Fix segfault on Linux when typing in a TexBox 3 years ago
mrxx99 0ce9a6ed87 Fix creating fields for attached properties called name. closes #12283 3 years ago
Giuseppe Lippolis ed6331cd3d feat(DataGrid): Allow binding DataGridColumn Width 5 years ago
Benedikt Stebner 99f1225f57 Prevent NRE 3 years ago
Emmanuel Hansen a54163f1c1 select current composing region if active when commiting and ensure selection is set when surrounding text changes 3 years ago
dependabot[bot] 571f69fbb5
Bump word-wrap in /src/Browser/Avalonia.Browser/webapp 3 years ago
Julien Lebosquain 515e0843de
Handle ScrollContentPresenter extent rounding errors 3 years ago
Emmanuel Hansen fde8744175 delete selection when committext has null text 3 years ago
Emmanuel Hansen 1206996c83 disable resize for None decorations 3 years ago
Emmanuel Hansen 5ee76faabd fix no border resize issue 3 years ago
Emmanuel Hansen f762be4ff6 only handle deletion in surrounding text on the client side 3 years ago
Julien Lebosquain e16deecd6a
Use ProcessExit to cleanup the native resources 3 years ago
yankun c5cabca78f
Update Rotate3DTransition.cs 3 years ago
Emmanuel Hansen 24e2321bf1 android - use batch edits to defer updates to input manager 3 years ago
Julien Lebosquain 2dd92675e3
macOS native: fix destructors accessing freed .NET objects 3 years ago
Nikita Tsukanov 7c4ce4bca3 Make dispatcher more usable on non-ui threads 3 years ago
Benedikt Stebner 250743d786 Rework GetNext/PreviousCharacterHit 3 years ago
Emmanuel Hansen 117ea16f0b remove redundant selection update 3 years ago
Emmanuel Hansen 368de7e79f clean up; apply only changed text to editable 3 years ago
Nikita Tsukanov ed7a9f8813 Special handling for macos dispatcher quirks 3 years ago
John Doe 15b42836b1 string.Format converted to interpolated string 3 years ago
John Doe 7f4f01b11a Modernized argument check syntax 3 years ago
Steven Kirk 6a48527a52 Remove unnecessary cast. 3 years ago
Julien Lebosquain 6eff41172f
Generate symbol packages 3 years ago
Zachary Weldon cbfa327aee added clear function to combobox 3 years ago
Sorien 746a027bd8
Fix typo 3 years ago
Lighto 7a0e0c41a4 Removed unnecessary spaces 3 years ago
Lighto 55c03069b1 Changed Mica dark/light based on theme 3 years ago
Vitalii Orazov 217a3e0624 remove duplicates in InternalsVisibleTo 3 years ago
Lighto 432dafac91 Removed unused old property 3 years ago
Lighto 43e1d99bdd Added support for Mica Light & Dark based on Win11 3 years ago
Steven Kirk c7da9c4bb8 Allow null item in BindingHelper.Evaluate. 3 years ago
startewho 4e8e788866 handled 3 years ago
startewho 4c1d7b4a20 Update StringUtils.cs 3 years ago
jgcodes2020 e25995f3c9 Implement @maxkatz6's suggestions 3 years ago
Gundlack Florian 3fc0d19ad0 Moved detailsContent.DataContext assignation before Children.Add 3 years ago
Gundlack Florian 22ef68e439 Fixed issue where RowDetailsTemplate was getting the wrong DataContext 3 years ago
startewho aa7a2a2764 fix 12161 3 years ago
Tom Edwards 157c6e91a0 Add an overload for GetObservable that accepts an untyped AvaloniaProperty and a converter to a typed value 3 years ago
john_doe bd64a51eeb Changed null checks to make use of nameof() 3 years ago
Julien Lebosquain 237e4cba69
Fix InlineDictionary enumeration when an array is used 3 years ago
Julien Lebosquain edccb58261
Composition: collect IRenderDataItem resources recursively 3 years ago
jgcodes2020 1e5975d4de Hide ImportCompeted from smart completion (to avoid confusion) 3 years ago