danwalmsley
|
b845680b2e
|
Font scaling on linux, and FolderBrowse implementation for linux.
|
10 years ago |
danwalmsley
|
dc3c4d79d6
|
Added open file and open folder dialogs to test app.
|
10 years ago |
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
|
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
|
af79e21fde
|
Added Menu XAML styles.
|
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 |
José Manuel Nieto Sánchez
|
7333b8c465
|
Improved XamlTestApplication + new GeometryConverter
|
11 years ago |
Steven Kirk
|
5bfa93b747
|
Renamed Deck -> Carousel.
|
11 years ago |
Steven Kirk
|
16825ac45e
|
Handle null and UnsetValue in ExpressionSubject.
|
11 years ago |
Steven Kirk
|
7d73960ef6
|
Make selecting ranges work.
|
11 years ago |
Steven Kirk
|
b2d40e77c3
|
Started implementing multiple selection.
|
11 years ago |
Steven Kirk
|
d183cf1bc3
|
Fix XamlTestApplication.
|
11 years ago |
Nikita Tsukanov
|
b016c8d34d
|
Moved some stuff from XamlTestApplication to XamlTestApplicationPcl
|
11 years ago |
Steven Kirk
|
5cd27f7e8f
|
Started implementing TreeDataTemplate.
Binding system needs to be updated first.
|
11 years ago |
Steven Kirk
|
d581a1785d
|
Fixed test DataTemplate.
|
11 years ago |
Steven Kirk
|
d143b7fcee
|
Make initial DropDown selection work
Fixes #110
|
11 years ago |
Steven Kirk
|
328f4c95d6
|
Trying to define DataTemplates in XAML.
Getting a crash from OmniXAML.
|
11 years ago |
Jason Jarvis
|
d561910554
|
Updated TimeSpanTypeConverter (renamed) to support both full syntax as well as shorthand seconds only. Made CrossFade/PageSlide use simple Duration property, and removed PerspexObject base. Fixed some white space issues.
|
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 |
Steven Kirk
|
b3af361686
|
Still trying to get property dependencies working.
SelectedIndex isn't being set.
|
11 years ago |
Nikita Tsukanov
|
2fd1234b49
|
Renamed MainWindow.xaml to MainWindow.paml
|
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
|
4f7afbc63d
|
Updated OmniXAML with whitespace improvements.
And demonstrate this to full effect in XamlTestApplication.
|
11 years ago |
Nikita Tsukanov
|
7df76d17ba
|
I accidentally the whole MainWindow.cs
|
11 years ago |
Nikita Tsukanov
|
bec230211a
|
Now resolving xml namespaces via attributes
|
11 years ago |
Nikita Tsukanov
|
8564a74fc1
|
Changed default namespace
|
11 years ago |
Steven Kirk
|
5a6cf2ca29
|
Added ClassesConverter.
|
11 years ago |
Steven Kirk
|
a98cc89730
|
Allow grid row/cols in XAML as strings.
|
11 years ago |
Steven Kirk
|
279f9abab0
|
Try to do simple XAML loading.
Doesn't yet work - seems x:Class isn't supported by OmniXaml.
|
11 years ago |
Steven Kirk
|
6167bacf54
|
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
|
11 years ago |
Steven Kirk
|
9d5dc37c2f
|
Moved demos to Demos directory.
|
11 years ago |
Steven Kirk
|
28c8547a80
|
Set the content property for TextBlock and TextBox.
|
11 years ago |
José Manuel Nieto Sánchez
|
fc3cc76bd6
|
Added XAML feature
|
11 years ago |