31 Commits (01f7369f0181ab499bd7de394c8a75f2fff07264)

Author SHA1 Message Date
Julien Lebosquain b612be79db
Add FocusChangedEventArgs for GotFocus/LotFocus (#20859) 3 weeks ago
Julien Lebosquain 313bceea90
Remove AutoCompleteBox.BindingEvaluator (#20596) 2 months ago
Steven Kirk f2fc8d02f4
Move `IBinding` to `BindingBase` and tidy up some binding APIs (#19589) 3 months ago
Tim 55a0b5b1c6
feat: Handle Datavalidations on base class "Control" (#20067) 4 months ago
yoyo 06d003b4a8
Enable Copy and Cut in ContextMenu for AutoCompleteBox (#19087) 8 months ago
Julien Lebosquain b09e0d5677
Implement TextSearch.TextBinding (#18405) 1 year ago
Jan Karger ツ ☀ 0fdd84f594
AutoCompleteBox don't lose text selection when contextmenu opens (#17462) 1 year ago
Steven Kirk b8d8fda4ea
Prevent AutoCompleteBox getting stuck in a state where it can't drop down. (#17074) 2 years ago
Max Katz a4086c17a6
XY focus (#13947) 2 years ago
Magnus Lindhe c2798ce4ad
Improve NumericUpDown and AutoCompleteBox focusability (#13376) 2 years ago
Steven Kirk 3b1eb338e6
Binding System refactor (#13970) 2 years ago
Lehonti Ramos 69f4a304a2
In `Avalonia.Controls`, modernized `get`ter/`set`ter syntax (#13021) 3 years ago
Lehonti Ramos 0133ada0a8
In `Avalonia.ReactiveUI`, simplified null checks for delegate invocations (#13023) 3 years ago
Emmanuel Hansen 11669e3a44
Fix focus loss issue with AutocompleteBox (#12883) 3 years ago
Tim 0760b0c0d7 revert async 3 years ago
Tim 888818a16f Make filtering async and cancelable 3 years ago
AtomCrafty 4b5b6225f1 fix AutoCompleteBox dropdown not opening when the text box is empty 3 years ago
Max Katz 20064647dd Limit IFocusManager API, extend IInputElement API, remove visible static properties 3 years ago
Max Katz a9688a83a1 Suppress warnings that are expected behavior 3 years ago
Steven Kirk 027bd2313a AutoCompleteBox.Items -> ItemsSource. 3 years ago
robloo 10d41eaeee Switch AutoCompleteBox to using StyledProperty where possible 3 years ago
Tom Edwards 86324dca77 Convert Text properties to StyledProperty 3 years ago
Julien Lebosquain e1138f2cb6
Nullability fixes for Avalonia.Controls 3 years ago
Benedikt Stebner 6210018f3b Propertly handle an InlineUIContainer's logical children 3 years ago
Simon Cropp 0520d25ed5 missing OnItemTemplatePropertyChanged call in AutoCompleteBox 3 years ago
Max Katz 59d7874b1d Replace System.Reactive with internal extensions 3 years ago
Steven Kirk ec74057151 Removed a number of interfaces. 3 years ago
robloo d86cb35d3b Separate out public AutoCompleteBox properties 4 years ago
robloo a28bf0f5af Split apart AutoCompleteBox into multiple files 4 years ago
robloo bbb49ab159 Move AutoCompleteBox into its own directory 4 years ago
robloo b6698825fc Modernize some code formatting in AutoCompleteBox 4 years ago
robloo 056bbdd9bd Switch AutoCompleteBox to use the same TextChanged event as TextBox 4 years ago
Arhell 14029cb934 update src folder links 4 years ago
Giuseppe Lippolis a097605ef5 fix(AutoCompleteBox): PopulateDropDown handler is not unregister when MinimumPopulateDelay is set to Zero. 4 years ago
Steven Kirk f9dbbb3da1 Make UpdateDataValidation non-generic. 4 years ago
robloo d4540ed0e5 Add template part attributes to common controls 4 years ago
Yoh Deadfall 55710e8514 Used ToArray where it benefits over ToList 4 years ago
Steven Kirk 77d059be22 Add nullable annotations to Avalonia.Controls. 4 years ago
Jumar Macato b6650a8e4b
Update src/Avalonia.Controls/AutoCompleteBox.cs 5 years ago
Takoooooo 3c33ee41b1 fix 5 years ago
Takoooooo 60b3e028b5 fix 5 years ago
Wiesław Šoltés 08dea6498e Check for TextBox.Text null in AutoCompleteBox 5 years ago
Max Katz 202c67caa8
Fix autocompletebox pseduclasses 5 years ago
aguahombre f22730aca8 AutoCompleteBox validation not working for SelectedItem #5586 5 years ago
Loris Bognanni 0cb25c78c9 Only handle the Enter key when the DropDown is open 5 years ago
Kir-Antipov bc87efc65f Added ItemSelector property to the AutoCompleteBox 6 years ago
Kir-Antipov 7481aea606 Removed AutoCompleteMode enum 6 years ago
Steven Kirk 58c333b6f1 Added PseudoClassesAttribute. 6 years ago
Kir-Antipov 9a1dd58273 Well, default AutoCompleteMode.Append isn't doing well, tbh 6 years ago
Kir-Antipov 5bf12ac0f0 Added TextSelector and AutoCompleteMode properties to the AutoCompleteBox 6 years ago