14 Commits (a1ba49ef7db95ef0fe48e731113080f3471105a0)

Author SHA1 Message Date
Dan Walmsley 6eb80bd55c fix broken logic. 8 years ago
Dan Walmsley ae4356ef34 add fix for selecting items control. 8 years ago
Steven Kirk 2f7a578c38 Added null check for panel. 8 years ago
Jeremy Koritzinsky 05eda280de Refactor DeferredSetter logic to allow passing references to backing fields and utilizing that in all usages. Refactor SetAndRaise logic to be combined and simplified between the two use cases. Now the common case delegates to the less specialized case. 9 years ago
Jeremy Koritzinsky ca9a4c4128 PR Feedback. 9 years ago
Goldy 6dd497bbc8 Code improvement 9 years ago
Jeremy Koritzinsky 8acf94d3e4 Fix bug in DelayedSetter and change recursive delayed setting to prevent possible issues down the road. 9 years ago
Jeremy Koritzinsky 440f2cafc5 Fix SelectedItemsControl and RangeBase Stackoverflow bugs. 9 years ago
Jeremy Koritzinsky 8eb355e99d Fix SelectedItem stack overflow bug. Changes of this pattern are basically required for any direct property that is not using SetAndRaise. 9 years ago
Steven Kirk 181dd53e58 Notify DataContextChanged down tree. 9 years ago
Steven Kirk 95eefa3cf1 Implement AutoScrollToSelectedItem 10 years ago
Steven Kirk 2c8d8179e5 Fix virtualized item selection. 10 years ago
Steven Kirk 5be41985c3 Renamed Perspex -> Avalonia 10 years ago
Steven Kirk d8cf474274 Clear TabOnceActiveElement on removed container. 10 years ago
Steven Kirk 004ed96de5 Prevent nested selection changing parent selection. 10 years ago
Steven Kirk d1fcb2f5a6 Fixed failing tests. 10 years ago
Steven Kirk 30266420c4 Don't assign an array to SelectedItems. 10 years ago
Steven Kirk f7f4f6492c Fix #500. 10 years ago
Steven Kirk d0dc103c5e Supply UnsetValue for DirectProperty. 10 years ago
Steven Kirk 21ae855a06 Supply UnsetValue for DirectProperty. 10 years ago
danwalmsley 979c5affb8 corrected default binding mode for checkbox, treeview itemms and selected items. 10 years ago
Steven Kirk 6f32c868d9 SelectingItemsControl.AutoScrollToSelectedItem 10 years ago
Steven Kirk 2384b13446 Added DependsOn attributes. 10 years ago
Steven Kirk d25e057ccc More WIP refactoring properties. 10 years ago
Steven Kirk 1841e7ad7a Start allowing Setters to contain bindings. 10 years ago
Steven Kirk 7adc902b99 Handle null content in TabControl. 10 years ago
Steven Kirk 3b5d338ea5 Added DropDownItem. 10 years ago
Steven Kirk c49201b8cb Added SelectingItemsControl.SelectionChanged event. 10 years ago
Steven Kirk db1e20acc8 Only allow pseudoclasses to be set by control. 11 years ago
Steven Kirk a6b74db847 Merge branch 'logical-tree' into leaks 11 years ago
Steven Kirk 8172d8214f Use a naive implementation of StyleActivator. 11 years ago
Steven Kirk 5d2658d856 Make IStyleable.Classes an IPerspexReadOnlyList. 11 years ago
Steven Kirk 195fb6df3b Renamed OnDataContextFinishedChanging 11 years ago
Steven Kirk 67835cc09b Applied a bunch of resharper suggestions. 11 years ago
Steven Kirk 52b6c0feac Fixed TemplatedParent binding. 11 years ago
Steven Kirk d273958bd3 Correctly compare items. 11 years ago
Steven Kirk 53926a47bf Refactored ItemContainerGenerator<T>. 11 years ago
Steven Kirk 5b307f653d Fix spurious selection changes. 11 years ago
Steven Kirk e824458a00 Fix DataContext binding problem with SelectedItems. 11 years ago
Steven Kirk 6401cec2ef Make SelectedItems a plain IList 11 years ago
Steven Kirk c0dff57a78 Make SelectedItems bindable. 11 years ago
Steven Kirk 05aed57daa Fix selecting backwards ranges. 11 years ago
Steven Kirk 7d73960ef6 Make selecting ranges work. 11 years ago
Steven Kirk 49e2e3ec86 Fixed problem in toggle mode with single selection. 11 years ago
Steven Kirk b2d40e77c3 Started implementing multiple selection. 11 years ago
Steven Kirk 7a287782fb Renamed "selected" style class to ":selected" 11 years ago
Steven Kirk 271f47fb5b Make SelectionMode flags. 11 years ago
Steven Kirk e93d9d463c Implement SelectedIndex in terms of SelectedIndexes. 11 years ago
Steven Kirk e2f7ff8a56 Implement SelectedItem in terms of SelectedItems. 11 years ago
Steven Kirk 7b82df4369 Replaced AutoSelect with SelectionMode. 11 years ago