12048 Commits (a7dc94b3cde14fa5faa8b5d38f2a07341a7702c3)

Author SHA1 Message Date
robloo a7dc94b3cd More strictly match color prefixes 4 years ago
robloo 024dd47943 Improve color comments 4 years ago
Dariusz Komosiński 02e7e8702e
Allow for parsing relative points during compile time. (#7987) 4 years ago
robloo 467f78b58d Improve color format length checking for performance 4 years ago
robloo c7e0a68f27 Support RGB component percentages in CSS format parsing 4 years ago
robloo 37f678e96a Fix missing color alpha rounding 4 years ago
Max Katz be8bcd2be7
Update src/Avalonia.Base/Input/PointerOverPreProcessor.cs 4 years ago
Rustam Sayfutdinov 578f5fc1cb Fix PlatformSupport.UnitTests 4 years ago
dependabot[bot] c1644eb214
Bump async in /src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp 4 years ago
Steven Kirk e6044ea330 Remove Avalonia.AndroidTestApplication. 4 years ago
Max Katz 3c8cc3610f Use InputHitTest instead of GetInputElementsAt+Linq in dev tools 4 years ago
Max Katz 4591625151 Api compat 4 years ago
Max Katz 9bef2acafe Move pointerover logic out of input device layer 4 years ago
Max Katz 0ec26bcdc3 Make empty ChildIndexChangedEventArgs ctor private 4 years ago
Steven Kirk fb0da85ad3
Merge core libraries. (#5831) 4 years ago
Max Katz af9f27677d Fix NRE in DataGrid 4 years ago
Max Katz 5019ee0985 Add missing support of Border properties to the DataGrid templates 4 years ago
Max Katz f7e8b7658f Do not hardcode Margin and VerticalAlignment on data grid text column 4 years ago
Max Katz d083acc20d Implement support of NthChild in DataGrid 4 years ago
David Gordon 8dd66b2004 refactor DiscardDayTime method 4 years ago
Wiesław Šoltés b057a4df20
Fix driver name 4 years ago
Dan Walmsley aa3b0d4cde remove hack 4 years ago
Dan Walmsley 1785cf565b remove legacy android sdk. 4 years ago
Dan Walmsley bdbc763531 remove traces of xamarin and specify sdk 4 years ago
Steven Kirk 946a6cd9a0 Updated ApiCompatBaseline. 4 years ago
Dan Walmsley a6098716d3 add win32 gpu blacklist. 4 years ago
Steven Kirk 0d939b34f8 Ignore handled events in TouchDevice. 4 years ago
Steven Kirk 0904857913 Fix ScrollGestureEndedEvent type. 4 years ago
Steven Kirk f87d6e4121 Snap date/time picker to value on scroll end. 4 years ago
Steven Kirk 4deaa51ef1 Return correct value for viewport. 4 years ago
Steven Kirk 1a0087b521 Don't multiply logical scroll by ScrollSize. 4 years ago
amwx 8997c9d9df Update ApiCompat 4 years ago
amwx 6aa31333af Update FluentTheme templates 4 years ago
amwx 0e458eff2e Add more text properties to ContentPresenter 4 years ago
amwx 3792fb4447 Make other text properties Attached 4 years ago
robloo 56142263ad Use rounding when converting to RGB color 4 years ago
robloo 012487c8f1 Support all CSS color formats in Color.TryParse() 4 years ago
amwx 879383b55b Add text properties to ContentPresenter 4 years ago
robloo 8569d527ac Add ToString/Parse to HslColor 4 years ago
robloo 0b619db0ff Support percentages in HsvColor parsing 4 years ago
Steven Kirk af7ad60716 Fix NativeMenuBar exception. 4 years ago
Steven Kirk 20d50b348a Don't close and re-open menu if selection unchanged. 4 years ago
Steven Kirk bbf7bee56a Fix unopened toplevel menu selection with down key. 4 years ago
robloo 6846e317be Add constructor comments 4 years ago
robloo 1ea30b53ff Add Color.ToHsl() conversions 4 years ago
robloo 1d0668a184 Move RgbToHsv conversion into Color 4 years ago
robloo 1c019eb211 Add new HslColor struct 4 years ago
robloo 3527baaefa Add back HsvColor.FromHsv() 4 years ago
robloo b6ec588b4b Rename 'channel' to 'component' 4 years ago
Steven Kirk 5f51c99c13 Don't steal focus when hovering menu bar. 4 years ago