Steven Kirk
80ecc8002b
Implemented delayed bindings.
10 years ago
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
8375a155e9
Added disabled state to CheckBox.
10 years ago
Steven Kirk
f6c7513490
Added CheckBox page to ControlCatalog.
10 years ago
Wiesław Šoltés
c8a6b43009
Updat app.config
10 years ago
Steven Kirk
e096c849d9
Updated NuGet packages.
Closes #395 .
10 years ago
Steven Kirk
5e1a2a3e5d
Ouput XamlTestApplication startup time.
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
Ivan Kochurkin
7667d9d510
Added Binding to Polygon and Polyline.
10 years ago
Ivan Kochurkin
93e1f0d388
Removed PointPair.
10 years ago
Ivan Kochurkin
5c969c40b8
Implemented Polygon, Polyline, PolylineGeometry.
Added unit-tests with data and demo code in TestApplication.
10 years ago
Steven Kirk
bf30371721
Removed ITreeDataTemplate.IsExpanded.
10 years ago
Steven Kirk
3e6402711c
Make TreeViewItem.IsExpanded bindings work.
10 years ago
Steven Kirk
5773704f2d
Started updating DevTools to use XAML.
10 years ago
Ivan Kochurkin
b6c66c67e0
Added Line and LineGeometry for line drawing.
10 years ago
Steven Kirk
1841e7ad7a
Start allowing Setters to contain bindings.
This is needed so that things like the following can be done:
<TreeView>
<TreeView.Styles>
<Style Selector="TreeViewItem">
<Setter Property="IsExpanded" Value="{Binding IsExpanded}"/>
</Style>
</TreeView.Styles>
<TreeView>
(At the moment we have TreeDataTemplate.IsExpanded but this isn't good
enough: it only supports setting IsExpanded on creation of the item with
no binding.)
With this commit, setters can now contain bindings, but they aren't yet
applied correctly. As part of this commit, classes related to binding
have been moved to the Perspex.Data namespace.
10 years ago
Steven Kirk
30a756fb83
Refactored binding somewhat.
- Simplified PerpsexObject interface to a simplified single interface,
IPerspexObject
- Moved GetObservable etc to extension method
10 years ago
Steven Kirk
1f96e59985
Added DropDown to control catalog.
Seems that second DropDown in the page doesn't get SelectedIndex set
correctly: doesn't matter which DropDown, the first works, the second
doesn't.
10 years ago
Steven Kirk
3b5d338ea5
Added DropDownItem.
So that drop down items can be highlighted as they're hovered.
10 years ago
Steven Kirk
fd36871332
Make carousel page transition changable in catalog.
10 years ago
Amer Koleci
e2ab8171b3
Update to SharpDX 3.0.0 official release.
10 years ago
Steven Kirk
59032dcff8
Make DropDown in ControlCatalog display correctly.
10 years ago
Steven Kirk
516a701e6b
Fixed ControlCatalog resources.
10 years ago
Nikita Tsukanov
630be0c6bf
Test app is running again
10 years ago
Steven Kirk
ce1ef2fd89
Make Carousel demo buttons work.
10 years ago
Steven Kirk
7ab944c0a5
Make GridSplitter.Orientation non-nullable.
As OmniXAML can't handle it.
10 years ago
Steven Kirk
2e161e5fcb
Fixed up control catalog sidebar.
10 years ago
Steven Kirk
bbe0f5a7a7
Added control catalog.
Ported from old branch to incorporate latest master.
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
Steven Kirk
a6b74db847
Merge branch 'logical-tree' into leaks
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
Steven Kirk
8fb9c5c8e7
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
10 years ago
Nikita Tsukanov
fb7ab444a3
Updated testapp
10 years ago
Nikita Tsukanov
cf65cc5ef7
Massive android-backend code cleanup and fixes for threading and rendering
11 years ago
Nikita Tsukanov
30ebe5d148
testapp refactoring
11 years ago
Nikita Tsukanov
7827d0daef
testapp refactoring
11 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
Steven Kirk
baf43b31c2
Use #element syntax in binding.
11 years ago
Steven Kirk
7865743819
Added ElementName bindings.
11 years ago
Wiesław Šoltés
b13b870741
Added RelativeRectTypeConverter
11 years ago
Mikhail Kanygin
a9f5042073
Implemented TextAlignment property for TextBox.
11 years ago
Steven Kirk
76b6f8f3dd
Another oops.
11 years ago