172 Commits (0617aa23a5e7253db016ebe5849f7917ce1b68aa)

Author SHA1 Message Date
Steven Kirk 0617aa23a5 Support Replace and Reset in ItemsPresenter. 11 years ago
Steven Kirk 71973cabb1 Fix removing items from ItemsControl. 11 years ago
Steven Kirk 6a005d35c8 Make TreeView selection work etc. 11 years ago
Steven Kirk 2615c5373c Started adding TreeView tests. 11 years ago
Steven Kirk 53926a47bf Refactored ItemContainerGenerator<T>. 11 years ago
Steven Kirk 5b307f653d Fix spurious selection changes. 11 years ago
Steven Kirk 5bfa93b747 Renamed Deck -> Carousel. 11 years ago
Steven Kirk 5eeccf0c10 Special case string -> bool conversion. 11 years ago
Steven Kirk e824458a00 Fix DataContext binding problem with SelectedItems. 11 years ago
Steven Kirk d2cc993a3e Fixed DataContext binding problem. 11 years ago
Steven Kirk 16825ac45e Handle null and UnsetValue in ExpressionSubject. 11 years ago
Steven Kirk 62b8c5a40c Added default type converter for bindings. 11 years ago
Steven Kirk 34f17ed562 Don't run D2D unit tests in parallel. 11 years ago
Steven Kirk 663e760fda Throw exception if TopLevel added as child. 11 years ago
Nikita Tsukanov a61fdc86b2 Removed IPlatformThreadingInterface mock since it's broken anyway 11 years ago
Steven Kirk cf3f64a9d3 Allow identifiers containing numbers. 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 1ed1d0efb9 Added additional test. 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 d87bcde7be Added ResetBehavior to PerspexList. 11 years ago
Steven Kirk adede3c171 Don't run input tests in parallel. 11 years ago
Steven Kirk 24e18d0236 Documentation. 11 years ago
Steven Kirk 19498ab03d Correctly set TreeView item DataContexts. 11 years ago
Steven Kirk f1ca851833 Fix setting expression value on broken chain. 11 years ago
Steven Kirk 98e3d4ba32 Added file missed from last commit. 11 years ago
Steven Kirk 3945d9d075 Make DataTemplate match derived types. 11 years ago
Steven Kirk d1ae3ba50b Fix ListBox item DataContexts. 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 7b82df4369 Replaced AutoSelect with SelectionMode. 11 years ago
Steven Kirk 92e6274ec3 Fixed input hit test Z ordering. 11 years ago
Steven Kirk a400a89003 Handle invalid values in direct property bindings. 11 years ago
Steven Kirk 843eb65dea Bind DataContext to Parent.DataContext. 11 years ago
Steven Kirk 12c1127f06 Check array bounds in expression indexer. 11 years ago
Steven Kirk 43a66901fc Remove ExpressionValue. 11 years ago
Steven Kirk c9d08fd691 Fix PerspexProperty.IsSet. 11 years ago
Steven Kirk 9d88f91852 Determine binding target at time of bind. 11 years ago
Steven Kirk 14ca308900 Log binding path. 11 years ago
Steven Kirk ed4f46a6cf Don't throw when binding produces invalid value. 11 years ago
Steven Kirk 1064fbd186 Implement OneTime binding. 11 years ago
Steven Kirk 4f09de4dfe Started adding XamlBinding unit tests. 11 years ago
Steven Kirk d100f49ba8 Renamed namespace DataBinding -> Binding. 11 years ago
Steven Kirk 072aa3c96d Allow ExpressionObserver root to be changed. 11 years ago
Steven Kirk 907505f194 Get simple two-way bindings working. 11 years ago
Steven Kirk 52975c8432 Basic binding using ExpressionObserver. 11 years ago
Steven Kirk d55e7fa9d0 Search base classes for properties. 11 years ago
Steven Kirk 3cb479769d Use string XamlBindingDefinition.SourcePropertyPath. 11 years ago