220 Commits (fe060db1063bb97a344148451b86404e80acdd07)

Author SHA1 Message Date
Julien Lebosquain 40a3af4aa5
Remove netstandard2.0 from almost all projects (#20111) 4 months ago
Benedikt Stebner 7f69ff1a93
Make ContentPresenter.RecognizesAccessKey stylable (#19893) 5 months ago
Tom Edwards 2a8e6885f7
Improved inline documentation of class event handler methods (#18869) 10 months ago
robloo 9fe34158e4
ColorPicker Simple Theme Fixes (#16654) 2 years ago
Julien Lebosquain d1bd85e9b8
Nullable annotations for projects using XamlX (#15796) 2 years ago
Max Katz 326ef7c9fd
Add .NET 8 target (Avalonia 11.1) (#14535) 2 years ago
Julien Lebosquain cac27ddfc0
Misc warning fixes (#14766) 2 years ago
Max Katz 7cab284b89 Fix some new error/warnings from .NET 8 2 years ago
Max Katz fc7339c1c2
Avoid WriteableBitmap misuse in several places, avoid UnmanagedBlod disposal from finalizer (#14181) 2 years ago
Tom Edwards d62ff00f85
Deferred scrolling (#13644) 2 years ago
Tim 4007dfa0b9
Fix: Allow ColorPicker-Fylout to swap position if needed (#13567) 2 years ago
Dong Bin 631a0eda45
Make ColorPicker button content customizable. (#13073) 3 years ago
Simon Cropp eb7611488e
csproj cleanup (#12657) 3 years ago
Dan Walmsley 839de5966b remove all traces of old api diff. 3 years ago
Max Katz 13c6fbe1db Revert "Break the API" 3 years ago
Max Katz 6eaf0f9e4f Break the API 3 years ago
robloo 7c4fdd8d12 Always coerce empty color in ColorSpectrum 3 years ago
robloo e1d0ba108e Fix FlatColorPalette default color values 3 years ago
Max Katz cc91a97433 Hide more XAML files that should be internal 3 years ago
Steven Kirk 61be135c8c Don't expose protected fields. 3 years ago
robloo a4661bbee1 Improve IsPerceptive comments 3 years ago
robloo 27dff43e53 Revert "Switch ColorPreviewer's AccentColorConverter to use the FluentTheme's HSL algorithm" 3 years ago
robloo a91571aa49 Switch ColorPreviewer's AccentColorConverter to use the FluentTheme's HSL algorithm 3 years ago
robloo 8fed1f30f0 Always enable ColorSlider.IsPerceptive 3 years ago
robloo 6ddef20ef7 Improve comments 3 years ago
robloo 31a1e514fa Improve ColorPreviewer margins with drop shadow 3 years ago
robloo 0b952ea5e0 Replace ColorSlider.IsSaturationValueMaxForced with more powerful/general-purpose IsPerceptive 3 years ago
robloo 0c223cbcee Rename ColorSlider.IsAlphaMaxForced to IsAlphaVisible 3 years ago
robloo 2f2f290e7f Always force max saturation and value in the third component slider 3 years ago
robloo 4fd4970ce7 Fix Hue in new ColorSpectrum coercion logic 3 years ago
robloo f0e93683f0 Add special coercion logic to initial ColorSpectrum selection 3 years ago
robloo a401819251 Remove alpha in Hex color strings when IsAlphaEnabled or IsAlphaVisible is false 3 years ago
robloo bcf1431bf9 Move AlphaComponentPosition into a better directory 3 years ago
robloo d955a777e5 Switch HexInputAlphaPositionProperty default to Leading to match XAML 3 years ago
robloo 12fa653ca2 Use Transparent background in ColorPreviewer so DropShadow appears 3 years ago
robloo 818b45320f Fix ColorHelper CI build error 3 years ago
robloo 0bdd79b964 Update ColorSlider ControlTheme 3 years ago
robloo 927e5ff77d Calculate the ColorSlider spectrum based on the track size 3 years ago
robloo 23332cd048 Support configurable AlphaComponentPosition in ColorView 3 years ago
robloo a92d7abcc7 Switch ColorHelper.ToDisplayName() to an HSV color space algorithm that uses all components 3 years ago
robloo bb8e3ae9ab Switch ColorSpectrum.ThirdComponent to a read-only DirectProperty 3 years ago
robloo 1013463262 Switch ColorHelper.ToDisplayName() to a hue-only algorithm 3 years ago
robloo dc52c0b66c Match color model control height with the hex TextBox 3 years ago
Steven Kirk f8eceb4af9 Update usages of ItemsControl Items/ItemsSource. 3 years ago
robloo 76e0e54a00 Restore ColorPicker flyout top placement 3 years ago
robloo 7311ed01b6 Use SetCurrentValue() in ColorPicker controls 3 years ago
Julien Lebosquain fec4df44b0
Nullability fixes for Avalonia.Controls.ColorPicker 3 years ago
robloo a8aa64b4c0 Fix handling of full-length hex values with '#' symbol in ColorPicker 3 years ago
Giuseppe Lippolis 8f745ba6fc fix: Address Review 3 years ago
Giuseppe Lippolis bd2e2d1e9b feat: Address Rule CA2211 3 years ago