Steven Kirk
|
c8b772c4ce
|
Proof of concept for OmniXAML issue #57.
|
11 years ago |
Steven Kirk
|
82a670361a
|
Updated OmniXAML
|
11 years ago |
Steven Kirk
|
1044154279
|
Bind to other controls with #control syntax.
Rather than specifying ElementName separately, allow binding using a "#control.Property" property path.
|
11 years ago |
Wiesław Šoltés
|
b13b870741
|
Added RelativeRectTypeConverter
|
11 years ago |
Steven Kirk
|
bd220d2b92
|
Updated OmniXAML
|
11 years ago |
Steven Kirk
|
d1acf43253
|
Started fixing up MultiBinding.
|
11 years ago |
susloparov
|
808959ef79
|
Added ItemsPanelTemplate.
|
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
|
e6351e8269
|
Added basic implementation of MultiBinding.
Just enough to allow TextBox's floating watermark logic to work.
|
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
|
b230c3b3f3
|
Renamed XamlBinding -> Binding
Had to also rename enclosing namespace from Binding to Data as classes
with same name as a namespace cause problems.
|
11 years ago |
Steven Kirk
|
c4a81351cc
|
Removed XamlBindingDefinition.
And return XamlBinding directly from markup extension.
|
11 years ago |
Steven Kirk
|
52b6c0feac
|
Fixed TemplatedParent binding.
Was doing stupid stuff before.
|
11 years ago |
Steven Kirk
|
785238bdf1
|
Merged XamlBinding and XamlTemplateBinding.
|
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
|
1b17b037cf
|
Use ContentAttribute to identify content property.
|
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 |
José Manuel Nieto Sánchez
|
7333b8c465
|
Improved XamlTestApplication + new GeometryConverter
|
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
|
c7ace7b6a7
|
Allow binding to attached properties.
Closes #255.
|
11 years ago |
Steven Kirk
|
521771d254
|
Removed unused class/interface.
|
11 years ago |
Steven Kirk
|
d100f49ba8
|
Renamed namespace DataBinding -> Binding.
|
11 years ago |
Steven Kirk
|
52975c8432
|
Basic binding using ExpressionObserver.
|
11 years ago |
Steven Kirk
|
5cd27f7e8f
|
Started implementing TreeDataTemplate.
Binding system needs to be updated first.
|
11 years ago |
Steven Kirk
|
9a207b072a
|
Added missing OmniXAML file.
|
11 years ago |
Steven Kirk
|
fb9e9f4f10
|
Updated OmniXAML.
|
11 years ago |
Steven Kirk
|
d143b7fcee
|
Make initial DropDown selection work
Fixes #110
|
11 years ago |
Nikita Tsukanov
|
5acef971f0
|
Added KeyGesture and KeyBindings
|
11 years ago |
Steven Kirk
|
328f4c95d6
|
Trying to define DataTemplates in XAML.
Getting a crash from OmniXAML.
|
11 years ago |
Jason Jarvis
|
8723790a04
|
Animations (PageSlide and CrossFade) can now be added in Xaml files. Added a TimeSpanTypeConverter to support that.
|
11 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
Steven Kirk
|
24f9b2de9c
|
Updated OmniXAML
|
11 years ago |
Steven Kirk
|
cc1c2c0313
|
Fixes #147.
|
11 years ago |
Steven Kirk
|
a941a57168
|
Make Perspex.Markup.Xaml target PCL Profile7.
Same as other libs. Also can use standard Sprache lib now.
|
11 years ago |
Steven Kirk
|
3aa9b7e60c
|
Accept RelativePoint in XAML.
|
11 years ago |
Steven Kirk
|
fde9464816
|
Allow GradientBrushes in XAML.
|
11 years ago |
Steven Kirk
|
63e2870f3b
|
Use consistent naming for TypeConverters.
|
11 years ago |
Steven Kirk
|
a3ea8eab16
|
Include OmniXAML as a submodule.
Compiling it directly into Perspex.Markup.Xaml for the moment.
|
11 years ago |
shahid-pk
|
708b10544f
|
consistent names for xaml type converters
|
11 years ago |
Steven Kirk
|
5a6cf2ca29
|
Added ClassesConverter.
|
11 years ago |
Steven Kirk
|
7e2a28c91f
|
Initial implementation of PerspexPropertyConverter.
|
11 years ago |
Steven Kirk
|
193ec29824
|
More work on parsing style selectors.
|
11 years ago |
Steven Kirk
|
eb220a9388
|
Started implementing Selector parser.
|
11 years ago |
Steven Kirk
|
f071a3d06b
|
Removed GlobalSuppressions.
|
11 years ago |
Steven Kirk
|
2e56c951d5
|
Removed StyleCop.Analysers.
|
11 years ago |
Steven Kirk
|
a98cc89730
|
Allow grid row/cols in XAML as strings.
|
11 years ago |
Steven Kirk
|
9a2dbef228
|
Updated OmniXAML.
Well, downgraded in terms of version number, as OmniXAML has moved to a
proper semantic versioning scheme and restarted at 0.1.0.
|
11 years ago |
Nikita Tsukanov
|
10bac32190
|
Use ReactiveUI built via submodule
|
11 years ago |