Steven Kirk
|
da75a6bfdf
|
Rectangle stuff.
|
12 years ago |
Steven Kirk
|
990d5c8c8c
|
Moved FontSize to Control.
|
12 years ago |
Steven Kirk
|
d47163353b
|
Moved alignment into child Control.
|
12 years ago |
Steven Kirk
|
32c8914609
|
Implement border child alignment.
|
12 years ago |
Steven Kirk
|
7838c41a70
|
Fix and test margin layout.
|
12 years ago |
Steven Kirk
|
e26f8f88de
|
Make border brush offset content
|
12 years ago |
Steven Kirk
|
f521642df2
|
Draw border inside control bounds.
Added few more tests.
|
12 years ago |
Steven Kirk
|
971db93002
|
Moved platform impls into IPlatformFactory.
|
12 years ago |
Steven Kirk
|
44756e27e1
|
Moved platform interfaces into Platform namespace.
|
12 years ago |
Steven Kirk
|
ee3743e942
|
Added Grid.
|
12 years ago |
Steven Kirk
|
1de05e4262
|
Check properties are registered when setting.
|
12 years ago |
Steven Kirk
|
6965420e79
|
WIP Rect
|
12 years ago |
Steven Kirk
|
e3de24fd20
|
Parse paths more correctly.
|
12 years ago |
Steven Kirk
|
c1a0931445
|
Added (VERY!) basic checkbox
|
13 years ago |
Steven Kirk
|
1b6bd74a6d
|
Added Button.Click
|
13 years ago |
Steven Kirk
|
d680fdb76d
|
Stylecop fixes
|
13 years ago |
Steven Kirk
|
5c1c26be93
|
Add Button over/pressed and pressed states
|
13 years ago |
Steven Kirk
|
162f918059
|
Started adding mouse capture.
Not yet released properly.
|
13 years ago |
Steven Kirk
|
5e1a282886
|
Implement IsPointerOver from enter/leave events.
|
13 years ago |
Steven Kirk
|
8450fe5e8b
|
Pass the device in PointerEventArgs.
|
13 years ago |
Steven Kirk
|
4b6e1b7d1b
|
Fixed file headers.
|
13 years ago |
Steven Kirk
|
111c562d3d
|
Removed readonly perspex properties.
They were half-baked. Will add them back in again later.
|
13 years ago |
Steven Kirk
|
7498319b1c
|
Renamed mouse stuff to pointer.
|
13 years ago |
Steven Kirk
|
1d753d04b3
|
Added StackPanel.Gap property.
|
13 years ago |
Steven Kirk
|
d90133677b
|
Added StackPanel.
|
13 years ago |
Steven Kirk
|
3d89fd922a
|
Fixed up logical tree stuff.
|
13 years ago |
Steven Kirk
|
79f840d225
|
Removed the DeferChanges stuff for now.
|
13 years ago |
Steven Kirk
|
f62be9ef3a
|
DeferStyleChanges -> DeferChanges
|
13 years ago |
Steven Kirk
|
766c0890de
|
Styles now applied properly.
|
13 years ago |
Steven Kirk
|
3d8d93d1eb
|
Fixed controls getting styled multiple times.
|
13 years ago |
Steven Kirk
|
77b1f1e15f
|
Replace ServiceLocator with Splat.Locator.
|
13 years ago |
Steven Kirk
|
52643eaadd
|
Added TemplatedControl tests.
|
13 years ago |
Steven Kirk
|
771bb4362a
|
Decorator doesn't need to be abstract.
|
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 |
grokys
|
821a9aaba9
|
Code contracts crept back in, the cunt. I hate it.
|
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
|
65d701ffa9
|
Moved Parent property to visual.
Visuals have parents too.
|
13 years ago |
grokys
|
b292905a84
|
Separated visual and logical tree into interfaces.
IVisual and ILogical, duh.
|
13 years ago |
grokys
|
4080c18f59
|
Added IVisual interface.
|
13 years ago |
grokys
|
6fd6f186ec
|
Added ITemplatedControl interface.
|
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
|
a24f83da36
|
Moving styling into namespace/interfaces.
|
13 years ago |
grokys
|
60c8302033
|
Moved template into theme.
|
13 years ago |
grokys
|
22859b2795
|
Added mouse clicks/events
Not sure the styling system is going to work at this point...
|
13 years ago |
grokys
|
27d5d35316
|
Added Application class.
And some more work on styling.
|
13 years ago |
grokys
|
153a0b7d06
|
Renamed Bind to SetValue
|
13 years ago |
grokys
|
83fbcccae1
|
Attach styles in reverse order.
|
13 years ago |