Steven Kirk
|
956f3ddc51
|
Fixed ContextMenu test code in test app.
|
10 years ago |
José Manuel Nieto Sánchez
|
077825cf93
|
Adaptation to newest changes in OmniXAML
|
10 years ago |
danwalmsley
|
f32f293f30
|
Added implementation of ContextMenus.
|
10 years ago |
danwalmsley
|
d2a6b89434
|
Added initial ContextMenu attachedProperty.
|
10 years ago |
Steven Kirk
|
3e6402711c
|
Make TreeViewItem.IsExpanded bindings work.
|
10 years ago |
Steven Kirk
|
7ab944c0a5
|
Make GridSplitter.Orientation non-nullable.
As OmniXAML can't handle it.
|
10 years ago |
Steven Kirk
|
0e3768d2b4
|
Tweaked documentation and TestScrollable.
|
10 years ago |
Steven Kirk
|
bfc010f757
|
Initial implementation of logical scrolling.
aka IScrollInfo in WPF.
|
10 years ago |
Steven Kirk
|
db1e20acc8
|
Only allow pseudoclasses to be set by control.
Limit adding/removing pseudoclasses to IPseudoClasses interface.
|
10 years ago |
susloparov
|
7070ad51ed
|
Merged Horizontal and Vertical Grid splitter back into single class
|
10 years ago |
susloparov
|
e7872e1a0c
|
Added GridSplitter example to XamlTestApplication, Layout tab.
|
10 years ago |
Wiesław Šoltés
|
b8ec9e3d9d
|
Updated test application to use new template
|
11 years ago |
Wiesław Šoltés
|
f39857c7cd
|
Added Separator to test application
|
11 years ago |
Wiesław Šoltés
|
b13b870741
|
Added RelativeRectTypeConverter
|
11 years ago |
Mikhail Kanygin
|
a9f5042073
|
Implemented TextAlignment property for TextBox.
|
11 years ago |
susloparov
|
50ecd2da32
|
Added WrapPanel example to TestApplication
|
11 years ago |
Steven Kirk
|
ff90da2b3a
|
Move XAML control styles into Perspex.Themes.Default.
And remove old code-defined control themes from there.
|
11 years ago |
Steven Kirk
|
af79e21fde
|
Added Menu XAML styles.
|
11 years ago |
Steven Kirk
|
8df047400f
|
Fixed problem with DropDown.
|
11 years ago |
Steven Kirk
|
d54772033b
|
Added DropDown theme in XAML.
Something weird is happening where selected items are removed from the
tree somehow.
|
11 years ago |
Steven Kirk
|
2b8b5103f3
|
Added DropDown style.
There are a few things still missing before it can work.
|
11 years ago |
Steven Kirk
|
2f67a6d8d1
|
Define FocusAdorner in XAML.
|
11 years ago |
Steven Kirk
|
b3cdd92398
|
Allow StrokeDashArray in XAML.
|
11 years ago |
Steven Kirk
|
71cd3d965b
|
More work on XAML control theme.
|
11 years ago |
Steven Kirk
|
142eaa1c7c
|
More work on XAML styles.
- Added "Control[Property=Value]" selector handling
- Added hacks for ExpressionObserver not currently handing attached
properties
- Added ContentControl style
- Fixed ScrollBar and TextBox
|
11 years ago |
Steven Kirk
|
3808372896
|
Added RadioButton, ToggleButton XAML styles.
|
11 years ago |
Steven Kirk
|
e6351e8269
|
Added basic implementation of MultiBinding.
Just enough to allow TextBox's floating watermark logic to work.
|
11 years ago |
Steven Kirk
|
16d74ff121
|
Use correct property for floating watermark.
|
11 years ago |
Steven Kirk
|
30e3b28c93
|
Started adding general purpose IValueConverters.
|
11 years ago |
Steven Kirk
|
c988bdb387
|
Fixed the problem with binding converters.
Wasn't assigning the property in the markup extension ProvideValue.
D'oh.
|
11 years ago |
Steven Kirk
|
826d30d7d0
|
Updated OmniXAML
To see if it fixed nested markup extensions. Doesn't seem to have had.
|
11 years ago |
Steven Kirk
|
1669bdddd8
|
Fixed previous commit.
It wasn't OmniXAML ignoring the binding, the problem was that I was
trying to set the property twice.
|
11 years ago |
Steven Kirk
|
e301e56a9d
|
Start making Converters work.
When passed to Binding. Found another problem with OmniXAML which means
we can't continue along this road: OmniXAML issue #50.
|
11 years ago |
Steven Kirk
|
525c0dc052
|
Trying to add XAML Binding converters.
But nested MarkupExtensions don't seem to work.
|
11 years ago |
Steven Kirk
|
42da070678
|
Added TextBox XAML style.
Watermark not yet working - need to either expose properties controlling
visibility or add XAML multi-bindings.
|
11 years ago |
Steven Kirk
|
4d2461e156
|
Make checkbox work.
|
11 years ago |
Steven Kirk
|
187d14c018
|
Added ScrollViewer XAML style.
ScrollBar not yet working.
|
11 years ago |
Steven Kirk
|
afb5e169de
|
Implemented more control styles in XAML.
Now removed DefaultTheme so only XAML styles are taking affect.
|
11 years ago |
Steven Kirk
|
25fa7ddc6a
|
Added Carousel and CheckBox XAML styles.
|
11 years ago |
Steven Kirk
|
972f635b82
|
Updated OmniXAML.
Style includes now work - yay!
|
11 years ago |
Steven Kirk
|
9e1de29c81
|
Commented-out non-working code for now.
|
11 years ago |
Steven Kirk
|
a18795b160
|
Put button style into its own file.
And add StyleInclude class to import it. Unfortunately doesn't work yet
due to bug in OmniXAML: https://github.com/SuperJMN/OmniXAML/issues/48
|
11 years ago |
Steven Kirk
|
a098dfac73
|
Directly manipulate button template border.
|
11 years ago |
Steven Kirk
|
526ce1e0cc
|
Get the PerspexProperty type from the Style.
|
11 years ago |
José Manuel Nieto Sánchez
|
7333b8c465
|
Improved XamlTestApplication + new GeometryConverter
|
11 years ago |
Steven Kirk
|
8eee0a9cd6
|
Added style triggers.
|
11 years ago |
Steven Kirk
|
26a322e0fc
|
Add some more XAML control template goodness.
|
11 years ago |
Steven Kirk
|
dab821249e
|
Got basic XAML control templates working.
|
11 years ago |
Steven Kirk
|
08f067b983
|
Added basic support for control templates in XAML.
Still need TemplateBinding markup extension.
|
11 years ago |
Steven Kirk
|
a4421a6241
|
Added Application XAML.
|
11 years ago |