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 |
Steven Kirk
|
d11d779414
|
Trying to fix capitalization of tests and docs AGAIN.
|
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
|
152f932ce8
|
Ignore test for now.
|
11 years ago |
Steven Kirk
|
c0fc38358f
|
Refactored templates a bit.
Added interfaces, moved them to Controls.Templates namespace and added
base classes for common Func<> templates.
|
11 years ago |
Steven Kirk
|
ba8552cb81
|
Renamed Id to Name.
No reason to be different for the sake of it.
|
11 years ago |
Steven Kirk
|
7f1c3e760e
|
Make DropDown have correct logical children.
|
11 years ago |
Steven Kirk
|
fb08924070
|
Make TabControl logical child test pass.
And simplified logic in selecting ContentControl logical child.
|
11 years ago |
Steven Kirk
|
5a1aca2876
|
Make template find methods to extension class.
|
11 years ago |
Steven Kirk
|
a4bf79b7cc
|
Moved tests to Tests subdir.
|
11 years ago |
Steven Kirk
|
1a3a78847b
|
Converted tests to run with xUnit.
|
11 years ago |
Steven Kirk
|
7a8a9123c3
|
Implement ILogical on DropDown.
|
11 years ago |
Steven Kirk
|
2c1d2cb7a8
|
Display logical tree in DevTools.
|
11 years ago |
Steven Kirk
|
70ff41b060
|
Use Control.ApplyTemplate to apply template.
|
11 years ago |
Steven Kirk
|
309ac30a41
|
Make ContentControl child be logical child.
The control this is created by the ContentPresenter now appears as the
logical child of the parent ContentControl.
|
11 years ago |
Steven Kirk
|
9a994e582c
|
Moved VisualTree extensions into own namespace.
So that they don't pollute the whole Perspex namespace - you now need to
"opt-in" to the visual tree.
|
11 years ago |
Steven Kirk
|
336e1c4ae2
|
Implemented ILogical.
|
11 years ago |
Steven Kirk
|
4370087af6
|
Fixed easily-fixable failing tests.
|
11 years ago |
Steven Kirk
|
ec0b43d388
|
Added Controls.Primitives namespace
For controls that are only supposed to be used as the base for other
controls.
|
12 years ago |
Steven Kirk
|
4a42a9e692
|
TabStrip rendering again now at least.
|
12 years ago |
Steven Kirk
|
3f24d2f6ef
|
Everything compiling now.
But not working, obviously.
|
12 years ago |
Steven Kirk
|
bfadaac5d9
|
Non-building checkpoint in MAJOR refactor.
|
12 years ago |
Steven Kirk
|
19459f9c5b
|
Added some more tests.
Still don't show up the bug I'm looking for...
|
12 years ago |
Steven Kirk
|
3d89fd922a
|
Fixed up logical tree stuff.
|
12 years ago |
Steven Kirk
|
797cbb433b
|
Added TemplateBinding syntactic sugar.
|
12 years ago |
Steven Kirk
|
486863f795
|
Added StyleTrigger binding priority.
This allows :mouseover etc to override the value that comes from the
templated parent.
|
12 years ago |
Steven Kirk
|
d1491d9ceb
|
Started revamping binding system.
To allow prioritized bindings.
|
12 years ago |
Steven Kirk
|
3d8d93d1eb
|
Fixed controls getting styled multiple times.
|
12 years ago |