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
34f17ed562
Don't run D2D unit tests in parallel.
11 years ago
Steven Kirk
663e760fda
Throw exception if TopLevel added as child.
Closes #262 .
11 years ago
Nikita Tsukanov
a61fdc86b2
Removed IPlatformThreadingInterface mock since it's broken anyway
11 years ago
Steven Kirk
cf3f64a9d3
Allow identifiers containing numbers.
Closes #258 .
11 years ago
Steven Kirk
f200169d89
Merge remote-tracking branch 'refs/remotes/origin/multiple-selection'
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
1ed1d0efb9
Added additional test.
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.
As sometimes you want to know something is a reset rather than a remove.
11 years ago
Steven Kirk
21a52a4659
Fix IPerspexList.Count.
11 years ago
Steven Kirk
80972d6cb8
Merge pull request #261 from hacklex/patch-1
fixed misuse of OrderBy
11 years ago
hacklex
3859871e71
fixed misuse of OrderBy
To order further inside equivalent groups, one should use ThenBy, as subsequent OrderBy calls are not guaranteed to preserve the original elements order.
11 years ago
Steven Kirk
687b6f89bf
Merge branch 'master' into multiple-selection
11 years ago
Steven Kirk
04f10b9faf
CurrentThreadIsLoopThread is a property.
11 years ago
Steven Kirk
7f9e81b1fc
Merge branch 'master' into multiple-selection
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
Steven Kirk
adede3c171
Don't run input tests in parallel.
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
Nikita Tsukanov
76aed2a14d
Merge pull request #230 from tshcherban/master
Fixed #229 Added file extension append to selected path in SaveFileDialog
11 years ago
Steven Kirk
c7ace7b6a7
Allow binding to attached properties.
Closes #255 .
11 years ago
Steven Kirk
24e18d0236
Documentation.
11 years ago
Steven Kirk
19498ab03d
Correctly set TreeView item DataContexts.
Also added a few tests for TreeView.
11 years ago
Steven Kirk
f1ca851833
Fix setting expression value on broken chain.
Closes #254 .
11 years ago
Steven Kirk
d68131c488
Added getters/setters for TextBlock attached props
Closes #252 .
11 years ago
Steven Kirk
98e3d4ba32
Added file missed from last commit.
11 years ago
Steven Kirk
3945d9d075
Make DataTemplate match derived types.
Closes #251 .
11 years ago
Steven Kirk
d1ae3ba50b
Fix ListBox item DataContexts.
11 years ago
Nikita Tsukanov
5b65becdef
Changed matrix multiplication order
11 years ago
Steven Kirk
9baf2d816a
Merge pull request #241 from kekekeks/render-context
Render context changes
11 years ago
Steven Kirk
7a287782fb
Renamed "selected" style class to ":selected"
11 years ago
Steven Kirk
271f47fb5b
Make SelectionMode flags.
So you can combine behaviours.
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.
Added protected multiple selection properties to SelectingItemsControl.
11 years ago
Steven Kirk
d41260c6b7
Use same property for SelectedItemProperty
On SelectingItemsControl and TreeView.
11 years ago
Steven Kirk
13e2f6eeec
Merge branch 'master' into multiple-selection
11 years ago