Nikita Tsukanov
|
3cd3579475
|
"field can be readonly"
|
11 years ago |
Nikita Tsukanov
|
21a3554260
|
Change property getter to expression properties
|
11 years ago |
Nikita Tsukanov
|
01e2c90bc5
|
Removed this.
|
11 years ago |
Steven Kirk
|
145411020b
|
Ran .net core code formatter.
|
11 years ago |
Steven Kirk
|
6151aef188
|
Removed file headers.
|
11 years ago |
José Manuel Nieto Sánchez
|
61210f4a52
|
Fixed binding issue with weak references: https://github.com/Perspex/Perspex/issues/107
|
11 years ago |
Steven Kirk
|
ab352ebfcb
|
Move Thickness parsing to Thickness.Parse.
And added unit tests.
|
11 years ago |
Steven Kirk
|
5e18c3f4b8
|
Move grid length parsing to GridLengths.
|
11 years ago |
Steven Kirk
|
b7170a5179
|
Added brush and color parsers.
|
11 years ago |
Steven Kirk
|
0e67963d7c
|
Merged changes from githubclient2 branch, except GitHubClient.
|
11 years ago |
Steven Kirk
|
d11d779414
|
Trying to fix capitalization of tests and docs AGAIN.
|
11 years ago |
Steven Kirk
|
ac24ccaebd
|
Allow setters to use observables for their value.
|
11 years ago |
Steven Kirk
|
c68cd8a48b
|
Fix class selector string representation.
|
11 years ago |
Steven Kirk
|
1a2fba4798
|
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2.
|
11 years ago |
Steven Kirk
|
845b28a2c2
|
Fixed casing of Docs and Tests directories.
|
11 years ago |
Steven Kirk
|
c5020d38ee
|
Remove RoutedEventArgs.OriginalSource.
Still not entirely sure what it's purpose is in WPF.
|
11 years ago |
Steven Kirk
|
84924dee3c
|
Added IPanel interface.
|
11 years ago |
Steven Kirk
|
d9bac5e50d
|
Removed ItemsPanelTemplate
Use ITemplate<Panel> instead.
|
11 years ago |
Steven Kirk
|
5dc0e604fb
|
Slyecoping.
|
11 years ago |
Steven Kirk
|
6794fc7407
|
Fix setting window title.
Closes #82.
|
11 years ago |
Steven Kirk
|
6167bacf54
|
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
|
11 years ago |
Steven Kirk
|
cc04e9e6f0
|
Updated dependencies.
|
11 years ago |
Steven Kirk
|
84306bc415
|
Make assemblies share version information.
|
11 years ago |
Steven Kirk
|
e56b189124
|
Renamed Binding -> BindingDescriptor
And documented it.
|
11 years ago |
Steven Kirk
|
81e889627a
|
Suppress documentation warnings in tests.
|
11 years ago |
Steven Kirk
|
6bbae51e26
|
Fix failing tests.
|
11 years ago |
Steven Kirk
|
7435166436
|
Added more documentation.
|
11 years ago |
Steven Kirk
|
1a84d74c21
|
Don't run render tests in parallel.
|
11 years ago |
Steven Kirk
|
eaacfa5ac9
|
Don't run Controls unit tests in parallel.
|
11 years ago |
Steven Kirk
|
aa88783b18
|
Fix failing tests.
|
11 years ago |
Steven Kirk
|
09d6e22f5e
|
Fix scrollable controls in XAML.
|
11 years ago |
Steven Kirk
|
b321db9718
|
Fix couple of failing tests.
|
11 years ago |
Steven Kirk
|
18682a74f7
|
Use client size for top-level arrange.
Fixes #23.
|
11 years ago |
Steven Kirk
|
e3620c3139
|
Use interfaces in page transitions.
|
11 years ago |
Steven Kirk
|
aa147f0423
|
More stylecoping.
|
11 years ago |
Steven Kirk
|
71ebd527d4
|
Enable XML documentation.
|
11 years ago |
Steven Kirk
|
12752f227f
|
Updated StyleCop.Analysers.
|
11 years ago |
Steven Kirk
|
d161428f52
|
Pass navigation method in GotFocus event.
And only focus selectable items when focus comes from the pointer, or
directional keys.
|
11 years ago |
Steven Kirk
|
14c0e17f1b
|
Display DropDown current selection correctly.
|
11 years ago |
Steven Kirk
|
65def11dbd
|
Remove obsolete OnVisualParentChanged.
|
11 years ago |
Steven Kirk
|
a417490a47
|
Updated StyleCop.Analyzers.
|
11 years ago |
Steven Kirk
|
dbae7b0aa2
|
Fixed navigation (I think).
|
11 years ago |
Steven Kirk
|
a3219f9170
|
More work on tab/arrow key navigation.
Getting there, but still not quite right.
|
11 years ago |
Steven Kirk
|
296c7a5f85
|
More work on directional key handling.
Added tests, most passing - one failing in both arrows and tabs.
|
11 years ago |
Steven Kirk
|
3870c4792f
|
Refactored tab navigation.
In preparation for directional navigation.
|
11 years ago |
Steven Kirk
|
2472bf26cc
|
Added KeyboardNavigationMode.Contained.
|
11 years ago |
Steven Kirk
|
7b192505d7
|
Set TemplatedParent in popups.
Popups that appear in control templates should set the TemplatedParent
property of their child controls.
|
11 years ago |
Steven Kirk
|
85dfbbb6d5
|
Moved Popup to Primitives namespace.
|
11 years ago |
Steven Kirk
|
4e5cee4378
|
Don't add Panel Logical children twice!
|
11 years ago |
Steven Kirk
|
a4680f2041
|
Removed TabControl.SelectedContent.
Not currently needed, as Deck is responsible for displaying the selected
content.
|
11 years ago |