488 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 96f1ee54dd Fix ItemContainerGenerator faulty remove logic. 11 years ago
Steven Kirk 6a005d35c8 Make TreeView selection work etc. 11 years ago
Steven Kirk 53926a47bf Refactored ItemContainerGenerator<T>. 11 years ago
Steven Kirk 6c77c401dd Updated OmniXAML. 11 years ago
Steven Kirk 5b307f653d Fix spurious selection changes. 11 years ago
Steven Kirk b72f08354a Handle detached controls in layout pass. 11 years ago
Steven Kirk 5bfa93b747 Renamed Deck -> Carousel. 11 years ago
Steven Kirk 78ff0ff940 Fix ProgressBar display. 11 years ago
Steven Kirk 2470dc5f44 Allow for no hits when hit testing. 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 5a5aaa4300 Clear intermediate render target in VisualBrush. 11 years ago
Steven Kirk 212426ee1a Don't try to set direct properties to UnsetValue. 11 years ago
Steven Kirk 62b8c5a40c Added default type converter for bindings. 11 years ago
Steven Kirk 77d8db6b2d Mark selection click events as handled. 11 years ago
Steven Kirk 86cfc309a5 Make DropDown selection work again. 11 years ago
Steven Kirk 1f96f4c45c Enable PerspexLocator.EnterScope. 11 years ago
Steven Kirk 663e760fda Throw exception if TopLevel added as child. 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
Nikita Tsukanov 25af2f2a91 Actually fixed #263 11 years ago
Nikita Tsukanov dc8047dccc #263 11 years ago
Nikita Tsukanov 9c95b65ba1 Fixed #263 11 years ago
Steven Kirk ddb5ed229a Make keyboard range selection work. 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 d87bcde7be Added ResetBehavior to PerspexList. 11 years ago
Steven Kirk 21a52a4659 Fix IPerspexList.Count. 11 years ago
hacklex 3859871e71 fixed misuse of OrderBy 11 years ago
Steven Kirk 04f10b9faf CurrentThreadIsLoopThread is a property. 11 years ago
Nikita Tsukanov 45da235507 Renaming stuff 11 years ago
Nikita Tsukanov d1c6b50911 Added VerifyAccess call to PerspexObject. We need to do something about Dispatcher and unit tests 11 years ago
Nikita Tsukanov 6c77e2b236 Added code to debug disposables 11 years ago
Nikita Tsukanov 17f90128c9 Method renaming 11 years ago
Nikita Tsukanov 21f977ac9d Replaced InvokeAsync with Invoke and InvokeTask to avoid exception swallowing and misunderstanding 11 years ago
Nikita Tsukanov 303f473ffe Added CheckDisposed logic to FormattedText 11 years ago
Nikita Tsukanov 66aedf3d67 Fixed file dialog crash 11 years ago
Steven Kirk c7ace7b6a7 Allow binding to attached properties. 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 d68131c488 Added getters/setters for TextBlock attached props 11 years ago
Steven Kirk 3945d9d075 Make DataTemplate match derived types. 11 years ago