Steven Kirk
4fb39c6d9a
Fixed a binding bug.
StyleActivator wasn't signalling OnCompleted when it was subscribed in a
completed state, causing styles to be applied to controls that would
never activate.
12 years ago
Steven Kirk
712a0807f9
Fixed failing tests.
12 years ago
Steven Kirk
173ed94df2
Added beginnings of TabStrip control.
12 years ago
Steven Kirk
c1a0931445
Added (VERY!) basic checkbox
13 years ago
Steven Kirk
d680fdb76d
Stylecop fixes
13 years ago
Steven Kirk
4b6e1b7d1b
Fixed file headers.
13 years ago
Steven Kirk
d90133677b
Added StackPanel.
13 years ago
Steven Kirk
797cbb433b
Added TemplateBinding syntactic sugar.
13 years ago
Steven Kirk
486863f795
Added StyleTrigger binding priority.
This allows :mouseover etc to override the value that comes from the
templated parent.
13 years ago
Steven Kirk
ab5480f59c
Slightly change the selector syntax.
13 years ago
Steven Kirk
012a010ba3
Made all tests pass again.
13 years ago
Steven Kirk
d1491d9ceb
Started revamping binding system.
To allow prioritized bindings.
13 years ago
Steven Kirk
766c0890de
Styles now applied properly.
13 years ago
Steven Kirk
099def38ea
Added some Control tests.
13 years ago
Steven Kirk
18bbb2c41e
WIP
Not sure where I am - went away for 2 weeks and forgot what I was doing.
oops.
13 years ago
Steven Kirk
0ec3641fb7
More template/descendent selector tests.
13 years ago
Steven Kirk
5136c2f20a
All tests so far pass!
13 years ago
Steven Kirk
afdc1e0c42
Initial implementation of Descendent selector.
13 years ago
Steven Kirk
eb3b6b13b6
Added an OR mode to Activator.
13 years ago
Steven Kirk
f937ac642d
Make Activator work only in observables.
13 years ago
Steven Kirk
39bbe8464f
Descendent selector WIP.
13 years ago
Steven Kirk
e0f826edea
Match inside/outside template.
Only match outside template before Template(), only match inside
afterwards.
13 years ago
grokys
9bad6b1b91
Selectors return linked list of matches again.
13 years ago
grokys
bba9893842
Removed the code contracts /shit/.
13 years ago
grokys
6fd6f186ec
Added ITemplatedControl interface.
13 years ago
grokys
a92783bd94
Split selector tests into separate classes.
13 years ago
grokys
f2a5b2cb73
InTemplateOf should only affect later selectors.
So return a copy of the match.
13 years ago
grokys
63f674d897
Gangnam Style
13 years ago
grokys
ac659701b8
Style away the hours.
13 years ago
grokys
52bf8b0b1f
Defer style changes when changing classes.
Because we don't know which style to apply until all selectors have
received notification of a class change.
13 years ago
grokys
581a037cb8
Style council.
13 years ago
grokys
a24f83da36
Moving styling into namespace/interfaces.
13 years ago